-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated readme with new license, and fixed download scripts
- Loading branch information
1 parent
ba25990
commit e1f51f5
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,28 +131,32 @@ which will output predictions into `results/3d/mydata/test` and `results/3d/myda | |
## Citation | ||
If you find this code useful in your research, please consider citing our pre-publication manuscript: | ||
``` | ||
@article {Ounkomol289504, | ||
author = {Ounkomol, Chawin and Seshamani, Sharmishtaa and Maleckar, Mary M and Collman, Forrest and Johnson, Gregory}, | ||
title = {Label-free prediction of three-dimensional fluorescence images from transmitted light microscopy}, | ||
year = {2018}, | ||
doi = {10.1101/289504}, | ||
publisher = {Cold Spring Harbor Laboratory}, | ||
URL = {https://www.biorxiv.org/content/early/2018/03/28/289504}, | ||
eprint = {https://www.biorxiv.org/content/early/2018/03/28/289504.full.pdf}, | ||
journal = {bioRxiv} | ||
@article{Ounkomol2018, | ||
author = {Chawin Ounkomol and Sharmishtaa Seshamani and Mary M. Maleckar and Forrest Collman and Gregory R. Johnson}, | ||
title = {Label-free prediction of three-dimensional fluorescence images from transmitted-light microscopy}, | ||
journal = {Nature Methods} | ||
doi = {10.1038/s41592-018-0111-2}, | ||
url = {https://doi.org/10.1038/s41592-018-0111-2}, | ||
year = {2018}, | ||
month = {sep}, | ||
publisher = {Springer Nature America, Inc}, | ||
volume = {15}, | ||
number = {11}, | ||
pages = {917--920}, | ||
} | ||
``` | ||
|
||
## Contact | ||
Gregory Johnson | ||
E-mail: <[email protected]> | ||
|
||
## Allen Institute Software License | ||
This software license is the 2-clause BSD license plus clause a third clause that prohibits redistribution for commercial purposes without further permission. | ||
Copyright © 2018. Allen Institute. All rights reserved. | ||
This software license is the 2-clause BSD license plus clause a third clause that prohibits redistribution and use for commercial purposes without further permission. | ||
Copyright © 2018. Allen Institute. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
3. Redistributions for commercial purposes are not permitted without the Allen Institute’s written permission. For purposes of this license, commercial purposes is the incorporation of the Allen Institute's software into anything for which you will charge fees or other compensation. Contact [email protected] for commercial licensing opportunities. | ||
3. Redistributions and use for commercial purposes are not permitted without the Allen Institute’s written permission. For purposes of this license, commercial purposes are the incorporation of the Allen Institute's software into anything for which you will charge fees or other compensation or use of the software to perform a commercial service for a third party. Contact [email protected] for commercial licensing opportunities. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters