Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4250 from ONRR/dev
Browse files Browse the repository at this point in the history
dev-->master
  • Loading branch information
jennmalcolm authored Jul 11, 2019
2 parents 6930e2c + 0358708 commit 25a5e14
Show file tree
Hide file tree
Showing 24 changed files with 12,063 additions and 6,597 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- node_modules
- run:
name: Build gatsby
command: npm run build
command: NODE_OPTIONS=--max_old_space_size=4096 npm run build
- run:
name: Run tests
command: npm test
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ yarn.lock
/public
.DS_Store
_site
launch.json
.vscode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repository contains the code for revenuedata.doi.gov, which is a website th

For more information about the history of the site, see [about this site](https://revenuedata.doi.gov/about/).

## Contributing
## Contributing
Content and feature suggestions are welcome via [GitHub Issues](https://github.com/18F/doi-extractives-data/issues). Code contributions are welcome via [pull request](https://help.github.com/articles/using-pull-requests/), although of course we cannot guarantee your changes will be included in the site. Take a look at the issues we've tagged [help wanted](https://github.com/onrr/doi-extractives-data/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)!

See [CONTRIBUTING](CONTRIBUTING.md) for more information about how to pitch in.
Expand Down
10 changes: 5 additions & 5 deletions blog-site/src/pages/open-data-useful/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ Now our core focus has shifted from meeting specific EITI requirements to meetin

As I’ve talked with more and more users, I’ve discovered they differ primarily in two areas: how they find data on the site and how they use the data after they find it. They fall into four primary user types: Question Answerers, Agenda Supporters, Storytellers, and Domain Learners. The unlettered circles in the image below represent users we’ve interviewed over the last year or so. The ones with letters represent the summarized user types.

![Visual summary of where participants across studies have fallen](./AllUsers.PNG)
![user types mapped on one triangle representing known questions, system understanding, and exploration and another triangle representing providing an answer, presenting data, and making a decision](./AllUsers.PNG)
User type summary of where participants across studies have fallen.

Question Answerers generally come to the site with a known question and need to provide the answer to that question directly to the person who asked it. A large portion are internal ONRR analysts who field questions from external audiences and previously used the decommissioned internal site. Congressional staffers also often fall into this user type.

![Visual summary of question answerer participants](./QuestionAnswerers.PNG)
![Visual summary of question answerer participants, with the majority located close to known question for finding data on the site and close to provide an answer for usage of the data, defined as someone else is asking them for information or they have a specific question or number they need](./QuestionAnswerers.PNG)
Question answers

Agenda Supporters are people who work for organizations, such as non-governmental organizations (NGOs), or are political appointees or congressional staffers who are committed to a cause. They look for data to support their cause and may revise their agenda based on what they find from exploring the data. They generally want to take action based on their agenda.

![Visual summary of agenda supporter participants](./AgendaSupporters.PNG)
![Visual summary of agenda supporter participants, with the majority of participants located between known question and exploration for finding data on the site, closer to known question and between find an answer and present data, closer to present data, for usage of the data, defined as someone who is committed to a cause and looking for data to support that cause](./AgendaSupporters.PNG)
Agenda supporters

Storytellers are often journalists and academics who want to understand what is happening and learn from the data whether there’s a story to tell. They also come to the site when they already have a story in mind and need a number or want to flesh it out with information from multiple sources. Their primary goal is to tell the story in a compelling and factual way.

![Visual summary of storyteller participants](./Storytellers.PNG)
![Visual summary of storyteller participants, with the majority of participants located close to exploration for finding data on the site and close to present data for usage of the data, defined as someone who is looking for the data to tell them a story that they can then share with others](./Storytellers.PNG)
Storytellers

Domain Learners are engaged at a higher level and want to understand the bigger picture. They are in charge of a domain, such as a federal government agency, state, county, or Native American tribe and want to know what is going on in that domain. They need to make decisions and answer questions based on what they see in the data.

![Visual summary of domain learner participants](./DomainLearners.PNG)
![Visual summary of domain learner participants, with the majority of participants located between system understanding and known question, closer to system understanding, for finding data on the site and closest to make a decision, but also close to provide an answer and present data, for usage of the data, defined as someone who seeks to understand the whole picture for the domain they oversee](./DomainLearners.PNG)
Domain learners

We now ask every user we talk with about their behaviors and have been refining our understanding over time. You can see that we moved the Storyteller and Domain Leaner locations on the triangles as we saw the real users clustering in places we didn’t expect.
Expand Down
Loading

0 comments on commit 25a5e14

Please sign in to comment.