Mercurial > hg > orthanc-volview
comparison README @ 0:3f1cf4a8e31f
initial commit
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 22 Mar 2023 10:16:47 +0100 |
parents | |
children | 429edc33f20b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3f1cf4a8e31f |
---|---|
1 Kitware's VolView plugin for Orthanc | |
2 ==================================== | |
3 | |
4 | |
5 General information | |
6 ------------------- | |
7 | |
8 This repository contains the source code of a plugin to give access to | |
9 Kitware's VolView directly inside Orthanc. | |
10 | |
11 The homepage of VolView can be found at: | |
12 https://volview.kitware.com/ | |
13 | |
14 The source code of VolView is available at: | |
15 https://github.com/Kitware/VolView | |
16 | |
17 | |
18 Installation and usage | |
19 ---------------------- | |
20 | |
21 Build and usage instructions are available in the Orthanc Book: | |
22 http://book.orthanc-server.com/plugins/volview.html | |
23 | |
24 | |
25 Licensing | |
26 --------- | |
27 | |
28 - Kitware's VolView is licensed under the Apache 2.0 license. | |
29 | |
30 - The Kitware's VolView plugin for Orthanc is licensed under the GPL | |
31 license, to fulfill the GPL license of the Orthanc SDK. | |
32 | |
33 - This project is REUSE compliant for its licensing, as established by | |
34 Free Software Foundation Europe (FSFE): | |
35 https://reuse.software/ | |
36 | |
37 | |
38 Citation | |
39 -------- | |
40 | |
41 If you wish to cite Kitware's VolView, please refer to the following | |
42 page: | |
43 https://kitware.github.io/VolView/doc/#Citation | |
44 | |
45 We also kindly ask scientific works and clinical studies that make | |
46 use of Orthanc to cite Orthanc in their associated publications. | |
47 Similarly, we ask open-source and closed-source products that make | |
48 use of Orthanc to warn us about this use. You can cite our work | |
49 using the following BibTeX entry: | |
50 | |
51 @Article{Jodogne2018, | |
52 author="Jodogne, S{\'e}bastien", | |
53 title="The {O}rthanc Ecosystem for Medical Imaging", | |
54 journal="Journal of Digital Imaging", | |
55 year="2018", | |
56 month="Jun", | |
57 day="01", | |
58 volume="31", | |
59 number="3", | |
60 pages="341--352", | |
61 issn="1618-727X", | |
62 doi="10.1007/s10278-018-0082-y", | |
63 url="https://doi.org/10.1007/s10278-018-0082-y" | |
64 } |