Skip to content

Instantly share code, notes, and snippets.

@jmartin-sul
Created June 28, 2017 22:25
Show Gist options
  • Save jmartin-sul/9ccb092a1cfb1d9a3a30162fd081a44c to your computer and use it in GitHub Desktop.
Save jmartin-sul/9ccb092a1cfb1d9a3a30162fd081a44c to your computer and use it in GitHub Desktop.
pdf manifest
{
"@context": [
"http://www.w3.org/ns/anno.jsonld",
"http://iiif.io/api/presentation/3/context.json"
],
"id": "http://localhost:3000/bb132pr2055/iiif3/manifest",
"label": "How does politics affect central banking? : evidence from the Federal Reserve",
"attribution": "(c) Copyright 2015 by Lucas Llanso Puente",
"logo": {
"id": "https://stacks.stanford.edu/image/iiif/wy534zh7137%2FSULAIR_rosette/full/400,/0/default.jpg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://stacks.stanford.edu/image/iiif/wy534zh7137%2FSULAIR_rosette",
"id": "https://stacks.stanford.edu/image/iiif/wy534zh7137%2FSULAIR_rosette",
"profile": "http://iiif.io/api/image/2/level1.json"
}
},
"seeAlso": {
"id": "http://localhost:3000/bb132pr2055.mods",
"format": "application/mods+xml"
},
"type": "Manifest",
"metadata": [
{
"label": "Title",
"value": "How does politics affect central banking?: evidence from the Federal Reserve"
},
{
"label": "Contributor",
"value": "Puente, Lucas."
},
{
"label": "Contributor",
"value": "Haber, Stephen H., 1957- (primary advisor.)"
},
{
"label": "Contributor",
"value": "Hainmueller, Jens (advisor.)"
},
{
"label": "Contributor",
"value": "Weingast, Barry R. (advisor.)"
},
{
"label": "Contributor",
"value": "Stanford University Dept. of Political Science."
},
{
"label": "Type",
"value": "Text"
},
{
"label": "Type",
"value": "theses"
},
{
"label": "Date",
"value": "2015"
},
{
"label": "Language",
"value": "eng"
},
{
"label": "Format",
"value": "1 online resource."
},
{
"label": "Format",
"value": "electronic"
},
{
"label": "Description",
"value": "My dissertation investigates the ways in which political dynamics influence decision-making at central banks. I address this question by looking at the different mechanisms through which political influence occurs. I devote a chapter to examining this topic in each of the following contexts: the evolution of the structure of the Federal Reserve, the preferences of monetary policymakers around elections, and the Federal Reserve's lending during the 2008 financial crisis. Through this series of chapters, I find that politicians designed the American central bank in such a way that political considerations are able to consistently affect monetary policymakers. However, stemming from the partial compromises inherent in its design, this influence is constrained in such a way to ensure its stability, as too much would lead to a new equilibrium in which the central bank is more apolitical."
},
{
"label": "Description",
"value": "Lucas Puente."
},
{
"label": "Description",
"value": "Submitted to the Department of Political Science."
},
{
"label": "Description",
"value": "Thesis (Ph.D.)--Stanford University, 2015."
},
{
"label": "Identifier",
"value": "http://purl.stanford.edu/bb132pr2055"
},
{
"label": "PublishDate",
"value": "2017-02-07T06:25:17Z"
}
],
"description": "My dissertation investigates the ways in which political dynamics influence decision-making at central banks. I address this question by looking at the different mechanisms through which political influence occurs. I devote a chapter to examining this topic in each of the following contexts: the evolution of the structure of the Federal Reserve, the preferences of monetary policymakers around elections, and the Federal Reserve's lending during the 2008 financial crisis. Through this series of chapters, I find that politicians designed the American central bank in such a way that political considerations are able to consistently affect monetary policymakers. However, stemming from the partial compromises inherent in its design, this influence is constrained in such a way to ensure its stability, as too much would lead to a new equilibrium in which the central bank is more apolitical.",
"sequences": [
{
"id": "http://localhost:3000/bb132pr2055#sequence-1",
"label": "Current order",
"type": "Sequence",
"canvases": [
{
"type": "Canvas",
"id": "http://localhost:3000/bb132pr2055/iiif3/canvas/main",
"label": "Body of dissertation",
"content": [
{
"type": "AnnotationPage",
"id": "http://localhost:3000/bb132pr2055/iiif3/annotation_page/main",
"items": [
{
"type": "Annotation",
"motivation": "painting",
"id": "http://localhost:3000/bb132pr2055/iiif3/annotation/main",
"body": {
"format": "application/pdf",
"type": "Document",
"id": "https://stacks.stanford.edu/file/bb132pr2055/Puente-Thesis-Submission-augmented.pdf"
},
"target": "http://localhost:3000/bb132pr2055/iiif3/canvas/main"
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment