Skip to content

Commit

Permalink
Merge pull request #227 from nasa/update-hq-email
Browse files Browse the repository at this point in the history
updated hq email point#3
  • Loading branch information
rubioJeffery authored Sep 18, 2024
2 parents d2b65bd + 52cc3d9 commit 2975e1a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The API information that our site hosts is currently archived in our *apis.json*
## NOTICE: NASA does not host/develop these APIs
We only map the orginal developer's endpoint to one of our api.nasa.gov endpoints. Basically, api.nasa.gov acts as a passthrough service. Please do not contact us with technical questions about a particular API as <b> we do not have access to most API production environments</b>. You can follow links on our site to get more information about each API and use the contact information on those pages to reach the people who control each API.

### If you are a NASA civil servant or contractor and wish to add an API to api.nasa.gov, please contact <a href="mailto.nasa-data@lists.arc.nasa.gov">nasa-data@lists.arc.nasa.gov</a>.
### If you are a NASA civil servant or contractor and wish to add an API to api.nasa.gov, please contact <a href="mailto.hq-open-innovation@mail.nasa.gov">hq-open-innovation@mail.nasa.gov</a>.
#### If you are behind the NASA firewall, you can find additional details on https://developer.nasa.gov/pages/OpenInnovation/Table_of_Contents_Public/2021/05/14/API-NASA-GOV.html

**Site Developer**: Darith Yim, Daniel Rendon, Jeffery Rubio, Tessa Brazda
Expand Down
2 changes: 1 addition & 1 deletion assets/footer/OIT-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3 class="oit-footer-logo-heading">Open Innovation Team</h3>
<h3 class="oit-footer-contact-heading">Office of the Chief Information Officer</h3>
<address>
<div class="oit-footer-primary-content oit-footer-contact_info">
<p><a _ngcontent-c9="" href="mailto:nasa-data@lists.arc.nasa.gov">nasa-data@lists.arc.nasa.gov</a></p>
<p><a _ngcontent-c9="" href="mailto:hq-open-innovation@mail.nasa.gov">hq-open-innovation@mail.nasa.gov</a></p>
</div>
</address>
</div>
Expand Down
2 changes: 1 addition & 1 deletion assets/html/recoverKey.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section class="usa-section-dark" id = "recovery">
<div class="usa-grid" style = "padding-top:3rem; padding-bottom: 3rem;">
<h2> API Key Recovery</h2>
<p>Please <a _ngcontent-c9="" href="mailto:nasa-data@lists.arc.nasa.gov">contact us</a> for help recovering an old API key<img src='assets/img/alerts/info.svg' alt="Info I Icon" height = '20px' width = '20px' class = 'infoDiv' onclick = 'displayHelpClick(this.id, "infoTab2")' id = 'infoPic2' style = "filter: invert(100%);" tabindex="0"><small id = "infoTab2" style="display: none;">You may apply for multiple keys as needed.</small></p>
<p>Please <a _ngcontent-c9="" href="mailto:hq-open-innovation@mail.nasa.gov">contact us</a> for help recovering an old API key<img src='assets/img/alerts/info.svg' alt="Info I Icon" height = '20px' width = '20px' class = 'infoDiv' onclick = 'displayHelpClick(this.id, "infoTab2")' id = 'infoPic2' style = "filter: invert(100%);" tabindex="0"><small id = "infoTab2" style="display: none;">You may apply for multiple keys as needed.</small></p>
</div>
</section>
2 changes: 1 addition & 1 deletion contact
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</head>
<body>
<h2>API.nasa.gov Contact Page</h2>
<p>Please email us at <a _ngcontent-c9="" href="mailto:nasa-data@lists.arc.nasa.gov">nasa-data@lists.arc.nasa.gov</a></p>
<p>Please email us at <a _ngcontent-c9="" href="mailto:hq-open-innovation@mail.nasa.gov">hq-open-innovation@mail.nasa.gov</a></p>
</body>
</html>
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<section class="usa-section" id = "signUp">
<div class = "usa-grid">
<h2>Contact Us</h2>
<p>Please email us at <a _ngcontent-c9="" href="mailto:nasa-data@lists.arc.nasa.gov">nasa-data@lists.arc.nasa.gov</a></p>
<p>Please email us at <a _ngcontent-c9="" href="mailto:hq-open-innovation@mail.nasa.gov">hq-open-innovation@mail.nasa.gov</a></p>

<!-- <h2>Generate API Key</h2>
<div id="apidatagov_signup" onfocusin = 'new function(){$("#headerSearch").css("display","none");}' >Loading signup form...</div> -->
Expand All @@ -46,7 +46,7 @@ <h2>Contact Us</h2>
// //
// // The format for e-mail addresses can be given as either
// // 'example@example.com' or 'mailto:example@example.com'.
// contactUrl: 'mailto:nasa-data@lists.arc.nasa.gov',
// contactUrl: 'mailto:hq-open-innovation@mail.nasa.gov',

// // Provide the name of your developer site. This will appear in the
// // subject of the welcome e-mail as "Your {{siteName}} API key".
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2>Generate API Key</h2>
//
// The format for e-mail addresses can be given as either
// 'example@example.com' or 'mailto:example@example.com'.
contactUrl: 'mailto:nasa-data@lists.arc.nasa.gov',
contactUrl: 'mailto:hq-open-innovation@mail.nasa.gov',

// Provide the name of your developer site. This will appear in the
// subject of the welcome e-mail as "Your {{siteName}} API key".
Expand Down

0 comments on commit 2975e1a

Please sign in to comment.