# HG changeset patch # User Sebastien Jodogne # Date 1648058503 -3600 # Node ID 8efcff08f868bce3735393e7f5fb2677f9ec8f1d # Parent a7a77488ddb1d8602815bde3bfc2bfc64033cbda added reference paper diff -r a7a77488ddb1 -r 8efcff08f868 Applications/StoneWebViewer/NEWS --- a/Applications/StoneWebViewer/NEWS Wed Mar 23 14:21:22 2022 +0100 +++ b/Applications/StoneWebViewer/NEWS Wed Mar 23 19:01:43 2022 +0100 @@ -2,16 +2,16 @@ =============================== * Display of overlays -* SeriesList: - - display the SeriesNumber tag in front of image count. - - order series by SeriesNumber - - don't show non displayable series (see "SkipSeriesFromModalities") +* List of series: + - Display the SeriesNumber tag in front of image count + - Order series by SeriesNumber + - Don't show non displayable series (see "SkipSeriesFromModalities") * In the top right overlay, display ContentDate/ContentTime if they are - available in the instance. If not, StudyDate is displayed (previous - behavior) + available in the instance. If not, StudyDate is displayed (previous + behavior). * New configuration options: - - "TimeFormat" to control the way Dicom Times are displayed. - - "SkipSeriesFromModalities" to ignore series from given modality types. + - "TimeFormat" to control the way Dicom Times are displayed + - "SkipSeriesFromModalities" to ignore series from given modality types Version 2.2 (2021-08-31) diff -r a7a77488ddb1 -r 8efcff08f868 CITATION.cff --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CITATION.cff Wed Mar 23 19:01:43 2022 +0100 @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +title: Stone of Orthanc +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Sébastien + family-names: Jodogne + email: sebastien.jodogne@uclouvain.be + affiliation: UCLouvain + orcid: 'https://orcid.org/0000-0001-6685-7398' +identifiers: + - type: url + value: 'http://hdl.handle.net/2078.1/257268' + description: Rendering Medical Images using WebAssembly +repository-code: 'https://hg.orthanc-server.com/orthanc-stone/' +url: 'https://www.orthanc-server.com/' +license: AGPL-3.0-or-later +date-released: '2022-03-23' diff -r a7a77488ddb1 -r 8efcff08f868 README --- a/README Wed Mar 23 14:21:22 2022 +0100 +++ b/README Wed Mar 23 19:01:43 2022 +0100 @@ -123,8 +123,8 @@ We also kindly ask scientific works and clinical studies that make use of Orthanc to cite Orthanc in their associated publications. Similarly, we ask open-source and closed-source products that make use -of Orthanc to warn us about this use. You can cite our work using the -following BibTeX entry: +of Orthanc to warn us about this use. You can cite our work on the +Stone of Orthanc using the two following BibTeX entries: @Article{Jodogne2018, author="Jodogne, S{\'e}bastien", @@ -141,3 +141,14 @@ url="https://doi.org/10.1007/s10278-018-0082-y" } +@inproceedings{Jodogne2022, + author="Jodogne, S{\'e}bastien", + title="Rendering Medical Images using {WebAssembly}", + booktitle="Proc. of the 15th International Joint Conference on Biomedical Engineering Systems and Technologies", + year="2022", + month="Feb", + volume="2", + pages="43--51", + doi="10.5220/0000156300003123", + url="http://hdl.handle.net/2078.1/257268" +}