Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. > db.bibliographies.find()
  2. { "_id" : ObjectId("544914f30b1d6cbc3ae27220"), "author_name" : "Example", "author_forenames" : "John", "year" : 1873, "title" : "Example Title", "serial" : "000001", "vol_no" : "3", "part" : "5", "pages" : [ [ 10, 15 ], [ 20, 25 ] ], "editor" : [ "Paul Editor", "Peter Editor" ], "collection_title" : "A Collection", "collection_pages" : [ [ 10, 15 ], [ 20, 25 ] ], "pub_name" : "An Example Publication", "pub_place" : "London", "pub_date" : "1873", "book_reviewed" : "none", "obit" : "nobody", "tags" : [ "economics", "history" ], "notes" : "Some notes go here" }
  3. { "_id" : ObjectId("544914f30b1d6cbc3ae27221"), "author_name" : "Examplent", "author_forenames" : "Francois", "year" : 1930, "title" : "Un Title Examplent", "serial" : "000002", "vol_no" : "5", "part" : "7", "pages" : [ [ 10, 15 ], [ 20, 25 ] ], "editor" : [ "Pierre Editor", "Jeane Editor" ], "collection_title" : "Un collection", "collection_pages" : [ [ 10, 15 ], [ 20, 25 ] ], "pub_name" : "Un Example Publication", "pub_place" : "Paris", "pub_date" : "1932", "book_reviewed" : "none", "obit" : "nobody", "tags" : [ "economics", "philosophy" ], "notes" : "Some notes go here again" }
  4. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement