コード例 #1
0
ファイル: astra_recon_cpu.py プロジェクト: yskashyap/Savu
 def get_citation_inforamtion(self):
     cite_info = CitationInfomration()
     cite_info.description = \
         ("The reconstruction used to create this output is described in " +
          "this publication")
     cite_info.bibtex = \
         ("@article{palenstijn2011performance,\n" +
          "title={Performance improvements for iterative electron " +
          "tomography reconstruction using graphics processing units " +
          "(GPUs)},\n" +
          "author={Palenstijn, WJ and Batenburg, KJ and Sijbers, J},\n" +
          "journal={Journal of structural biology},\n" +
          "volume={176},\n" +
          "number={2},\n" +
          "pages={250--253},\n" +
          "year={2011},\n" +
          "publisher={Elsevier}\n" +
          "}")
     cite_info.endnote = \
         ("%0 Journal Article\n" +
          "%T Performance improvements for iterative electron tomography " +
          "reconstruction using graphics processing units (GPUs)\n" +
          "%A Palenstijn, WJ\n" +
          "%A Batenburg, KJ\n" +
          "%A Sijbers, J\n" +
          "%J Journal of structural biology\n" +
          "%V 176\n" +
          "%N 2\n" +
          "%P 250-253\n" +
          "%@ 1047-8477\n" +
          "%D 2011\n" +
          "%I Elsevier")
     cite_info.doi = "http://dx.doi.org/10.1016/j.jsb.2011.07.017"
     return cite_info
コード例 #2
0
ファイル: vo_centering.py プロジェクト: yskashyap/Savu
 def get_citation_inforamtion(self):
     cite_info = CitationInfomration()
     cite_info.description = \
         ("The center of rotation for this reconstruction was calculated " +
          "automatically using the method described in this work")
     cite_info.bibtex = \
         ("@article{vo2014reliable,\n" +
          "title={Reliable method for calculating the center of rotation " +
          "in parallel-beam tomography},\n" +
          "author={Vo, Nghia T and Drakopoulos, Michael and Atwood, " +
          "Robert C and Reinhard, Christina},\n" +
          "journal={Optics Express},\n" +
          "volume={22},\n" +
          "number={16},\n" +
          "pages={19078--19086},\n" +
          "year={2014},\n" +
          "publisher={Optical Society of America}\n" +
          "}")
     cite_info.endnote = \
         ("%0 Journal Article\n" +
          "%T Reliable method for calculating the center of rotation in " +
          "parallel-beam tomography\n" +
          "%A Vo, Nghia T\n" +
          "%A Drakopoulos, Michael\n" +
          "%A Atwood, Robert C\n" +
          "%A Reinhard, Christina\n" +
          "%J Optics Express\n" +
          "%V 22\n" +
          "%N 16\n" +
          "%P 19078-19086\n" +
          "%@ 1094-4087\n" +
          "%D 2014\n" +
          "%I Optical Society of America")
     cite_info.doi = "http://dx.doi.org/10.1364/OE.22.019078"
     return cite_info
コード例 #3
0
ファイル: manchester_recon.py プロジェクト: imaluengo/Savu
 def get_citation_inforamtion(self):
     cite_info = CitationInfomration()
     cite_info.description = \
         ("TO POPULATE")
     cite_info.bibtex = \
         ("TO POPULATE")
     cite_info.endnote = \
         ("TO POPULATE")
     cite_info.doi = "TO POPULATE"
     return cite_info
コード例 #4
0
 def get_citation_inforamtion(self):
     cite_info = CitationInfomration()
     cite_info.description = \
         ("The reconstruction used to create this output is described in " +
          "this publication")
     cite_info.bibtex = \
         ("@article{palenstijn2011performance,\n" +
          "title={Performance improvements for iterative electron " +
          "tomography reconstruction using graphics processing units " +
          "(GPUs)},\n" +
          "author={Palenstijn, WJ and Batenburg, KJ and Sijbers, J},\n" +
          "journal={Journal of structural biology},\n" +
          "volume={176},\n" +
          "number={2},\n" +
          "pages={250--253},\n" +
          "year={2011},\n" +
          "publisher={Elsevier}\n" +
          "}")
     cite_info.endnote = \
         ("%0 Journal Article\n" +
          "%T Performance improvements for iterative electron tomography " +
          "reconstruction using graphics processing units (GPUs)\n" +
          "%A Palenstijn, WJ\n" +
          "%A Batenburg, KJ\n" +
          "%A Sijbers, J\n" +
          "%J Journal of structural biology\n" +
          "%V 176\n" +
          "%N 2\n" +
          "%P 250-253\n" +
          "%@ 1047-8477\n" +
          "%D 2011\n" +
          "%I Elsevier")
     cite_info.doi = "http://dx.doi.org/10.1016/j.jsb.2011.07.017"
     return cite_info
コード例 #5
0
ファイル: simple_recon.py プロジェクト: yskashyap/Savu
 def get_citation_inforamtion(self):
     cite_info = CitationInfomration()
     cite_info.description = \
         ("The Tomographic reconstruction performed in this processing " +
          "chain is derived from this work.")
     cite_info.bibtex = \
         ("@book{avinash2001principles,\n" +
          "  title={Principles of computerized tomographic imaging},\n" +
          "  author={Avinash C.. Kak and Slaney, Malcolm},\n" +
          "  year={2001},\n" +
          "  publisher={Society for Industrial and Applied Mathematics}\n" +
          "}")
     cite_info.endnote = \
         ("%0 Book\n" +
          "%T Principles of computerized tomographic imaging\n" +
          "%A Avinash C.. Kak\n" +
          "%A Slaney, Malcolm\n" +
          "%@ 089871494X\n" +
          "%D 2001\n" +
          "%I Society for Industrial and Applied Mathematics")
     cite_info.doi = "http://dx.doi.org/10.1137/1.9780898719277"
     return cite_info
コード例 #6
0
 def get_citation_inforamtion(self):
     cite_info = CitationInfomration()
     cite_info.description = \
         ("TO POPULATE")
     cite_info.bibtex = \
         ("TO POPULATE")
     cite_info.endnote = \
         ("TO POPULATE")
     cite_info.doi = "TO POPULATE"
     return cite_info
コード例 #7
0
 def get_citation_inforamtion(self):
     cite_info = CitationInfomration()
     cite_info.description = \
         ("The Tomographic filtering performed in this processing " +
          "chain is derived from this work.")
     cite_info.bibtex = \
         ("@Article{C4CP04488F, \n" +
          "author ={Price, S. W. T. and Ignatyev, K. and Geraki, K. and \
          Basham, M. and Filik, J. and Vo, N. T. and Witte, P. T. and \
          Beale, A. M. and Mosselmans, J. F. W.}, \n" +
          "title  ={Chemical imaging of single catalyst particles with \
          scanning [small mu ]-XANES-CT and [small mu ]-XRF-CT}, \n" +
          "journal  ={Phys. Chem. Chem. Phys.}, \n" +
          "year  ={2015}, \n" +
          "volume  ={17}, \n" +
          "issue  ={1}, \n" +
          "pages  ={521-529}, \n" +
          "publisher  ={The Royal Society of Chemistry}, \n" +
          "doi  ={10.1039/C4CP04488F}, \n" +
          "url  ={http://dx.doi.org/10.1039/C4CP04488F}, \n" +
          "}")
     cite_info.endnote = \
         ("%0 Journal Article\n" +
          "%T Chemical imaging of single catalyst particles with scanning \
         [small mu ]-XANES-CT and [small mu ]-XRF-CT\n" +
          "%A Price, Stephen W.T.\n" +
          "%A Ignatyev, Konstantin\n" +
          "%A Geraki, Kalotina\n" +
          "%A Basham, Mark\n" +
          "%A Filik, Jacob\n" +
          "%A Vo, Nghia T.\n" +
          "%A Witte, Peter T.\n" +
          "%A Beale, Andrew M.\n" +
          "%A Mosselmans, J. Fred W.\n" +
          "%J Physical Chemistry Chemical Physics\n" +
          "%V 17\n" +
          "%N 1\n" +
          "%P 521-529\n" +
          "%@ 1094-4087\n" +
          "%D 2015\n" +
          "%I Royal Society of Chemistry")
     cite_info.doi = "doi: 10.1039/c4cp04488f"
     return cite_info
コード例 #8
0
ファイル: scikitimage_sart.py プロジェクト: yskashyap/Savu
 def get_citation_inforamtion(self):
     cite_info = CitationInfomration()
     cite_info.description = \
         ("The Tomographic reconstruction performed in this processing " +
          "chain is derived from this work.")
     cite_info.bibtex = \
         ("@book{avinash2001principles,\n" +
          " title={Principles of computerized tomographic imaging},\n" +
          " author={Kak, Avinash C. and Slaney, Malcolm},\n" +
          " year={2001},\n" +
          " publisher={Society for Industrial and Applied Mathematics}\n" +
          "}")
     cite_info.endnote = \
         ("%0 Book\n" +
          "%T Principles of computerized tomographic imaging\n" +
          "%A Kak, Avinash C.\n" +
          "%A Slaney, Malcolm\n" +
          "%@ 089871494X\n" +
          "%D 2001\n" +
          "%I Society for Industrial and Applied Mathematics")
     cite_info.doi = "http://dx.doi.org/10.1137/1.9780898719277"
     return cite_info