changeset 846:2f8ee0aef0a6

added uclouvain
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 May 2022 14:02:54 +0200
parents bf3946cb3ca0
children 5ba44d8db9bc
files Sphinx/source/contributing.rst Sphinx/source/faq/donations.rst Sphinx/source/plugins/housekeeper.rst Sphinx/source/plugins/mysql.rst Sphinx/source/users/lua.rst
diffstat 5 files changed, 22 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/contributing.rst	Fri May 13 12:24:14 2022 +0200
+++ b/Sphinx/source/contributing.rst	Fri May 13 14:02:54 2022 +0200
@@ -12,8 +12,7 @@
 
 .. note:: Here are the main features we would like to get soon
           implemented as free and open-source code in the Orthanc
-          ecosystem. To make this happen, **we need your financial
-          support**!
+          ecosystem. To make this happen, **we need your support**!
 
           * **Orthanc Core**:
 
@@ -32,8 +31,12 @@
 
             - :ref:`Worklist plugin <worklist>` to interface with REST API, HL7 or Mirth
             
-          Please `get in touch with the Orthanc Team <info@orthanc.team>`__ if you
-          want to sponsor these developments.
+          Please `get in touch with Sébastien Jodogne's research lab
+          <https://uclouvain.be/fr/repertoires/sebastien.jodogne>`__
+          if you want to use such features in the context of
+          **research projects or scientific publications**, or `get in
+          touch with the Orthanc Team <info@orthanc.team>`__ if you
+          want to **financially sponsor** these developments.
    
 If you find Orthanc useful and wish to contribute to its development,
 here are some tasks you can take in charge that would greatly help us:
@@ -161,6 +164,8 @@
 
 * **Financial support**: 
 
+  - Check out our :ref:`FAQ about donations <donations>`.
+  
   - Since February 2022, you are invited to fund the Orthanc project
     through its `Open Collective <https://opencollective.com/orthanc>`__
     page.  The funds collected there will help us maintain Orthanc,
--- a/Sphinx/source/faq/donations.rst	Fri May 13 12:24:14 2022 +0200
+++ b/Sphinx/source/faq/donations.rst	Fri May 13 14:02:54 2022 +0200
@@ -17,6 +17,14 @@
 pool of potential customers wanting their services. A :ref:`list of
 freelancers <support-freelancers>` is available in this Orthanc Book.
 
+If you are part of a **research team**, you are invited to involve
+`Sébastien Jodogne's research lab
+<https://uclouvain.be/fr/repertoires/sebastien.jodogne>`__ at the
+UCLouvain university in your scientific publications and in your
+research projects. The typical subjects of interest of this research
+lab are artificial intelligence, medical interoperability and
+vizualization techniques applied to bioimaging.
+
 We appreciate **positive feedback** on our project as well. If you are
 on Twitter, send us a tweet to `@OrthancServer
 <https://twitter.com/OrthancServer>`__. That helps raise awareness of
@@ -24,6 +32,3 @@
 
 Finally, don't forget to have a look :ref:`other ways to contribute
 <contributing>` to the Orthanc project.
-
-*Note:* This text is adapted from the `BigBlueButton FAQ
-<https://docs.bigbluebutton.org/support/faq.html#how-can-i-donate-money-to-the-project>`__.
--- a/Sphinx/source/plugins/housekeeper.rst	Fri May 13 12:24:14 2022 +0200
+++ b/Sphinx/source/plugins/housekeeper.rst	Fri May 13 14:02:54 2022 +0200
@@ -2,7 +2,7 @@
 
 
 Housekeeper plugin (new in Orthanc 1.11.0)
-=========================
+==========================================
 
 This page describes the **official sample plugin** that performs
 housekeeping in the Database and Storage.
@@ -11,7 +11,7 @@
 might be usefull to perform housekeeping operations to optmize
 the DB or clean/compress/uncompress the storage.  This can happen e.g:
 
-* when changing the list of indexed :ref:`MainDicomTags <_main-dicom-tags>`
+* when changing the list of indexed :ref:`MainDicomTags <main-dicom-tags>`
 * when changing the ``StorageCompression`` configuration
 * when changing the ``IngestTranscoding`` configuration
 * to remove unnecessary attachments like the ``dicom-as-json`` that were
--- a/Sphinx/source/plugins/mysql.rst	Fri May 13 12:24:14 2022 +0200
+++ b/Sphinx/source/plugins/mysql.rst	Fri May 13 14:02:54 2022 +0200
@@ -205,6 +205,8 @@
   attachments from concurrent modifications.
 
 
+.. _mysql-lock:
+  
 Locking
 ^^^^^^^
 
--- a/Sphinx/source/users/lua.rst	Fri May 13 12:24:14 2022 +0200
+++ b/Sphinx/source/users/lua.rst	Fri May 13 14:02:54 2022 +0200
@@ -16,7 +16,7 @@
 <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Lua/>`__.
 
 A more expressive alternative to Lua scripts is provided by
-:ref:`Python plugins <python-plugins>`.
+:ref:`Python plugins <python-plugin>`.
 
 
 Installing a Lua script