Skip to content

Commit

Permalink
data made frictionless
Browse files Browse the repository at this point in the history
  • Loading branch information
birk committed May 17, 2020
1 parent 84b3797 commit bcef1a1
Show file tree
Hide file tree
Showing 3 changed files with 881 additions and 767 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This list of patents was collected as part of the research for my dissertation *Image as Collective: A History of Optical Effects in Hollywood's Studio System* (2014). It does not claim to be a comprehensive list in the sense of containing all patents that cover the field but rather gathers those that were considered to be relevant at the time. There are a few key selections here and patents, which are part of one or more of these, are marked accordingly in the `collections` column. The `cpc` column provides information on each patent's classification according to the [Cooperative Patent Classification](http://www.cooperativepatentclassification.org).

[![goodtables.io](https://goodtables.io/badge/github/birk/opticaleffectspatents.svg)](https://goodtables.io/github/birk/opticaleffectspatents)

### Collections

* `WallSomePatents`: E. J. Wall, "Some Patents for Trick Photography," *Transactions of the Society of Motion Picture Engineers* 11, no. 30 (August 1927): 328–33. <https://archive.org/stream/transactionsofso29soci#page/328/mode/2up>
Expand Down
112 changes: 112 additions & 0 deletions datapackage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"profile": "tabular-data-package",
"resources": [
{
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"type": "string",
"format": "default",
"name": "patent",
"title": "Patent",
"description": "Number of the patent with country code"
},
{
"type": "string",
"format": "default",
"name": "country",
"title": "Country",
"description": "2 letter code: US, GB, FR, DE"
},
{
"type": "string",
"name": "url",
"title": "URL",
"description": "URL where the patent can be found, mostly Google",
"format": "default"
},
{
"name": "date_submitted",
"format": "default",
"title": "Submission Date",
"description": "date when then patent was submitted, not always available",
"type": "date"
},
{
"name": "date_issued",
"format": "default",
"title": "Publication Date",
"description": "date when then patent was issued",
"type": "date"
},
{
"name": "title",
"type": "string",
"format": "default",
"title": "Title",
"description": "patent title"
},
{
"name": "wikidata",
"type": "string",
"title": "Wikidata",
"description": "Wikidata concept URI",
"format": "uri"
},
{
"name": "inventor",
"type": "string",
"format": "default",
"description": "patent holders, separated by '; '",
"title": "Inventor"
},
{
"name": "assignee",
"format": "default",
"title": "Assignee",
"description": "patent assignees, separated by '; ', optional",
"type": "string"
},
{
"name": "cpc",
"type": "string",
"format": "default",
"title": "CPC",
"description": "classifications according to http://www.cooperativepatentclassification.org , separated by '; '"
},
{
"name": "collections",
"type": "string",
"format": "default",
"title": "Collections",
"description": "contexts of the patents defined here: https://github.com/birk/opticaleffectspatents , separated by '; '"
}
]
},
"name": "opticaleffectspatents",
"path": "opticaleffectspatents.csv"
}
],
"keywords": [
"patents",
"optical effects"
],
"licenses": [
{
"name": "CC0-1.0",
"title": "CC0 1.0",
"path": "https://creativecommons.org/publicdomain/zero/1.0/"
}
],
"name": "opticaleffectspatents",
"title": "Optical Effects Patents",
"description": "This list of patents was collected as part of the research for my dissertation Image as Collective: A History of Optical Effects in Hollywood's Studio System (2014). It does not claim to be a comprehensive list in the sense of containing all patents that cover the field but rather gathers those that were considered to be relevant at the time.",
"homepage": "https://github.com/birk/opticaleffectspatents",
"contributors": [
{
"title": "Birk Weiberg",
"role": "author"
}
]
}
Loading

0 comments on commit bcef1a1

Please sign in to comment.