Skip to content

Commit

Permalink
Merge pull request #32 from nasa/update-hq-support-email
Browse files Browse the repository at this point in the history
update hq support email point#3
  • Loading branch information
darith27 authored Sep 18, 2024
2 parents c8af9ff + 840c8cf commit d9338a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data_visualizations.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div class="modal-content">
<span class="close" tabindex="0">&times;</span>
<h2 style="margin-top: .5em">Important</h2>
<p>If you are a <strong>NASA employee</strong> and would like to upload new datasets, please send us an email at <a href="mailto:nasa-data@lists.arc.nasa.gov">nasa-data@lists.arc.nasa.gov</a> requesting a "Publisher" account. For more information on uploading data, you can visit our <a href="https://developer.nasa.gov/OpenInnovation/data-nasa-gov-instructions" id = "SignInRM" >README</a> (this link will only work if you are connected to the NASA network)</p>
<p>If you are a <strong>NASA employee</strong> and would like to upload new datasets, please send us an email at <a href="mailto:hq-open-innovation@mail.nasa.gov">hq-open-innovation@mail.nasa.gov</a> requesting a "Publisher" account. For more information on uploading data, you can visit our <a href="https://developer.nasa.gov/OpenInnovation/data-nasa-gov-instructions" id = "SignInRM" >README</a> (this link will only work if you are connected to the NASA network)</p>
<button onclick="window.location.href = 'https://data.nasa.gov/login';" id= "contSignIn">Continue to Sign-In</button>
</div>

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h2>DATA.NASA.GOV: A catalog of publicly available NASA datasets</h2>
<h3>Do You Want to Upload New NASA Datasets?</h3>
<p>New dataset requests are currently not being accepted due to a major platform migration effort. Please contact the <a href="mailto:&#110;&#097;&#115;&#097;&#045;&#100;&#097;&#116;&#097;&#064;&#108;&#105;&#115;&#116;&#115;&#046;&#097;&#114;&#099;&#046;&#110;&#097;&#115;&#097;&#046;&#103;&#111;&#118;">NASA Data Support Team</a> for your support needs.</p>
<button><a href="https://data.nasa.gov/login">SIGN-IN</a></button>
<!-- <p>If you are a NASA staff or contractor and have a public dataset that you would like to upload or link to data.nasa.gov through metadata, please <a href="mailto:nasa-data@lists.arc.nasa.gov">contact us</a> to set up an account via your nasa.gov email. After you have an account, you can sign-in via the sign-in button at the top of this page and upload or edit your dataset as the dataset owner. <i>NOTE: If you create an account yourself, you'll be able to see some information but not be able to upload datasets.</i></p> -->
<!-- <p>If you are a NASA staff or contractor and have a public dataset that you would like to upload or link to data.nasa.gov through metadata, please <a href="mailto:hq-open-innovation@mail.nasa.gov">contact us</a> to set up an account via your nasa.gov email. After you have an account, you can sign-in via the sign-in button at the top of this page and upload or edit your dataset as the dataset owner. <i>NOTE: If you create an account yourself, you'll be able to see some information but not be able to upload datasets.</i></p> -->
</div>
</section>
</section>
Expand Down Expand Up @@ -422,8 +422,8 @@ <h4>A few key links:</h4>
<a href="https://www.nasa.gov/open/data.html">List of Other NASA Science & Mission Data Archives</a>
</li>
</ol>
<!-- <a class="usa-button usa-button-small" onclick = "window.location = 'mailto:nasa-data@lists.arc.nasa.gov'" onkeypress = "window.location = 'mailto:nasa-data@lists.arc.nasa.gov'" tabindex = "0" title="If this button doesn't open your email application, it is due to your browser settings. Instead use your normal email workflow to contact nasa-data@lists.arc.nasa.gov.">Submit an issue if you know of another NASA data site that should be included!</a> -->
<a id="submit_issue" class="usa-button usa-button-small" onclick="window.location='mailto:nasa-data@lists.arc.nasa.gov'" onkeypress="window.location = 'mailto:nasa-data@lists.arc.nasa.gov'" tabindex="0" onmouseover="mouseOverIssue()" onmouseout="mouseOutIssue()">Please contact us if you know of another NASA data site that should be included!</a>
<!-- <a class="usa-button usa-button-small" onclick = "window.location = 'mailto:hq-open-innovation@mail.nasa.gov'" onkeypress = "window.location = 'mailto:hq-open-innovation@mail.nasa.gov'" tabindex = "0" title="If this button doesn't open your email application, it is due to your browser settings. Instead use your normal email workflow to contact hq-open-innovation@mail.nasa.gov.">Submit an issue if you know of another NASA data site that should be included!</a> -->
<a id="submit_issue" class="usa-button usa-button-small" onclick="window.location='mailto:hq-open-innovation@mail.nasa.gov'" onkeypress="window.location = 'mailto:hq-open-innovation@mail.nasa.gov'" tabindex="0" onmouseover="mouseOverIssue()" onmouseout="mouseOutIssue()">Please contact us if you know of another NASA data site that should be included!</a>
</div>
</div>
<br><br>
Expand Down Expand Up @@ -522,7 +522,7 @@ <h4>A few key links:</h4>
</script>
<script>
function mouseOverIssue() {
document.getElementById("submit_issue").innerHTML = "If your browser supports it, clicking will email nasa-data@lists.arc.nasa.gov.";
document.getElementById("submit_issue").innerHTML = "If your browser supports it, clicking will email hq-open-innovation@mail.nasa.gov.";
}

function mouseOutIssue() {
Expand Down
2 changes: 1 addition & 1 deletion non-nasawds-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

0 comments on commit d9338a7

Please sign in to comment.