Skip to content

Commit

Permalink
More NASA text usages
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Jul 24, 2024
1 parent 9f852c9 commit ec198a5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="icon" type="image/png" sizes="16x16" href="./styles/favicon/favicon-16x16.png"/>
<link rel="manifest" href="./styles/favicon/site.webmanifest"/>
<link rel="mask-icon" href="./styles/favicon/safari-pinned-tab.svg" color="#5bbad5"/>
<meta name="apple-mobile-web-app-title" content="NASA ADS"/>
<meta name="application-name" content="NASA ADS"/>
<meta name="apple-mobile-web-app-title" content="Astrophysics Data System"/>
<meta name="application-name" content="Astrophysics Data System"/>
<meta name="msapplication-TileColor" content="#ffc40d"/>
<meta name="theme-color" content="#ffffff"/>
<!-- /favicon -->
Expand Down
4 changes: 2 additions & 2 deletions src/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="icon" type="image/png" sizes="16x16" href="./styles/favicon/favicon-16x16.png"/>
<link rel="manifest" href="./styles/favicon/site.webmanifest"/>
<link rel="mask-icon" href="./styles/favicon/safari-pinned-tab.svg" color="#5bbad5"/>
<meta name="apple-mobile-web-app-title" content="NASA ADS"/>
<meta name="application-name" content="NASA ADS"/>
<meta name="apple-mobile-web-app-title" content="Astrophysics Data System"/>
<meta name="application-name" content="Astrophysics Data System"/>
<meta name="msapplication-TileColor" content="#ffc40d"/>
<meta name="theme-color" content="#ffffff"/>
<!-- /favicon -->
Expand Down
6 changes: 3 additions & 3 deletions src/config/opensearch.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>ADS Search</ShortName>
<Description>NASA Astrophysics Data System</Description>
<Tags>NASA ADS</Tags>
<Description>Astrophysics Data System</Description>
<Tags>Astrophysics Data System</Tags>
<Contact>[email protected]</Contact>
<Url type="text/html"
template="https://ui.adsabs.harvard.edu/search/q={searchTerms}"/>
<LongName>NASA ADS Search</LongName>
<LongName>Astrophysics Data System Search</LongName>
<Image height="32" width="32" type="image/vnd.microsoft.icon">https://ui.adsabs.harvard.edu/styles/img/favicon.ico</Image>
<Query role="example" searchTerms="star" />
<Developer>ADS Team</Developer>
Expand Down
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name="google-site-verification"
content="XxQuw38lagr8-TgtCyhAMP_6ELS9dy35fgrqo9dxw3o"
/>
<title>NASA/ADS</title>
<title>Astrophysics Data System</title>
<meta
name="description"
content="A powerful, streamlined new Astrophysics Data System"
Expand All @@ -20,8 +20,8 @@
<link rel="icon" type="image/png" sizes="16x16" href="./styles/favicon/favicon-16x16.png"/>
<link rel="manifest" href="./styles/favicon/site.webmanifest"/>
<link rel="mask-icon" href="./styles/favicon/safari-pinned-tab.svg" color="#5bbad5"/>
<meta name="apple-mobile-web-app-title" content="NASA ADS"/>
<meta name="application-name" content="NASA ADS"/>
<meta name="apple-mobile-web-app-title" content="Astrophysics Data System"/>
<meta name="application-name" content="Astrophysics Data System"/>
<meta name="msapplication-TileColor" content="#ffc40d"/>
<meta name="theme-color" content="#ffffff"/>
<!-- /favicon -->
Expand Down
2 changes: 1 addition & 1 deletion src/js/components/navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define([
analytics,
) {
// Document Title Constants
var APP_TITLE = 'NASA/ADS';
var APP_TITLE = 'Astrophysics Data System';
var TITLE_SEP = ' - ';

// This function is used to hash the user id before sending it to Analytics
Expand Down
4 changes: 2 additions & 2 deletions src/styles/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NASA ADS",
"short_name": "NASA ADS",
"name": "Astrophysics Data System",
"short_name": "Astrophysics Data System",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down

0 comments on commit ec198a5

Please sign in to comment.