# HG changeset patch # User Sebastien Jodogne <s.jodogne@gmail.com> # Date 1692002466 -7200 # Node ID 4bde2c2dc03c3ca7462a387f7cbaf32bb85814a1 # Parent 074dd6aafb98c9dab10fd540e470f8e1c8fe529e updated references diff -r 074dd6aafb98 -r 4bde2c2dc03c README --- a/README Mon Aug 14 10:27:30 2023 +0200 +++ b/README Mon Aug 14 10:41:06 2023 +0200 @@ -34,19 +34,32 @@ 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: +using the two following BibTeX entries: @Article{Jodogne2018, - author="Jodogne, S{\'e}bastien", - title="The {O}rthanc Ecosystem for Medical Imaging", - journal="Journal of Digital Imaging", - year="2018", - month="Jun", - day="01", - volume="31", - number="3", - pages="341--352", - issn="1618-727X", - doi="10.1007/s10278-018-0082-y", - url="https://doi.org/10.1007/s10278-018-0082-y" + title = {The Orthanc Ecosystem for Medical Imaging}, + author = {Jodogne, S{\'e}bastien}, + journal = {Journal of Digital Imaging}, + volume = {31}, + number = {3}, + pages = {341-352}, + issn = {1618-727X}, + doi = {10.1007/s10278-018-0082-y}, + publisher = {Springer Science and Business Media LLC}, + year = {2018}, + url = {https://doi.org/10.1007/s10278-018-0082-y} } + +@inproceedings{JodogneEuSoMII2021a, + title = {Automatically publishing medical images from a filesystem as a {DICOM} server}, + author = {Jodogne, S{\'e}bastien}, + booktitle = {EuSoMII Annual Meeting}, + journal = {Insights into Imaging}, + volume = {13}, + number = {S2}, + issn = {1869-4101}, + doi = {10.1186/s13244-022-01168-w}, + publisher = {SpringerOpen}, + year = {2021}, + url = {http://hdl.handle.net/2078.1/257257} +}