Created
February 21, 2016 16:12
-
-
Save ldd/d223ce590f231839ad5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "universities":{ | |
| "mcgill":{ | |
| "key": "mcgill", | |
| "title": "McGill University", | |
| "courseCodes":{ | |
| "COMP424":{ | |
| "title": "COMP 424: AI", | |
| "metadata": { | |
| "textbooks":[ | |
| { | |
| "magnetLink": "3435", | |
| "title": "AI: Introduction", | |
| "tags": "AI, CS", | |
| "edition": "Third Edition", | |
| "isbn": "23523423432", | |
| "author": "Lemonade Mouth", | |
| "editor": "James McGonnell", | |
| "publisher": "Penguin Classics", | |
| "license": "CC 4.0", | |
| "year": 2016, | |
| "fileFormat": "pdf", | |
| "language": "english" | |
| }, | |
| { | |
| "magnetLink": "343322345", | |
| "title": "AI: Cookbook", | |
| "tags": "AI, CS", | |
| "edition": "First Edition", | |
| "isbn": "23523423432", | |
| "author": "Lemon Mouth", | |
| "editor": "James McGonnell", | |
| "publisher": "Penguin Books", | |
| "license": "CC 3.0", | |
| "year": 2012, | |
| "fileFormat": "pdf", | |
| "language": "english" | |
| } | |
| ] | |
| } | |
| }, | |
| "COMP421":{ | |
| "title": "COMP 421: Databases", | |
| "metadata": { | |
| "textbooks":[ | |
| { | |
| "magnetLink": "3435", | |
| "title": "Databases For All", | |
| "tags": "SQL, CS", | |
| "edition": "Third Edition", | |
| "isbn": "23523423432", | |
| "author": "Simon Legrange", | |
| "editor": "James McGonnell", | |
| "publisher": "Penguin Classics", | |
| "license": "CC 4.0", | |
| "year": 2011, | |
| "fileFormat": "pdf", | |
| "language": "english" | |
| }, | |
| { | |
| "magnetLink": "3435", | |
| "title": "Advanced SQL", | |
| "tags": "SQL, CS", | |
| "edition": "Second Edition", | |
| "isbn": "23523423432", | |
| "author": "Youri Galmond", | |
| "editor": "James Nillson", | |
| "publisher": "Penguin Classics", | |
| "license": "CC 4.0", | |
| "year": 2004, | |
| "fileFormat": "pdf", | |
| "language": "english" | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| }, | |
| "ottawa":{ | |
| "key": "ottawa", | |
| "title": "University of Ottawa", | |
| "courseCodes":{ | |
| "COMP424":{ | |
| "title": "ITI1120: Introduction to computing 1", | |
| "metadata": { | |
| "textbooks":[ | |
| { | |
| "magnetLink": "3435", | |
| "title": "AI: Introduction", | |
| "tags": "AI, CS", | |
| "edition": "Third Edition", | |
| "isbn": "23523423432", | |
| "author": "Lemonade Mouth", | |
| "editor": "James McGonnell", | |
| "publisher": "Penguin Classics", | |
| "license": "CC 4.0", | |
| "year": 2016, | |
| "fileFormat": "pdf", | |
| "language": "english" | |
| }, | |
| { | |
| "magnetLink": "343322345", | |
| "title": "AI: Cookbook", | |
| "tags": "AI, CS", | |
| "edition": "First Edition", | |
| "isbn": "23523423432", | |
| "author": "Lemon Mouth", | |
| "editor": "James McGonnell", | |
| "publisher": "Penguin Books", | |
| "license": "CC 3.0", | |
| "year": 2012, | |
| "fileFormat": "pdf", | |
| "language": "english" | |
| } | |
| ] | |
| } | |
| }, | |
| "COMP421":{ | |
| "title": "COMP 122: Python", | |
| "metadata": { | |
| "textbooks":[ | |
| { | |
| "magnetLink": "3435", | |
| "title": "Databases For All", | |
| "tags": "SQL, CS", | |
| "edition": "Third Edition", | |
| "isbn": "23523423432", | |
| "author": "Simon Legrange", | |
| "editor": "James McGonnell", | |
| "publisher": "Penguin Classics", | |
| "license": "CC 4.0", | |
| "year": 2011, | |
| "fileFormat": "pdf", | |
| "language": "english" | |
| }, | |
| { | |
| "magnetLink": "3435", | |
| "title": "Advanced SQL", | |
| "tags": "SQL, CS", | |
| "edition": "Second Edition", | |
| "isbn": "23523423432", | |
| "author": "Youri Galmond", | |
| "editor": "James Nillson", | |
| "publisher": "Penguin Classics", | |
| "license": "CC 4.0", | |
| "year": 2004, | |
| "fileFormat": "pdf", | |
| "language": "english" | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment