Skip to content

Commit

Permalink
Merge pull request #269 from pkgw/branding
Browse files Browse the repository at this point in the history
More sponsorship branding updates
  • Loading branch information
pkgw authored Sep 15, 2023
2 parents 35b985d + f32ed67 commit 070cd51
Show file tree
Hide file tree
Showing 40 changed files with 86 additions and 101 deletions.
3 changes: 1 addition & 2 deletions astro/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# @wwtelescope/astro

The [@wwtelescope/astro] package provides some basic routines for astronomical
calculations used in the [AAS] [WorldWide Telescope][wwt-home] (WWT) [WebGL
calculations used in the [WorldWide Telescope][wwt-home] (WWT) [WebGL
engine] stack. Learn more about WWT [here][wwt-home].

[@wwtelescope/astro]: https://www.npmjs.com/package/@wwtelescope/astro
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/
[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/

Expand Down
8 changes: 4 additions & 4 deletions astro/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"author": "The AAS WorldWide Telescope Team <wwt@aas.org>",
"author": "The WorldWide Telescope Team <hello@worldwidetelescope.org>",
"bugs": {
"email": "wwt@aas.org",
"email": "hello@worldwidetelescope.org",
"url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues"
},
"description": "Basic astronomy utilities for the AAS WorldWide Telescope framework.",
"description": "Basic astronomy utilities for the WorldWide Telescope framework.",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
Expand All @@ -15,7 +15,7 @@
},
"homepage": "https://worldwidetelescope.org/home/",
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"main": "./dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion docs/engine/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_url = "//docs.worldwidetelescope.org/webgl-reference/1/"
title = "WWT WebGL Engine Reference Manual"
description = "The AAS WorldWide Telescope WebGL Engine reference manual."
description = "The WorldWide Telescope WebGL Engine reference manual."
theme = "wwtguide"

[extra]
Expand Down
2 changes: 1 addition & 1 deletion docs/engine/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ insert_anchor_links = "right"
+++

The “[WebGL] engine” is the core renderer that powers the web-based forms of the
[AAS](https://aas.org/) [WorldWide Telescope] software system. While it
[WorldWide Telescope] software system. While it
underpins the [WWT web client] application, it is a reusable [TypeScript]
framework that can be embedded in webpages or your own applications. Like this!

Expand Down
2 changes: 1 addition & 1 deletion docs/engine/engine-pinia-index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This package turns the [AAS WorldWide Telescope][wwt] rendering engine,
This package turns the [WorldWide Telescope][wwt] rendering engine,
[@wwtelescope/engine], into a well-behaved web app component using [Vue],
[Pinia], and [TypeScript].

Expand Down
2 changes: 1 addition & 1 deletion docs/engine/research-app-messages-index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This package defines messages for controlling the AAS WorldWide Telescope
This package defines messages for controlling the WorldWide Telescope
[research app]. The only implementation code that it contains are [TypeScript]
[type guard functions].

Expand Down
2 changes: 1 addition & 1 deletion docs/research-app/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_url = "//docs.worldwidetelescope.org/research-app/1/"
title = "WWT Research Application Manual"
description = "The AAS WorldWide Telescope research app manual."
description = "The WorldWide Telescope research app manual."
theme = "wwtguide"

[extra]
Expand Down
2 changes: 1 addition & 1 deletion docs/research-app/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sort_by = "weight"
insert_anchor_links = "right"
+++

The [AAS](https://aas.org/) [WorldWide Telescope] “research app” is a web
The [WorldWide Telescope] “research app” is a web
application for exploring and analyzing astronomical data. It’s optimized for
use inside the [JupyterLab] research environment but can in fact be embedded
anywhere that you can render HTML. Like right here!
Expand Down
2 changes: 1 addition & 1 deletion docs/research-app/content/embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ version of the app. If you’re hand-coding HTML, you might write:
allowfullscreen
frameborder="0"
>
<p>ERROR: cannot display AAS WorldWide Telescope research app!</p>
<p>ERROR: cannot display WorldWide Telescope research app!</p>
</iframe>
```

Expand Down
3 changes: 1 addition & 2 deletions embed-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

The [@wwtelescope/embed-common] package provides some common types used by both
the [@wwtelescope/embed] embeddable viewer and the [@wwtelescope/embed-creator]
UI for creating such viewers. It is part of the the [AAS] [WorldWide
UI for creating such viewers. It is part of the the [WorldWide
Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more about WWT
[here][wwt-home].

[@wwtelescope/embed-common]: https://www.npmjs.com/package/@wwtelescope/embed-common
[@wwtelescope/embed]: https://www.npmjs.com/package/@wwtelescope/embed
[@wwtelescope/embed-creator]: https://www.npmjs.com/package/@wwtelescope/embed-creator
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/
[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/

Expand Down
6 changes: 3 additions & 3 deletions embed-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "The AAS WorldWide Telescope Team <wwt@aas.org>",
"author": "The WorldWide Telescope Team <hello@worldwidetelescope.org>",
"bugs": {
"email": "wwt@aas.org",
"email": "hello@worldwidetelescope.org",
"url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues"
},
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"@wwtelescope/engine-types": "thiscommit:2021-01-15:pai0eoTh"
},
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"main": "./dist/src/index.js",
Expand Down
3 changes: 1 addition & 2 deletions embed-creator/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# @wwtelescope/embed-creator

The [@wwtelescope/embed-creator] package is a web app giving a user interface
for constructing [AAS] [WorldWide Telescope][wwt-home] (WWT) embeds:
for constructing [WorldWide Telescope][wwt-home] (WWT) embeds:

#### https://embed.worldwidetelescope.org/

Learn more about WWT [here][wwt-home].

[@wwtelescope/embed-creator]: https://www.npmjs.com/package/@wwtelescope/embed-creator
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/
[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/

Expand Down
10 changes: 5 additions & 5 deletions embed-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "The AAS WorldWide Telescope Team <wwt@aas.org>",
"author": "The WorldWide Telescope Team <hello@worldwidetelescope.org>",
"bugs": {
"email": "wwt@aas.org",
"email": "hello@worldwidetelescope.org",
"url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues"
},
"dependencies": {
Expand All @@ -17,7 +17,7 @@
"vue": "^3",
"vue-clipboard3": "^2.0.0"
},
"description": "An web app for creating AAS WorldWide Telescope embeds",
"description": "A web app for creating WorldWide Telescope embeds",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
Expand All @@ -42,7 +42,7 @@
"@wwtelescope/embed-common": "manual:workspace:>=0.2.0"
},
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"name": "@wwtelescope/embed-creator",
Expand All @@ -57,4 +57,4 @@
"serve": "vue-cli-service serve"
},
"version": "0.0.0-dev.0"
}
}
4 changes: 2 additions & 2 deletions embed-creator/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>AAS WorldWide Telescope Embed Creator</title>
<title>WorldWide Telescope Embed Creator</title>
</head>
<body>
<noscript>
<strong>We're sorry but the AAS WorldWide Telescope Embed Creator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but the WorldWide Telescope Embed Creator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down
6 changes: 3 additions & 3 deletions embed-creator/src/Creator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<b-tabs no-fade content-class="mt-3" v-model="currentTabIndex">
<b-tab title="Home" active>
<p>
Wecome to the AAS WorldWide Telescope embed creator tool! This
Wecome to the WorldWide Telescope embed creator tool! This
site helps you create HTML code that you can use to embed WWT in
your own websites.
</p>
Expand Down Expand Up @@ -437,8 +437,8 @@
<a href="#">Back to top</a>
</p>
<p>
Copyright 2020
<a href="https://aas.org/">American Astronomical Society</a>.
Copyright 2023
<a href="https://worldwidetelescope.org/home/" target="_blank">WWT contributors</a>.
</p>
</footer>
</b-container>
Expand Down
3 changes: 1 addition & 2 deletions embed/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# @wwtelescope/embed

The [@wwtelescope/embed] package implements the embedded Web viewer of the [AAS]
The [@wwtelescope/embed] package implements the embeddable Web viewer of the
[WorldWide Telescope][wwt-home] (WWT) web framework. Learn more about WWT
[here][wwt-home].

[@wwtelescope/embed]: https://www.npmjs.com/package/@wwtelescope/embed
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/

For more information, see [the main README of the wwt-webgl-engine
Expand Down
8 changes: 4 additions & 4 deletions embed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "The AAS WorldWide Telescope Team <wwt@aas.org>",
"author": "The WorldWide Telescope Team <hello@worldwidetelescope.org>",
"bugs": {
"email": "wwt@aas.org",
"email": "hello@worldwidetelescope.org",
"url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues"
},
"dependencies": {
Expand All @@ -16,7 +16,7 @@
"vue": "^3",
"vue3-popper": "^1.5.0"
},
"description": "The AAS WorldWide Telescope as an embeddable iframe.",
"description": "The WorldWide Telescope as an embeddable iframe.",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@wwtelescope/engine-pinia": "thiscommit:2022-11-10:R3G9gH3"
},
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"name": "@wwtelescope/embed",
Expand Down
4 changes: 2 additions & 2 deletions embed/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="icon" href="https://worldwidetelescope.org/favicon.ico">
<title>AAS WorldWide Telescope</title>
<title>WorldWide Telescope</title>
</head>
<body>
<noscript>
<strong>We're sorry but AAS WorldWide Telescope requires JavaScript to run.</strong>
<strong>We're sorry but WorldWide Telescope requires JavaScript to run.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down
10 changes: 5 additions & 5 deletions embed/src/Embed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@
<div id="credits" v-show="embedSettings.creditMode == CreditMode.Default">
<p>
Powered by
<a href="https://worldwidetelescope.org/home/"
>AAS WorldWide Telescope</a
<a href="https://worldwidetelescope.org/home/" target="_blank"
>WorldWide Telescope</a
>
<a href="https://worldwidetelescope.org/home/"
<a href="https://worldwidetelescope.org/home/" target="_blank"
><img alt="WWT Logo" src="./assets/logo_wwt.png"
/></a>
<a href="https://aas.org/"
><img alt="AAS Logo" src="./assets/logo_aas.png"
<a href="https://numfocus.org/" target="_blank"
><img alt="NumFOCUS Logo" src="./assets/logo_nf.png"
/></a>
</p>
</div>
Expand Down
Binary file removed embed/src/assets/logo_aas.png
Binary file not shown.
Binary file added embed/src/assets/logo_nf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions engine-helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

The [@wwtelescope/engine-helpers] package provides convenience [TypeScript]
layers that build upon the baseline [@wwtelescope/engine] package. It is part of
the [AAS] [WorldWide Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more
the [WorldWide Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more
about WWT [here][wwt-home].

[@wwtelescope/engine-helpers]: https://www.npmjs.com/package/@wwtelescope/engine-helpers
[TypeScript]: https://typescriptlang.org/
[@wwtelescope/engine]: https://www.npmjs.com/package/@wwtelescope/engine
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/
[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/

Expand Down
8 changes: 4 additions & 4 deletions engine-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"author": "The AAS WorldWide Telescope Team <wwt@aas.org>",
"author": "The WorldWide Telescope Team <hello@worldwidetelescope.org>",
"bugs": {
"email": "wwt@aas.org",
"email": "hello@worldwidetelescope.org",
"url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues"
},
"dependencies": {
"@wwtelescope/astro": "workspace:0.0.0-dev.0",
"@wwtelescope/engine": "workspace:0.0.0-dev.0",
"@wwtelescope/engine-types": "workspace:0.0.0-dev.0"
},
"description": "Helpful extensions to the AAS WorldWide Telescope engine.",
"description": "Helpful extensions to the WorldWide Telescope engine.",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
Expand All @@ -25,7 +25,7 @@
"@wwtelescope/engine-types": "57d0450658d758832a11f628e890c061ad331ec2"
},
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"main": "./dist/src/index.js",
Expand Down
5 changes: 2 additions & 3 deletions engine-pinia/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# @wwtelescope/engine-pinia

The [@wwtelescope/engine-pinia] package wraps the core rendering engine of the
[AAS] [WorldWide Telescope][wwt-home] (WWT) stack ([@wwtelescope/engine]) into a
[WorldWide Telescope][wwt-home] (WWT) stack ([@wwtelescope/engine]) into a
plugin for the [Pinia] state management library. It is the basis for WWT-powered
web apps such as [the WWT emebd][@wwtelescope/embed] and [the WWT Embed Creator
web apps such as [the WWT embed][@wwtelescope/embed] and [the WWT Embed Creator
UI][@wwtelescope/embed-creator]. Learn more about WWT [here][wwt-home].

[@wwtelescope/engine-pinia]: https://www.npmjs.com/package/@wwtelescope/engine-pinia
[@wwtelescope/engine]: https://www.npmjs.com/package/@wwtelescope/engine
[@wwtelescope/embed]: https://www.npmjs.com/package/@wwtelescope/embed
[@wwtelescope/embed-creator]: https://www.npmjs.com/package/@wwtelescope/embed-creator
[Pinia]: https://pinia.vuejs.org/
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/
[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/

Expand Down
8 changes: 4 additions & 4 deletions engine-pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "The AAS WorldWide Telescope Team <wwt@aas.org>",
"author": "The WorldWide Telescope Team <hello@worldwidetelescope.org>",
"browser": "dist/index.umd.js",
"bugs": {
"email": "wwt@aas.org",
"email": "hello@worldwidetelescope.org",
"url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues"
},
"dependencies": {
Expand All @@ -13,7 +13,7 @@
"pinia": "^2.0.22",
"vue": "^3"
},
"description": "The AAS WorldWide Telescope WebGL engine wrapped into a Vue/Pinia component",
"description": "The WorldWide Telescope WebGL engine wrapped into a Vue/Pinia component",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
Expand All @@ -36,7 +36,7 @@
"@wwtelescope/engine-types": "thiscommit:2022-11-29:OIQ6vzL"
},
"keywords": [
"AAS WorldWide Telescope"
"WorldWide Telescope"
],
"license": "MIT",
"main": "./dist/index.common.js",
Expand Down
3 changes: 1 addition & 2 deletions engine-types/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# @wwtelescope/engine-types

The [@wwtelescope/engine-types] package exposes some common [TypeScript] types
relating to the [AAS] [WorldWide Telescope][wwt-home] (WWT) [WebGL engine]
relating to the [WorldWide Telescope][wwt-home] (WWT) [WebGL engine]
stack. Learn more about WWT [here][wwt-home].

[@wwtelescope/engine-types]: https://www.npmjs.com/package/@wwtelescope/engine-types
[TypeScript]: https://typescriptlang.org/
[AAS]: https://aas.org/
[wwt-home]: https://worldwidetelescope.org/home/
[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/

Expand Down
Loading

0 comments on commit 070cd51

Please sign in to comment.