Skip to content

Commit

Permalink
refactor: Removed Annual report from Research page #281
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwkipp committed May 21, 2019
1 parent deb6de8 commit d3bf849
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions packages/website/src/Research/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,28 @@ import ResearchIntroPara from '../Copy/ResearchIntroPara';
function Research() {
const s3Base = 'https://s3.us-east-2.amazonaws.com/org.xmacroscope/';
const papers = [
{
paperTitle: 'NSF Annual Report - Year 1',
fileName: 'research-annual-report-year-1',
key: 1,
},
{
paperTitle: 'Data Visualization Literacy: Definitions, Conceptual Frameworks, Exercises, and Assessments',
paperAuthors: 'Katy Börner, Andreas Bueckle, and Michael Ginda',
fileName: 'research-data-visualization-literacy',
key: 2,
key: 1,
},
{
paperTitle: 'Begin at the Beginning: A Constructionist Model for Interpreting Data'
+ ' Visualizations',
paperAuthors: 'Mary Ann Wojton, Donnelley Hayde, Joe Heimlich, Katy Börner',
fileName: 'research-begin-beginning',
key: 3,
key: 2,
},
{
paperTitle: 'Lifelong Learning Group Research Articles in Progress',
fileName: 'research-llg-research-in-progress',
key: 4,
key: 3,
},
{
paperTitle: 'Data Visualization Literacy Literature Review: Sharing Personal Information',
fileName: 'research-annual-report-year-1',
key: 5,
key: 4,
},
];

Expand Down

0 comments on commit d3bf849

Please sign in to comment.