Skip to content

Commit

Permalink
add a js9 logo:
Browse files Browse the repository at this point in the history
  -- to the main display, controlled by the JS9.globalOpts.logoDisplay param
  -- whose default is false
  -- View:show submenu allows you to turn on/off logo display globally
  -- Prefs plugin allows you to control logo display for this site
  -- also added logo to main JS9 help pages
fixed bug in Prefs: saved global, grid, catalog prefs were not being restored
  • Loading branch information
ericmandel committed Apr 17, 2019
1 parent d158c50 commit f7d0160
Show file tree
Hide file tree
Showing 27 changed files with 534 additions and 434 deletions.
10 changes: 3 additions & 7 deletions help/archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Accessing Data Archives with JS9</title>
</head>
<body>
<div class="container">

<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Examples of data archives that can generate FITS URLS for use with JS9</h3></center>
<ul>
<li> <a href="http://skyview.gsfc.nasa.gov/current/cgi/query.pl" target="_blank" rel="noopener noreferrer">NASA/HEASARC SkyView</a>: in the search results, copy the FITS URL from the <i>Download FITS or quick look jpeg image</i> option.
Expand Down
11 changes: 4 additions & 7 deletions help/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>JS9 ChangeLog</title>
</head>
<body>

<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>JS9 ChangeLog</h3></center>

<h3> Public Release 2.3 (TBD)</h3>
<ul>
<li> add logo support
<li> add AlignPanZoom() public routine
<li> add --cmds [cmds] and --cmdfile [file] switches to js9Electron.js
<li> add --node switch to js9Electron.js, allowing nodeIntegration
Expand Down
9 changes: 3 additions & 6 deletions help/desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>JS9 on the Desktop</title>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>JS9 on the Desktop</h3></center>

<p>
Expand Down
9 changes: 3 additions & 6 deletions help/extmsg.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>External Communication with JS9</title>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>External Communication with JS9</h3></center>

<p>
Expand Down
10 changes: 4 additions & 6 deletions help/helper.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Adding a JS9 Server-side Helper</title>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Adding a JS9 Server-side Helper</h3></center>

<h3>Do You Need a Server-side Helper? Which One?</h3>

<p>
JS9 supports server-side analysis on FITS data, allowing you to
execute virtually any command-line analysis program from JS9, run that
analysis command on the server, and view results on your web page. It
Expand Down
9 changes: 3 additions & 6 deletions help/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Installing JS9</title>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Installing JS9</h3></center>

<h3>Summary for the Impatient</h3>
Expand Down
9 changes: 3 additions & 6 deletions help/knownissues.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>JS9 Known Issues</title>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>JS9 Known Issues</h3></center>

<li><b>Chrome (January 20, 2019 : not resolved)</b>
Expand Down
9 changes: 3 additions & 6 deletions help/localtasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Local (Browser-Based) Analysis Tasks and Plugins</title>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Adding Local (Browser-Based) Analysis Tasks and Plugins to JS9</h3></center>

<p>
Expand Down
11 changes: 4 additions & 7 deletions help/memory.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Dealing with Memory Limitations</title>
</head>
<body>
<div class="container">

<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Dealing with Memory Limitations</h3></center>

<p>
Desktop application developers count on a semi-infinite amount of
memory for applications. This is a luxury not afforded to browser
Expand Down
9 changes: 3 additions & 6 deletions help/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Site Preferences</title>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Configuring JS9 Site Preferences</h3></center>

<p>
Expand Down
8 changes: 3 additions & 5 deletions help/publicapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
<html lang="en">
<meta charset="UTF-8">
<title>The JS9 Public API</title>
<link type="text/css" rel="stylesheet" href="../js9.css">
<style>
.container{
padding: 10px;
}

h3 , h4 {
text-align: center;
}
Expand All @@ -26,7 +23,8 @@
</style>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<h3>The JS9 Public API</h3>

<p>
Expand Down
10 changes: 3 additions & 7 deletions help/python.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>JS9 with Python and Jupyter</title>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>JS9 with Python and Jupyter</h3></center>

<p>
<h3>Connecting Python to JS9</h3>
<p>
The <b>pyjs9.py</b> module connects Python and JS9. It is
Expand Down
13 changes: 6 additions & 7 deletions help/regions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>JS9/DS9/Funtools Spatial Regions</title>
</head>
<body>
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">

<div class="container">
<h3><A NAME="regions">JS9/DS9/Funtools Spatial Regions</A></h3>
<center><h3><A NAME="regions">JS9/DS9/Funtools Spatial Regions</A></h3></center>

<p>
In many X-ray astronomical analysis software suites (e.g., fitsio, ciao,
funtools), spatial regions allow one to select sections of an image or
rows of a table by means of simple geometric shapes. When an image is
Expand Down
11 changes: 4 additions & 7 deletions help/repfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Dealing with Large Files</title>
</head>
<body>
<div class="container">

<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Dealing with Large Files</h3></center>

<p>
Large astronomical <a href="http://fits.gsfc.nasa.gov">FITS</a>
data files present a challenge for browser-based image display, in two ways:
Expand Down
10 changes: 3 additions & 7 deletions help/serverside.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Server-side Analysis Tasks</title>
</head>
<body>
<div class="container">

<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Adding Server-side Analysis Tasks to JS9</h3></center>

<p>
Expand Down
9 changes: 3 additions & 6 deletions help/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>The JS9 Help Facility</title>
</head>
<body>
<div class="container">
<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center>
<h3>JS9: astronomical image display everywhere</h3>
Eric Mandel, Alexey Vikhlinin
Expand Down
10 changes: 3 additions & 7 deletions help/webpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Creating a JS9 Web Page</title>
</head>
<body>
<div class="container">

<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Creating a JS9 Web Page</h3></center>

<h3>Adding JS9 to Your Web Page</h3>
Expand Down
10 changes: 3 additions & 7 deletions help/yourdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.container{
padding: 10px;
}
</style>
<link type="text/css" rel="stylesheet" href="../js9.css">
<title>Displaying Your Data</title>
</head>
<body>
<div class="container">

<div class="helpLogo"><img src="../images/js9logo.png"></div>
<div class="helpContainer">
<center><h3>Displaying Your Data With JS9</h3></center>

<h3>Loading a FITS File From Your Web Page</h3>
Expand Down
Binary file added images/js9logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f7d0160

Please sign in to comment.