-
Notifications
You must be signed in to change notification settings - Fork 9
brand updates #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/release1.10cleanup
Are you sure you want to change the base?
brand updates #369
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ The volume viewer is designed and optimized for display of multi-channel 16-bit | |||||
| 2. Unzip the zip file and run the AGAVE app. A GUI window will open. If initialization fails for some reason, a logfile.log file will be produced in the same directory as the app. | ||||||
|
|
||||||
| 3. File-->Open volume... The viewer currently only supports .tif or .czi files containing z-stack data. Currently only 16-bit unsigned pixels are supported. | ||||||
| The volume data must fit in GPU memory uncompressed, so please try loading no more than a few GB. Files containing time sequences will only load the first time sample. The test data set for the development of this viewer was the data set of the Allen Institute for Cell Science. Images from that data set are found at https://www.allencell.org/3d-cell-viewer.html and https://www.allencell.org/cell-feature-explorer.html where you can load a cell into the 3D viewer in your browser and click the Download button to get the full resolution OME TIFF file. Those images should load correctly into this viewer. | ||||||
| The volume data must fit in GPU memory uncompressed, so please try loading no more than a few GB. Files containing time sequences will only load the first time sample. The test data set for the development of this viewer was data from Cell Science at the Allen Institute. Images from that data set are found at https://www.allencell.org/3d-cell-viewer.html and https://www.allencell.org/cell-feature-explorer.html where you can load a cell into the 3D viewer in your browser and click the Download button to get the full resolution OME TIFF file. Those images should load correctly into this viewer. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| 4. Initially, it is likely that your volume data will appear as a solid brick. The Appearance panel is the one to focus on first. Note that you can "tear away" the tab to place it anywhere on your desktop and resize it. (Drag and drop from the "Appearance" title area.) | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -37,13 +37,13 @@ AboutDialog::AboutDialog() | |||||
| layout->addWidget(text); | ||||||
|
|
||||||
| label = new QLabel(this); | ||||||
| label->setText( | ||||||
| "AGAVE is made possible through the hard work and dedication of engineers, designers, and scientists at the Allen " | ||||||
| "Institute for Cell Science and through the continued philanthropy of the Paul Allen estate." | ||||||
| "<br>" | ||||||
| "<br>" | ||||||
| "<b>Copyright 2023 The Allen Institute. All rights reserved.</b><br>" | ||||||
| ""); | ||||||
| label->setText("AGAVE is made possible through the hard work and dedication of engineers, designers, and scientists " | ||||||
| "in the cell science accelerator at the Allen " | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| "Institute and through the continued philanthropy of the Paul Allen estate." | ||||||
| "<br>" | ||||||
| "<br>" | ||||||
| "<b>Copyright 2023-26 The Allen Institute. All rights reserved.</b><br>" | ||||||
| ""); | ||||||
| label->setWordWrap(true); | ||||||
| layout->addWidget(label); | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -25,7 +25,7 @@ CitationDialog::CitationDialog() | |||||
| auto citationtext = new QLabel(this); | ||||||
| citationtext->setText("Daniel Toloudis, AGAVE Contributors (" + syear + | ||||||
| "). AGAVE: Advanced GPU Accelerated Volume Explorer (Version " + qApp->applicationVersion() + | ||||||
| ") [Computer software]. Allen Institute for Cell Science. <a " | ||||||
| ") [Computer software]. Allen Institute, Cell Science. <a " | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you tell me your source for this one? I could have sworn I saw that you can just do |
||||||
| "href=\"" + | ||||||
| agaveUrl + "\"></a>"); | ||||||
| citationtext->setFrameShape(QFrame::Panel); | ||||||
|
|
@@ -52,7 +52,7 @@ CitationDialog::CitationDialog() | |||||
| " url = {" + | ||||||
| agaveUrl + | ||||||
| "},<br/>" | ||||||
| " organization = {Allen Institute for Cell Science},<br/>" | ||||||
| " organization = {Allen Institute, Cell Science},<br/>" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| " note = {Computer Software}<br/>" | ||||||
| "}</tt><br/>"); | ||||||
| citationtext2->setFrameShape(QFrame::Panel); | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -744,7 +744,7 @@ Citation | |||||
|
|
||||||
| .. |year| date:: %Y | ||||||
|
|
||||||
| Daniel Toloudis, AGAVE Contributors (|year|). AGAVE: Advanced GPU Accelerated Volume Explorer (Version |release|) [Computer software]. Allen Institute for 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/allen-cell-animated/agave | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| bibtex: | ||||||
|
|
||||||
|
|
@@ -756,7 +756,7 @@ bibtex: | |||||
| year = {|year|}, | ||||||
| version = {|release|}, | ||||||
| url = {https://github.com/allen-cell-animated/agave}, | ||||||
| organization = {Allen Institute for Cell Science}, | ||||||
| organization = {Allen Institute, Cell Science}, | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| note = {Computer Software} | ||||||
| } | ||||||
|
|
||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.