Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, they will
# be requested for review when someone opens a pull request.
* @allen-cell-animated/core-devs
* @AllenCell/simviz-team
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ if(WIN32)
set(CPACK_NSIS_MUI_ICON "${CMAKE_SOURCE_DIR}/agave_app/icons/logo.ico")
set(CPACK_NSIS_MUI_UNIICON "${CMAKE_SOURCE_DIR}/agave_app/icons/logo.ico")
set(CPACK_NSIS_EXECUTABLES_DIRECTORY "agave-install")
set(CPACK_NSIS_MENU_LINKS "https://allen-cell-animated.github.io/agave" "AGAVE Docs")
set(CPACK_NSIS_MENU_LINKS "https://allencell.github.io/agave" "AGAVE Docs")
set(CPACK_NSIS_PACKAGE_NAME "AGAVE ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "
WriteRegStr HKCR 'agave' '' 'URL:agave'
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation Instructions

You can access the [latest installer release here](https://github.com/allen-cell-animated/agave/tags).
You can access the [latest installer release here](https://github.com/AllenCell/agave/tags).

## Windows

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cd build
cmake -DCMAKE_TOOLCHAIN_FILE=D:\vcpkg\scripts\buildsystems\vcpkg.cmake -G "Visual Studio 17 2022" -A x64 -DVCPKG_TARGET_TRIPLET=x64-windows ..

# or, example: ninja in separate build dir!
cmake -DCMAKE_TOOLCHAIN_FILE=C:\Users\%USERNAME%\source\repos\vcpkg\scripts\buildsystems\vcpkg.cmake -G "Ninja Multi-Config" -DVCPKG_TARGET_TRIPLET=x64-windows C:\Users\%USERNAME%\source\repos\allen-cell-animated\agave
cmake -DCMAKE_TOOLCHAIN_FILE=C:\Users\%USERNAME%\source\repos\vcpkg\scripts\buildsystems\vcpkg.cmake -G "Ninja Multi-Config" -DVCPKG_TARGET_TRIPLET=x64-windows C:\Users\%USERNAME%\source\repos\AllenCell\agave
cmake --build . --target install
```

Expand Down
2 changes: 1 addition & 1 deletion agave_app/aboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AboutDialog::AboutDialog()
label->setAlignment(Qt::AlignCenter);
layout->addWidget(label);

QString agaveUrl = "https://github.com/allen-cell-animated/agave";
QString agaveUrl = "https://github.com/AllenCell/agave";

auto text = new QLabel(this);
text->setText(
Expand Down
6 changes: 3 additions & 3 deletions agave_app/agaveGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,17 +563,17 @@ agaveGui::onSupportForumAction()
void
agaveGui::onDocumentationAction()
{
QDesktopServices::openUrl(QUrl("https://allen-cell-animated.github.io/agave"));
QDesktopServices::openUrl(QUrl("https://allencell.github.io/agave"));
}
void
agaveGui::onReportBugAction()
{
QDesktopServices::openUrl(QUrl("https://github.com/allen-cell-animated/agave/issues"));
QDesktopServices::openUrl(QUrl("https://github.com/AllenCell/agave/issues"));
}
void
agaveGui::onSourceCodeAction()
{
QDesktopServices::openUrl(QUrl("https://github.com/allen-cell-animated/agave"));
QDesktopServices::openUrl(QUrl("https://github.com/AllenCell/agave"));
}
void
agaveGui::onCitationAction()
Expand Down
2 changes: 1 addition & 1 deletion agave_app/citationDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CitationDialog::CitationDialog()
label->setText("If you use AGAVE in your research, please cite the following:");
layout->addWidget(label);

QString agaveUrl = "https://github.com/allen-cell-animated/agave";
QString agaveUrl = "https://github.com/AllenCell/agave";

int year = QDate::currentDate().year();
QString syear = QString::number(year);
Expand Down
2 changes: 1 addition & 1 deletion agave_pyclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ r.redraw()

## Documentation

For full package documentation please visit [allen-cell-animated.github.io/agave](https://allen-cell-animated.github.io/agave).
For full package documentation please visit [allencell.github.io/agave](https://allencell.github.io/agave).

## Development

Expand Down
2 changes: 1 addition & 1 deletion agave_pyclient/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
]

[project.urls]
Homepage = "https://github.com/allen-cell-animated/agave"
Homepage = "https://github.com/AllenCell/agave"

[project.optional-dependencies]
test = [
Expand Down
8 changes: 4 additions & 4 deletions docs/agave.rst
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ First, install the AGAVE Python client:
The Python client will then find a running AGAVE server session and send
commands to it. The ``AgaveRenderer`` will automatically launch a local AGAVE server
for you if it cannot find one already running (see the
`agave_pyclient documentation <https://allen-cell-animated.github.io/agave/agave_pyclient>`__
`agave_pyclient documentation <https://allencell.github.io/agave/agave_pyclient>`__
for the ``auto_launch`` and ``agave_path`` options).


Expand All @@ -772,7 +772,7 @@ The AGAVE Python client provides commands for every setting in the user
interface, and also provides two additional convenience commands for creating
an image sequence for a turntable rotation, and for a rocker (side to side) rotation.
For Python users, the AGAVE Python client project full documentation can be found here:
https://allen-cell-animated.github.io/agave/agave_pyclient
https://allencell.github.io/agave/agave_pyclient


Command Line Interface
Expand Down Expand Up @@ -815,7 +815,7 @@ Citation

.. |year| date:: %Y

Daniel Toloudis, AGAVE Contributors (|year|). AGAVE: Advanced GPU Accelerated Volume Explorer (Version |release|) [Computer software]. Allen Institute, Cell Science. https://github.com/allen-cell-animated/agave
Daniel Toloudis, AGAVE Contributors (|year|). AGAVE: Advanced GPU Accelerated Volume Explorer (Version |release|) [Computer software]. Allen Institute, Cell Science. https://github.com/AllenCell/agave

bibtex:

Expand All @@ -826,7 +826,7 @@ bibtex:
title = {AGAVE: Advanced GPU Accelerated Volume Explorer},
year = {|year|},
version = {|release|},
url = {https://github.com/allen-cell-animated/agave},
url = {https://github.com/AllenCell/agave},
organization = {Allen Institute, Cell Science},
note = {Computer Software}
}
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/allen-cell-animated/agave.git"
"url": "git+https://github.com/AllenCell/agave.git"
},
"scripts": {
"prepare": "npm run build",
Expand Down