This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>NHPRC Horizontal Bar Chart</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
<style type="text/css"> | |
svg { |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Loading NHRPC CSV Data with D3</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
</head> | |
<body> | |
<p>The beginnings of the NHPRC grant activity visualization project!</p> |
We can't make this file beautiful and searchable because it's too large.
This file contains 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
Grant Number,Grant Type,First Name,Middle Name,Last Name,Institution,City,State,Postal Code,Country,Commission Date,Year Awarded,Project Title,Program,Division,Grant Amount Approved,Final Grant Award,Grant Start Date,Grant End Date,Project Description | |
RA-86001-86,O,,,,Chickasaw Nation,Ada,OK,74821,USA,11/01/85,1986,"Develop archival programs for the Chickasaw Nation, Delaware Tribe of Western Oklahoma, and the Seminole Nation",Archives and Records,Records,"$6,300","$6,300",07/01/86,06/30/87,"For consultation to develop archival programs for the Chickasaw Nation, the Delaware Tribe of Western Oklahoma, and the Seminole Nation of Oklahoma." | |
RA-04005-98,O,Jason,,Burwell,Chickasaw Nation,Ada,OK,74821,USA,02/01/98,1998,Planning Project,Archives and Records,Records,"$5,000","$5,000",06/01/98,11/30/98,For a project to develop a plan for a tribal archives program to supplement its current records management program. | |
RA-97101-87,O,,,,Hawaiian Sugar Planters' Association,Aiea,HI,96822,USA,11/01/86,1987,Preserve and ma |