Library Genesis Data Object - Publishers

Q

What is "Publishers" as a Library Genesis Data Objects?

✍: FYIcenter.com

A

"Publishers" is a data object used in Library Genesis to record record detailed information about publishers.

"Publishers" has the following main fields:

  • p_id - Internal object ID of this publisher.
  • title - The name this publisher.
  • date_start - The starting date this publisher.
  • editions - Links to "Editions" objects.

Here is an example of an "Publishers" object in JSON format:

"p_id": "27090",
"title": "The MIT Press",
"date_start": "1932-00-00",
"editions": {
  "1879068": {
      "title": "The Cybernetic Imagination in Science Fiction"
  },
  "1880111": {
      "title": "The Cybernetic Imagination in Science Fiction"
  },
  "1899067": {
      "title": "Turing (A Novel about Computation)"
  },
  "1908607": {
      "title": "The Gray Cloth"
  },
  "2042957": {
      "title": "How Peace Came to the World"
  },
  "2042958": {
      "title": "How Peace Came to the World"
  },
  "140721261": {
      "title": "Deep Learning"
  },
  ...
}

 

Library Genesis Data Object - Series

Library Genesis Data Object - Authors

Library Genesis Data Objects

⇑⇑ LibGen (Library Genesis) - Frequently Asked Questions

2023-11-06, 514🔥, 0💬