comparison README @ 0:7ed502b17b8f

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Mar 2020 18:47:01 +0100
parents
children 13589c36243d
comparison
equal deleted inserted replaced
-1:000000000000 0:7ed502b17b8f
1 Python plugin for Orthanc
2 =========================
3
4
5 General Information
6 -------------------
7
8 This repository contains the source code of a plugin to create new
9 plugins for Orthanc using the Python programming language.
10
11
12 Installation and usage
13 ----------------------
14
15 Build instructions are similar to that of Orthanc:
16 http://book.orthanc-server.com/faq/compiling.html
17
18 Usage details are available as part of the Orthanc Book:
19 http://book.orthanc-server.com/plugins/python.html
20
21
22 Licensing
23 ---------
24
25 The Python plugin for Orthanc is licensed under the AGPL license.
26
27 We also kindly ask scientific works and clinical studies that make
28 use of Orthanc to cite Orthanc in their associated publications.
29 Similarly, we ask open-source and closed-source products that make
30 use of Orthanc to warn us about this use. You can cite our work
31 using the following BibTeX entry:
32
33 @Article{Jodogne2018,
34 author="Jodogne, S{\'e}bastien",
35 title="The {O}rthanc Ecosystem for Medical Imaging",
36 journal="Journal of Digital Imaging",
37 year="2018",
38 month="Jun",
39 day="01",
40 volume="31",
41 number="3",
42 pages="341--352",
43 issn="1618-727X",
44 doi="10.1007/s10278-018-0082-y",
45 url="https://doi.org/10.1007/s10278-018-0082-y"
46 }