diff --git a/astro/README.md b/astro/README.md index 7293ad0a..4a6d1afd 100644 --- a/astro/README.md +++ b/astro/README.md @@ -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/ diff --git a/astro/package.json b/astro/package.json index e37b389a..2a5ef398 100644 --- a/astro/package.json +++ b/astro/package.json @@ -1,10 +1,10 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "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", @@ -15,7 +15,7 @@ }, "homepage": "https://worldwidetelescope.org/home/", "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "main": "./dist/src/index.js", diff --git a/docs/engine/config.toml b/docs/engine/config.toml index eedc2321..8d8993fd 100644 --- a/docs/engine/config.toml +++ b/docs/engine/config.toml @@ -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] diff --git a/docs/engine/content/_index.md b/docs/engine/content/_index.md index 588a0fb6..c4b2311f 100644 --- a/docs/engine/content/_index.md +++ b/docs/engine/content/_index.md @@ -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! diff --git a/docs/engine/engine-pinia-index.md b/docs/engine/engine-pinia-index.md index b7566003..561e221b 100644 --- a/docs/engine/engine-pinia-index.md +++ b/docs/engine/engine-pinia-index.md @@ -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]. diff --git a/docs/engine/research-app-messages-index.md b/docs/engine/research-app-messages-index.md index abfeb1dd..b6f4ad0e 100644 --- a/docs/engine/research-app-messages-index.md +++ b/docs/engine/research-app-messages-index.md @@ -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]. diff --git a/docs/engine/themes/wwtguide b/docs/engine/themes/wwtguide index 13c43a8f..25f9a42e 160000 --- a/docs/engine/themes/wwtguide +++ b/docs/engine/themes/wwtguide @@ -1 +1 @@ -Subproject commit 13c43a8f5e536cbe6a1e5361d84bf7be73fcbfa4 +Subproject commit 25f9a42e83fb12d8db680452ce477b7417514cda diff --git a/docs/research-app/config.toml b/docs/research-app/config.toml index 27cb71bb..8f9a6d03 100644 --- a/docs/research-app/config.toml +++ b/docs/research-app/config.toml @@ -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] diff --git a/docs/research-app/content/_index.md b/docs/research-app/content/_index.md index 538d6989..c3c08f13 100644 --- a/docs/research-app/content/_index.md +++ b/docs/research-app/content/_index.md @@ -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! diff --git a/docs/research-app/content/embedding.md b/docs/research-app/content/embedding.md index ad65a8c9..ebe47fe2 100644 --- a/docs/research-app/content/embedding.md +++ b/docs/research-app/content/embedding.md @@ -38,7 +38,7 @@ version of the app. If you’re hand-coding HTML, you might write: allowfullscreen frameborder="0" > -

ERROR: cannot display AAS WorldWide Telescope research app!

+

ERROR: cannot display WorldWide Telescope research app!

``` diff --git a/docs/research-app/themes/wwtguide b/docs/research-app/themes/wwtguide index 13c43a8f..25f9a42e 160000 --- a/docs/research-app/themes/wwtguide +++ b/docs/research-app/themes/wwtguide @@ -1 +1 @@ -Subproject commit 13c43a8f5e536cbe6a1e5361d84bf7be73fcbfa4 +Subproject commit 25f9a42e83fb12d8db680452ce477b7417514cda diff --git a/embed-common/README.md b/embed-common/README.md index dd14c71f..e7519559 100644 --- a/embed-common/README.md +++ b/embed-common/README.md @@ -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/ diff --git a/embed-common/package.json b/embed-common/package.json index aad9e829..358127ff 100644 --- a/embed-common/package.json +++ b/embed-common/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { @@ -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", diff --git a/embed-creator/README.md b/embed-creator/README.md index cf106cfb..243b01d2 100644 --- a/embed-creator/README.md +++ b/embed-creator/README.md @@ -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/ diff --git a/embed-creator/package.json b/embed-creator/package.json index 943d85db..bcd44eba 100644 --- a/embed-creator/package.json +++ b/embed-creator/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { @@ -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", @@ -42,7 +42,7 @@ "@wwtelescope/embed-common": "manual:workspace:>=0.2.0" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "name": "@wwtelescope/embed-creator", @@ -57,4 +57,4 @@ "serve": "vue-cli-service serve" }, "version": "0.0.0-dev.0" -} +} \ No newline at end of file diff --git a/embed-creator/public/index.html b/embed-creator/public/index.html index 5aa2a9fc..b0246694 100644 --- a/embed-creator/public/index.html +++ b/embed-creator/public/index.html @@ -5,11 +5,11 @@ - AAS WorldWide Telescope Embed Creator + WorldWide Telescope Embed Creator
diff --git a/embed-creator/src/Creator.vue b/embed-creator/src/Creator.vue index 2e313be1..245150da 100644 --- a/embed-creator/src/Creator.vue +++ b/embed-creator/src/Creator.vue @@ -19,7 +19,7 @@

- 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.

@@ -437,8 +437,8 @@ Back to top

- Copyright 2020 - American Astronomical Society. + Copyright 2023 + WWT contributors.

diff --git a/embed/README.md b/embed/README.md index 4276f314..39e4ed24 100644 --- a/embed/README.md +++ b/embed/README.md @@ -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 diff --git a/embed/package.json b/embed/package.json index f39f3691..9a60b2bd 100644 --- a/embed/package.json +++ b/embed/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { @@ -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", @@ -44,7 +44,7 @@ "@wwtelescope/engine-pinia": "thiscommit:2022-11-10:R3G9gH3" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "name": "@wwtelescope/embed", diff --git a/embed/public/index.html b/embed/public/index.html index 2d2d7e99..7c3d8d39 100644 --- a/embed/public/index.html +++ b/embed/public/index.html @@ -5,11 +5,11 @@ - AAS WorldWide Telescope + WorldWide Telescope
diff --git a/embed/src/Embed.vue b/embed/src/Embed.vue index 0244d44a..5a296a7b 100644 --- a/embed/src/Embed.vue +++ b/embed/src/Embed.vue @@ -157,14 +157,14 @@

Powered by - AAS WorldWide TelescopeWorldWide Telescope - WWT Logo - AAS LogoNumFOCUS Logo

diff --git a/embed/src/assets/logo_aas.png b/embed/src/assets/logo_aas.png deleted file mode 100644 index 753d31d2..00000000 Binary files a/embed/src/assets/logo_aas.png and /dev/null differ diff --git a/embed/src/assets/logo_nf.png b/embed/src/assets/logo_nf.png new file mode 100644 index 00000000..c31afde1 Binary files /dev/null and b/embed/src/assets/logo_nf.png differ diff --git a/engine-helpers/README.md b/engine-helpers/README.md index e35c12c9..0758e4df 100644 --- a/engine-helpers/README.md +++ b/engine-helpers/README.md @@ -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/ diff --git a/engine-helpers/package.json b/engine-helpers/package.json index 9903af2c..5146a99d 100644 --- a/engine-helpers/package.json +++ b/engine-helpers/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { @@ -9,7 +9,7 @@ "@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", @@ -25,7 +25,7 @@ "@wwtelescope/engine-types": "57d0450658d758832a11f628e890c061ad331ec2" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "main": "./dist/src/index.js", diff --git a/engine-pinia/README.md b/engine-pinia/README.md index 993174ef..563ad5f2 100644 --- a/engine-pinia/README.md +++ b/engine-pinia/README.md @@ -1,9 +1,9 @@ # @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 @@ -11,7 +11,6 @@ UI][@wwtelescope/embed-creator]. Learn more about WWT [here][wwt-home]. [@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/ diff --git a/engine-pinia/package.json b/engine-pinia/package.json index 383ada59..6dcea27c 100644 --- a/engine-pinia/package.json +++ b/engine-pinia/package.json @@ -1,8 +1,8 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "browser": "dist/index.umd.js", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { @@ -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", @@ -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", diff --git a/engine-types/README.md b/engine-types/README.md index ebfaabf3..aaa87127 100644 --- a/engine-types/README.md +++ b/engine-types/README.md @@ -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/ diff --git a/engine-types/package.json b/engine-types/package.json index 2d1b8a73..74b08965 100644 --- a/engine-types/package.json +++ b/engine-types/package.json @@ -1,10 +1,10 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, - "description": "Types used by the AAS WorldWide Telescope.", + "description": "Types used by WorldWide Telescope.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -15,7 +15,7 @@ }, "homepage": "https://worldwidetelescope.org/home/", "keywords": [ - "AAS WorldWide Telescope", + "WorldWide Telescope", "worldwide-telescope" ], "license": "MIT", @@ -34,4 +34,4 @@ "type": "module", "types": "./dist/src/index.d.ts", "version": "0.0.0-dev.0" -} +} \ No newline at end of file diff --git a/engine/README.md b/engine/README.md index 850af714..ddaf383e 100644 --- a/engine/README.md +++ b/engine/README.md @@ -1,13 +1,11 @@ # @wwtelescope/engine -The [@wwtelescope/engine] package is the core rendering engine in the [AAS] -[WorldWide Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more about WWT +The [@wwtelescope/engine] package implements the core +[WorldWide Telescope][wwt-home] (WWT) rendering engine. Learn more about WWT [here][wwt-home]. [@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/ For more information, see [the main README of the wwt-webgl-engine repository][main-readme], which contains the source for this package. @@ -24,10 +22,6 @@ tool called [ScriptSharp], which has been unmaintained for a long time. [winclient]: https://github.com/WorldWideTelescope/wwt-windows-client/ [ScriptSharp]: https://github.com/nikhilk/scriptsharp -Currently, the engine is built from the (very human-readable) JS outputs of the -ScriptSharp tool, stored in the `js/` subdirectory here. Code that hasn't yet -been extracted into more idiomatic JS lives in `js/transpiled.js`. - -The directory `csharp_ref` contains the C# code that was used as the basis for -the JS at the time of the switch away from ScriptSharp. To avoid confusion, -these files will be removed as they are fully superseded by idiomatic JS. +Now, the engine is built from pure JavaScript written using ES6 module syntax, +using code derived from the ScriptSharp outputs. Its overall structure and form +closely tracks the original C# code. diff --git a/engine/esm/wwt_control.js b/engine/esm/wwt_control.js index fa79b29b..bb877586 100644 --- a/engine/esm/wwt_control.js +++ b/engine/esm/wwt_control.js @@ -199,7 +199,7 @@ WWTControl.initControl6 = function (DivId, startRenderLoop, startLat, startLng, if (gl != null) { set_useGlVersion2(true); } else { - console.warn('This browser does not support WebGL 2.0. Some features will work suboptimally. To get the full AAS WWT experience, consider using the latest version of Chrome, Firefox or Edge. In case you would like to use Safari, we recommend that you enable WebGL 2.0'); + console.warn('This browser does not support WebGL 2.0. Some features will work suboptimally. To get the full WWT experience, consider using the latest version of Chrome, Firefox or Edge. In case you would like to use Safari, we recommend that you enable WebGL 2.0'); gl = canvas.getContext('webgl'); } diff --git a/engine/package.json b/engine/package.json index 15dbd2c1..6f539462 100644 --- a/engine/package.json +++ b/engine/package.json @@ -1,8 +1,8 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "browser": "./src/index.js", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { @@ -10,7 +10,7 @@ "pako": "^1.0.11", "uuid": "^8.3.2" }, - "description": "The AAS WorldWide Telescope WebGL engine", + "description": "The WorldWide Telescope WebGL engine", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -36,7 +36,7 @@ "@wwtelescope/engine-types": "57d0450658d758832a11f628e890c061ad331ec2" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "main": "./src/index.js", diff --git a/research-app-messages/README.md b/research-app-messages/README.md index 38f6a451..9129bc8f 100644 --- a/research-app-messages/README.md +++ b/research-app-messages/README.md @@ -1,8 +1,7 @@ # `@wwtelescope/research-app-messages` -Data structures defining UI control commands that can be sent to the [AAS] +Data structures defining UI control commands that can be sent to the [WorldWide Telescope][wwt-home] (WWT) web application for astronomical research. Learn more about WWT [here][wwt-home]. -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ diff --git a/research-app-messages/package.json b/research-app-messages/package.json index a7e7a96a..535cf3a6 100644 --- a/research-app-messages/package.json +++ b/research-app-messages/package.json @@ -1,10 +1,10 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, - "description": "Data structures for messages sent to the AAS WorldWide Telescope research app.", + "description": "Data structures for messages sent to the WorldWide Telescope research app.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -15,7 +15,7 @@ }, "homepage": "https://worldwidetelescope.org/home/", "keywords": [ - "AAS WorldWide Telescope", + "WorldWide Telescope", "worldwide-telescope" ], "license": "MIT", diff --git a/research-app/README.md b/research-app/README.md index e3b0c8a6..3e0d1b2a 100644 --- a/research-app/README.md +++ b/research-app/README.md @@ -1,7 +1,6 @@ # `@wwtelescope/research-app` -The [AAS] [WorldWide Telescope][wwt-home] (WWT) web application for astronomical +The [WorldWide Telescope][wwt-home] (WWT) web application for astronomical research. Learn more about WWT [here][wwt-home]. -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ diff --git a/research-app/package.json b/research-app/package.json index bed15e3d..bdb8fd2a 100644 --- a/research-app/package.json +++ b/research-app/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { @@ -23,7 +23,7 @@ "vue-slider-component": "^4.1.0-beta.2", "vue3-popper": "^1.5.0" }, - "description": "The AAS WorldWide Telescope research app.", + "description": "The WorldWide Telescope research app.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -54,7 +54,7 @@ "@wwtelescope/research-app-messages": "thiscommit:2023-02-19:Kuk5Ppd" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "name": "@wwtelescope/research-app", diff --git a/research-app/public/index.html b/research-app/public/index.html index 2d2d7e99..7c3d8d39 100644 --- a/research-app/public/index.html +++ b/research-app/public/index.html @@ -5,11 +5,11 @@ - AAS WorldWide Telescope + WorldWide Telescope
diff --git a/research-app/src/App.vue b/research-app/src/App.vue index 87c048af..71c79525 100644 --- a/research-app/src/App.vue +++ b/research-app/src/App.vue @@ -345,7 +345,7 @@ v-if="!hideAllChrome" @keydown.stop > - To get the full AAS WWT experience, consider using the latest version of + To get the full WWT experience, consider using the latest version of Chrome, Firefox or Edge. In case you would like to use Safari, we recommend that you enable WebGL 2.0", + "author": "The WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { @@ -10,7 +10,7 @@ "browserstack-local": "^1.4.8", "jsdom": "^21.1.0" }, - "description": "Tests for the AAS WorldWide Telescope engine and apps.", + "description": "Tests for the WorldWide Telescope engine and apps.", "devDependencies": { "@types/nightwatch": "^2.3.12", "chromedriver": "^92.0.2", @@ -22,7 +22,7 @@ }, "homepage": "https://worldwidetelescope.org/home/", "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "name": "@wwtelescope/tests", diff --git a/tests/page_objects/researchApp.ts b/tests/page_objects/researchApp.ts index d542014d..7f1b64be 100644 --- a/tests/page_objects/researchApp.ts +++ b/tests/page_objects/researchApp.ts @@ -40,7 +40,7 @@ const researchAppCommands = { }; const researchAppProps = { - title: "AAS WorldWide Telescope", + title: "WorldWide Telescope", builtinUrl: "https://web.wwtassets.org/engine/assets/builtin-image-sets.wtml", hipsUrl: "http://www.worldwidetelescope.org/wwtweb/catalog.aspx?W=hips", };