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 #4248 from ONRR/monthly_revenue_production_july_20…
Browse files Browse the repository at this point in the history
…19_2

Monthly revenue production july 2019 2
  • Loading branch information
jennmalcolm authored Jul 11, 2019
2 parents 2d3df39 + 460ab09 commit 0358708
Show file tree
Hide file tree
Showing 10 changed files with 8,836 additions and 6 deletions.
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
1,081 changes: 1,081 additions & 0 deletions downloads/monthly_production_07-2019.csv

Large diffs are not rendered by default.

Binary file added downloads/monthly_production_07-2019.xlsx
Binary file not shown.
7,748 changes: 7,748 additions & 0 deletions downloads/monthly_revenue_06-2019.csv

Large diffs are not rendered by default.

Binary file added downloads/monthly_revenue_06-2019.xlsx
Binary file not shown.
Binary file modified downloads/revenues/monthly_revenue.xlsx
Binary file not shown.
3 changes: 2 additions & 1 deletion src/components/sections/WhatsNew/WhatsNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ const WhatsNew = props => (
<section className={styles.root + ' slab-delta'}>
<div className="container-page-wrapper">
<h2>What's new</h2>
<p>In our latest release on July 10, 2019, we made the following changes:</p>
<p>In our latest release on July 11, 2019, we made the following changes:</p>
<ul className="list-bullet ribbon-card-top-list">
<li>Reimplemented search</li>
<li>Updated monthly revenue and production data</li>
</ul>

<p>Review our <a href="https://github.com/ONRR/doi-extractives-data/releases">full release details</a>.</p>
Expand Down
Binary file modified src/data-graphql/production_volumes.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions src/markdown/downloads/federal-production-by-month.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ tag:
<p class="downloads-download_links-intro">Download production data by month:
<ul class="downloads-download_links list-unstyled">
<li><excel-link to="/downloads/monthly_production_06-2019.xlsx">Production by month, 1/2008–2/2019 (Excel, 52 KB)</excel-link></li>
<li><csv-link to="/downloads/monthly_production_06-2019.csv">Production by month, 1/2008–2/2019 (csv, 86 KB)</csv-link></li>
<li><excel-link to="/downloads/monthly_production_07-2019.xlsx">Production by month, 1/2008–3/2019 (Excel, 52 KB)</excel-link></li>
<li><csv-link to="/downloads/monthly_production_07-2019.csv">Production by month, 1/2008–3/2019 (csv, 71 KB)</csv-link></li>
</ul>
</p>

Expand Down
4 changes: 2 additions & 2 deletions src/markdown/downloads/federal-revenue-by-month.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ tag:
Download revenue by month:

<ul class="downloads-download_links list-unstyled">
<li><excel-link to="/downloads/monthly_revenue_05-2019.xlsx">Revenue by month, 1/2008–5/2019 (Excel, 290 KB)</excel-link></li>
<li><csv-link to="/downloads/monthly_revenue_05-2019.csv">Revenue by month, 1/2008–5/2019 (csv, 479 KB)</csv-link></li>
<li><excel-link to="/downloads/monthly_revenue_06-2019.xlsx">Revenue by month, 1/2008–6/2019 (Excel, 290 KB)</excel-link></li>
<li><csv-link to="/downloads/monthly_revenue_06-2019.csv">Revenue by month, 1/2008–6/2019 (csv, 482 KB)</csv-link></li>
</ul>

## Scope
Expand Down

0 comments on commit 0358708

Please sign in to comment.