Skip to content

Commit

Permalink
Update links to use scheme https (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 authored Oct 24, 2023
1 parent f2754f0 commit 57ebdcf
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,31 +94,31 @@ Brief Documentation

Query: `"StudyDate:[20050329 TO 20050329]"`

URL: `http://demo.dicoogle.com/search?query=StudyDate:[20050329%20TO%2020050329]`
URL: `https://demo.dicoogle.com/search?query=StudyDate:[20050329%20TO%2020050329]`

* Access images in date 2005/03/29 and CT (Computer Tomography) modality

Query: `"Modality:CT AND StudyDate:[20050329 TO 20050329]"`

URL: `http://demo.dicoogle.com/search?query=Modality:CT%20AND%20StudyDate:[20050329%20TO%2020050329]`
URL: `https://demo.dicoogle.com/search?query=Modality:CT%20AND%20StudyDate:[20050329%20TO%2020050329]`

* Free text search, looking for CT keyword

Query: `CT`

URL: `http://demo.dicoogle.com/search?query=CT`
URL: `https://demo.dicoogle.com/search?query=CT`

* Access the list of attributes of an image (by SOPInstanceUID)

URL: `http://demo.dicoogle.com/dump?uid=1.3.12.2.1107.5.1.4.54023.30000005032914013107800000965`
URL: `https://demo.dicoogle.com/dump?uid=1.3.12.2.1107.5.1.4.54023.30000005032914013107800000965`

* Get a DICOM File

URL: `http://demo.dicoogle.com/legacy/file?uid=1.3.12.2.1107.5.1.4.54023.30000005032914013107800000965`
URL: `https://demo.dicoogle.com/legacy/file?uid=1.3.12.2.1107.5.1.4.54023.30000005032914013107800000965`

* Return documents from particular query providers (useful for queries that do not follow the typical Lucene query format)

URL: `http://demo.dicoogle.com/search?query=Modality:NM&provider=lucene&provider=mongo`
URL: `https://demo.dicoogle.com/search?query=Modality:NM&provider=lucene&provider=mongo`

Parameters:
- query : Query String
Expand All @@ -128,7 +128,7 @@ Brief Documentation

* Force Dicoogle to index a given Resource. (useful when conventional notification systems (DICOM Services, DirectoryMonitoring, Human Interface) fail to start the index procedure)

URL: `http://demo.dicoogle.com/management/tasks/index?uri=file:/tmp/dataset-ieeta/`
URL: `https://demo.dicoogle.com/management/tasks/index?uri=file:/tmp/dataset-ieeta/`

- Method: `POST`
- Parameters:
Expand Down Expand Up @@ -158,7 +158,7 @@ Before building, please make sure that your system contains the following tools:
Contributing
------------

The open source project is maintained by [UA.PT Bioinformatics](http://bioinformatics.ua.pt/) and [BMD Software](https://www.bmd-software.com/). Your contributions to the software are also welcome. Dicoogle is sought to be useful for R&D and the industry alike. You may find our [Development Guidelines](https://github.com/bioinformatics-ua/dicoogle/wiki#development-guidelines) in the wiki. Issues containing the [`easy`](https://github.com/bioinformatics-ua/dicoogle/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy) label should be the most suitable for first open source contributions. For tech support, please prefer contacting the maintainers instead of creating an issue.
The open source project is maintained by [UA.PT Bioinformatics](https://bioinformatics.ua.pt/) and [BMD Software](https://www.bmd-software.com/). Your contributions to the software are also welcome. Dicoogle is sought to be useful for R&D and the industry alike. You may find our [Development Guidelines](https://github.com/bioinformatics-ua/dicoogle/wiki#development-guidelines) in the wiki. Issues containing the [`easy`](https://github.com/bioinformatics-ua/dicoogle/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy) label should be the most suitable for first open source contributions. For tech support, please prefer contacting the maintainers instead of creating an issue.


## Support and consulting
Expand Down
2 changes: 1 addition & 1 deletion dicoogle/src/main/resources/webapp/css/fonts-google.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype');
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype');
}
2 changes: 1 addition & 1 deletion dicoogle/src/main/resources/webapp/index-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Dicoogle Web Application">
<meta name="author" content="Universidade de Aveiro, DETI/IEETA, Bioinformatics Group (http://bioinformatics.ua.pt/)">
<meta name="author" content="Universidade de Aveiro, DETI/IEETA, Bioinformatics Group (https://bioinformatics.ua.pt/)">
<title>Dicoogle</title>
<link rel="shortcut icon" href="assets/favicon.ico">
<!-- Bootstrap core CSS -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ const AboutView = createReactClass({
As an open source software, Dicoogle can accept contributions from
developers around the world. Dicoogle OSS is led and supported by
Bioinformatics UA and{" "}
<a target="_new" href="http://www.bmd-software.com">
<a target="_new" href="https://www.bmd-software.com">
BMD Software
</a>. Please check{" "}
<a target="_new" href="http://www.dicoogle.com">
<a target="_new" href="https://www.dicoogle.com">
the Dicoogle website
</a>{" "}
or our{" "}
<a
target="_new"
href="http://www.github.com/bioinformatics-ua/dicoogle"
href="https://www.github.com/bioinformatics-ua/dicoogle"
>
GitHub repository
</a>{" "}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ const LoginView = createReactClass({
<footer id="footer">
<div style={{ width: "100%", textAlign: "center" }}>
Community information and Learning Pack available on the{" "}
<a target="_new" href="http://www.dicoogle.com">
<a target="_new" href="https://www.dicoogle.com">
{" "}
the Dicoogle website
</a>.{" "}
Commercial support, by
<a target="_new" href="http://www.bmd-software.com">
<a target="_new" href="https://www.bmd-software.com">
{" "}
BMD Software
</a>.
Expand All @@ -125,25 +125,25 @@ const LoginView = createReactClass({
className="footercontainer"
>
<div style={{ display: "inline-block", width: "100%" }}>
<a href="http://bioinformatics.ua.pt">
<a href="https://bioinformatics.ua.pt">
<img
src="assets/logos/logobio.png"
style={{ height: 40, margin: 5 }}
/>
</a>
<a href="http://bmd-software.com/">
<a href="https://bmd-software.com/">
<img
src="assets/logos/logo.png"
style={{ height: 40, padding: 5, margin: 5 }}
/>
</a>
<a href="http://www.ieeta.pt/">
<a href="https://www.ieeta.pt/">
<img
src="assets/logos/logo-ieeta.png"
style={{ height: 60, margin: 5 }}
/>
</a>
<a href="http://www.ua.pt/">
<a href="https://www.ua.pt/">
<img
src="assets/logos/logo-ua.png"
style={{ height: 60, margin: 5 }}
Expand Down
4 changes: 2 additions & 2 deletions dicoogle/src/main/resources/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.3.1",
"private": true,
"description": "Dicoogle web application",
"author": "Universidade de Aveiro, DETI/IEETA, Bioinformatics Group (http://bioinformatics.ua.pt/)",
"homepage": "http://www.dicoogle.com",
"author": "Universidade de Aveiro, DETI/IEETA, Bioinformatics Group (https://bioinformatics.ua.pt/)",
"homepage": "https://www.dicoogle.com",
"license": "GPL-3.0+",
"keywords": [
"dicoogle",
Expand Down
6 changes: 3 additions & 3 deletions dicoogle_web_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ info:
and documented in detail in <a href="https://bioinformatics-ua.github.io/dicoogle-client-js/">GitHub Pages</a>.</p>

<p>Useful external links:</p>
<p>- <a href="http://www.dicoogle.com">Dicoogle Website</a> </p>
<p>- <a href="https://www.dicoogle.com">Dicoogle Website</a> </p>
<p>- <a href="https://github.com/bioinformatics-ua/dicoogle">Dicoogle GitHub</a> </p>
<p>- <a href="https://bioinformatics-ua.github.io/dicoogle-learning-pack/">Dicoogle Learning Pack</a> </p>
<p>- <a href="https://bioinformatics-ua.github.io/dicoogle-api/javadoc/">Dicoogle Javadoc</a> </p>
Expand All @@ -23,12 +23,12 @@ info:
title: Dicoogle
contact:
name: Support
url: http://dicoogle.com/about/
url: https://dicoogle.com/about/
license:
name: GNU General Public License v3.0
url: https://www.gnu.org/licenses/gpl-3.0.en.html
servers:
- url: http://demo.dicoogle.com/
- url: https://demo.dicoogle.com/
- url: http://localhost:8080/
- url: http://yourdicooglehost/
externalDocs:
Expand Down
2 changes: 1 addition & 1 deletion webcore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dicoogle-webcore",
"version": "0.15.0",
"private": true,
"author": "Universidade de Aveiro, DETI/IEETA, Bioinformatics Group (http://bioinformatics.ua.pt/)",
"author": "Universidade de Aveiro, DETI/IEETA, Bioinformatics Group (https://bioinformatics.ua.pt/)",
"maintainers": [
"Eduardo Pinho <eduardopinho@bmd-software.com>"
],
Expand Down

0 comments on commit 57ebdcf

Please sign in to comment.