comparison README @ 0:39585ba26f20

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