Skip to content

Commit ec0fa5b

Browse files
paskinocasperdcl
andauthored
update github repos to synerbi (SyneRBI#372)
* update github repos to synerbi * CCPPETMR => SynerBI * ccppetmr.ac.uk => ccpsynerbi.ac.uk * mostly docker ccppetmr => synerbi * minor revert touching CHANGES * update hdf5 URL - see SyneRBI/SIRF#614 (comment) * docker: correct org name * update headers * further updates of string SynerBI to SyneRBI * Update version_config.cmake * formely => formerly * SynerBI => SyneRBI * added to CHANGES.md and fix typos in comments * fixed project name Co-authored-by: Casper da Costa-Luis <casper.dcl@physics.org> Co-authored-by: Casper da Costa-Luis <imaging@caspersci.uk.to>
1 parent 3c0eeab commit ec0fa5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+233
-219
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ addons:
6262
# + or - refer to the value of the parameter affecting the specific package is passed to cmake:
6363
# i.e. -boost => -DUSE_SYSTEM_Boost=OFF, which means that Boost will be built.
6464
# Note: On trusty, we need to build Armadillo and boost ourselves (the system versions are too old)
65-
# Note: On trusty, g++-7 causes errors with the system ACE, so cannot use g++-7 or later https://github.com/CCPPETMR/SIRF-SuperBuild/issues/169
66-
# Note: On osx, we can't test SYSTEM_Boost=OFF due to excessive log size (https://github.com/CCPPETMR/SIRF-SuperBuild/issues/167)
67-
# Note: currently ACE is not building correctly, so ACE is not built on any configuration https://github.com/CCPPETMR/SIRF-SuperBuild/issues/#174
65+
# Note: On trusty, g++-7 causes errors with the system ACE, so cannot use g++-7 or later https://github.com/SyneRBI/SIRF-SuperBuild/issues/169
66+
# Note: On osx, we can't test SYSTEM_Boost=OFF due to excessive log size (https://github.com/SyneRBI/SIRF-SuperBuild/issues/167)
67+
# Note: currently ACE is not building correctly, so ACE is not built on any configuration https://github.com/SyneRBI/SIRF-SuperBuild/issues/#174
6868
env:
6969
global:
7070
- BUILD_FLAGS="-DCMAKE_BUILD_TYPE=Release"
@@ -239,9 +239,9 @@ jobs:
239239
dpush() {
240240
# create and push alias $1 -> $2
241241
if [[ "$1" != "$2" ]]; then
242-
docker tag ccppetmr/sirf:$1 ccppetmr/sirf:$2
242+
docker tag synerbi/sirf:$1 synerbi/sirf:$2
243243
fi
244-
docker push ccppetmr/sirf:$2
244+
docker push synerbi/sirf:$2
245245
}
246246
if [[ -n "$TRAVIS_TAG" ]]; then ( set -ev
247247
# tag & push

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## x.x.x
44
- make ${proj}_SOURCE_DIR a cached variables such that the user can point to an existing directory
55
- Added support for passing CMAKE args to projects from the SuperBuild call.
6+
- Updated to reflect change from CCPPETMR to CCPSyneRBI
67

78
## v2.1.0
89
- Switch NiftyReg remote from `rijobro` to `KCL-BMEIS` (following the acceptance of one of our PRs to their code).

CMake/FindSPM.cmake

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
# Copyright 2019 University College London
2-
3-
# This file is part of SIRF.
1+
#========================================================================
2+
# Author: Richard Brown
3+
# Copyright 2019, 2020 University College London
4+
#
5+
# This file is part of the CCP SyneRBI (formerly PETMR) Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
6+
#
7+
# Licensed under the Apache License, Version 2.0 (the "License");
8+
# you may not use this file except in compliance with the License.
9+
# You may obtain a copy of the License at
410
#
5-
# This file is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU Lesser General Public License as published by
7-
# the Free Software Foundation; either version 2.1 of the License, or
8-
# (at your option) any later version.
11+
# http://www.apache.org/licenses/LICENSE-2.0.txt
912
#
10-
# This file is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU Lesser General Public License for more details.
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS,
15+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
# See the License for the specific language governing permissions and
17+
# limitations under the License.
1418
#
15-
# See STIR/LICENSE.txt for details
19+
#=========================================================================
1620

1721
if (NOT SPM_DIR)
1822
set(SPM_DIR "" CACHE PATH "Path to SPM")

CMake/RenameVariable.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#========================================================================
22
# Author: Kris Thielemans
3-
# Copyright 2019 University College London
3+
# Copyright 2019, 2020 University College London
44
#
5-
# This file is part of the CCP PETMR Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
5+
# This file is part of the CCP SyneRBI (formerly PETMR) Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");
88
# you may not use this file except in compliance with the License.

CMake/SetCanonicalDirectoryNames.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Author: Kris Thielemans
33
# Copyright 2020 University College London
44
#
5-
# This file is part of the CCP PETMR Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
5+
# This file is part of the CCP SyneRBI (formerly PETMR) Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");
88
# you may not use this file except in compliance with the License.

CMake/SetExternalProjectFlags.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Author: Ander Biguri
33
# Copyright 2020 University College London
44
#
5-
# This file is part of the CCP PETMR Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
5+
# This file is part of the CCP SyneRBI (formerly PETMR) Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");
88
# you may not use this file except in compliance with the License.

CMake/SetGitTagAndRepo.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#========================================================================
22
# Author: Richard Brown
3-
# Copyright 2019 University College London
3+
# Copyright 2019, 2020 University College London
44
#
5-
# This file is part of the CCP PETMR Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
5+
# This file is part of the CCP SyneRBI (formerly PETMR) Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");
88
# you may not use this file except in compliance with the License.

CMake/install_niftypet.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#========================================================================
22
# Author: Richard Brown
3-
# Copyright 2019 University College London
3+
# Copyright 2019, 2020 University College London
44
#
5-
# This file is part of the CCP PETMR Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
5+
# This file is part of the CCP SyneRBI (formerly PETMR) Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");
88
# you may not use this file except in compliance with the License.

CMakeLists.txt

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
#========================================================================
2+
# Author: Benjamin A Thomas
3+
# Author: Kris Thielemans
4+
# Copyright 2017, 2020 University College London
5+
#
6+
# This file is part of the CCP SyneRBI (formerly PETMR) Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
7+
#
8+
# Licensed under the Apache License, Version 2.0 (the "License");
9+
# you may not use this file except in compliance with the License.
10+
# You may obtain a copy of the License at
11+
#
12+
# http://www.apache.org/licenses/LICENSE-2.0.txt
13+
#
14+
# Unless required by applicable law or agreed to in writing, software
15+
# distributed under the License is distributed on an "AS IS" BASIS,
16+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
# See the License for the specific language governing permissions and
18+
# limitations under the License.
19+
#
20+
#=========================================================================
121
if (WIN32)
222
cmake_minimum_required( VERSION 3.10.0 FATAL_ERROR)
323
else()
@@ -8,7 +28,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})
828
include(ExternalProject)
929
include(ExternalProjectDependency)
1030

11-
set(PRIMARY_PROJECT_NAME CCPPETMR)
31+
set(PRIMARY_PROJECT_NAME SyneRBI)
1232
option(${PRIMARY_PROJECT_NAME}_SUPERBUILD "Build ${PRIMARY_PROJECT_NAME} and the projects it depends on via SuperBuild.cmake." ON)
1333

1434
if(${PRIMARY_PROJECT_NAME}_SUPERBUILD)

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributing
33

44
Please help us by finding problems, discussing on the mailing lists, contributing documentation,
55
bug fixes or even features. Below are some brief guidelines. They are essentially a copy of
6-
the [SIRF Contribution guidelines](https://github.com/CCPPETMR/SIRF/blob/master/CONTRIBUTING.md).
6+
the [SIRF Contribution guidelines](https://github.com/SyneRBI/SIRF/blob/master/CONTRIBUTING.md).
77
you might want to check those as well, in case they are more recent.
88

99
## Reporting a problem
@@ -30,8 +30,8 @@ This is our recommended process. If it sounds too daunting, ask for help.
3030
3. Create a branch in your fork with a descriptive name and put your fixes there. If your fix is
3131
simple you could do it on github by editing a file, otherwise clone your project (or add a remote
3232
to your current git clone) and work as usual.
33-
4. If your change is important, add it to [CHANGES.md](https://github.com/CCPPETMR/SIRF-SuperBuild/blob/master/CHANGES.md)
34-
and even [README.md](https://github.com/CCPPETMR/SIRF-SuperBuild/blob/master/README.md) or other documentation files.
33+
4. If your change is important, add it to [CHANGES.md](https://github.com/SyneRBI/SIRF-SuperBuild/blob/master/CHANGES.md)
34+
and even [README.md](https://github.com/SyneRBI/SIRF-SuperBuild/blob/master/README.md) or other documentation files.
3535
5. Use [well-formed commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
3636
for each change (in particular with a single "subject" line
3737
followed by an empty line and then more details).
@@ -54,7 +54,7 @@ If you copied code from somewhere, you need to preserve its copyright date/notic
5454
you need to make sure its license is compatible with the SIRF license, and indicate clearly what the license
5555
of the copied code is (and follow its terms of course).
5656

57-
In addition, you might need to add yourself to [NOTICE.txt](https://github.com/CCPPETMR/SIRF-SuperBuild/blob/master/NOTICE.txt).
57+
In addition, you might need to add yourself to [NOTICE.txt](https://github.com/SyneRBI/SIRF-SuperBuild/blob/master/NOTICE.txt).
5858

5959
## Project rules
6060

@@ -84,6 +84,6 @@ In addition, you might need to add yourself to [NOTICE.txt](https://github.com/C
8484
* Easy cross-referencing of related issues, PRs, and commits
8585
+ The mailing list gets notified within 24 hours.
8686

87-
[issue-tracker]: https://github.com/CCPPETMR/SIRF-SuperBuild/issues
88-
[pull-requests]: https://github.com/CCPPETMR/SIRF-SuperBuild/pulls
87+
[issue-tracker]: https://github.com/SyneRBI/SIRF-SuperBuild/issues
88+
[pull-requests]: https://github.com/SyneRBI/SIRF-SuperBuild/pulls
8989
[googlegroup]: https://groups.google.com/forum/#!forum/ccp-petmr-codebot

NOTICE.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
CCP PETMR Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
2-
Copyright 2017-2019 University College London (UCL)
3-
Copyright 2017-2019 Rutherford Appleton Laboratory STFC
4-
Copyright 2017-2019 King's College London (KCL)
1+
CCP SyneRBI Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
2+
Copyright 2017-2020 University College London (UCL)
3+
Copyright 2017-2020 Rutherford Appleton Laboratory STFC
4+
Copyright 2017-2020 King's College London (KCL)
55

66
This software product is developed for the Collaborative Computational
7-
Project in Positron Emission Tomography and Magnetic Resonance imaging
8-
(http://www.ccppetmr.ac.uk/) at RAL STFC (http://www.stfc.ac.uk), UCL (http://www.ucl.ac.uk/)
7+
Project Synergistic Reconstruction for Biomedical Imaging
8+
(formerly in Positron Emission Tomography and Magnetic Resonance imaging)
9+
(http://www.ccpsynerbi.ac.uk/) at RAL STFC (http://www.stfc.ac.uk), UCL (http://www.ucl.ac.uk/)
910
and other contributing institutions.
1011

1112
Main contributors (see each file for authors):

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mkdir ~/devel
5353
```
5454

5555
### Install CMake
56-
If you do not have CMake >= 3.10, install it first. You can probably use a package manager on your OS. Alternatively, you can do that either by following the official instructions ([download link](https://cmake.org/download/)) or running your own shell sript to do so (see an example [here](https://github.com/CCPPETMR/CCPPETMR_VM/blob/master/scripts/INSTALL_CMake.sh)).
56+
If you do not have CMake >= 3.10, install it first. You can probably use a package manager on your OS. Alternatively, you can do that either by following the official instructions ([download link](https://cmake.org/download/)) or running your own shell sript to do so (see an example [here](https://github.com/SyneRBI/SyneRBI_VM/blob/master/scripts/INSTALL_CMake.sh)).
5757

5858
If you use a CMake installer, you will be asked to read and accept CMake's license. If you answered the last question during the CMake installation with yes, then you should use
5959

@@ -72,15 +72,15 @@ You might want to add the `PATH` line to your start-up file e.g. `.profile`, `.b
7272
```bash
7373
cd ~
7474
cd devel
75-
git clone https://github.com/CCPPETMR/SIRF-SuperBuild.git
75+
git clone https://github.com/SyneRBI/SIRF-SuperBuild.git
7676
```
7777

7878
### Build and Install
7979
Create a build directory and configure the software.
8080

8181
Note that if you want to use MATLAB, you need to use (and specify) a compiler supported by MATLAB
8282
and might have to tell CMake where MATLAB is located. Please
83-
check our [SIRF and MATLAB page](https://github.com/CCPPETMR/SIRF/wiki/SIRF-and-MATLAB).
83+
check our [SIRF and MATLAB page](https://github.com/SyneRBI/SIRF/wiki/SIRF-and-MATLAB).
8484

8585
```bash
8686
cd ~/devel
@@ -182,18 +182,18 @@ cd $SIRF_PATH
182182
cd examples
183183
ls
184184
```
185-
See [our related Wiki page](https://github.com/CCPPETMR/SIRF/wiki/Examples) for more information.
185+
See [our related Wiki page](https://github.com/SyneRBI/SIRF/wiki/Examples) for more information.
186186

187187
## OS specific information
188188

189189
### Installation instructions for Ubuntu <a name="Ubuntu-install"></a>
190-
They can be found [here](https://github.com/CCPPETMR/SIRF/wiki/SIRF-SuperBuild-Ubuntu-16.04)
190+
They can be found [here](https://github.com/SyneRBI/SIRF/wiki/SIRF-SuperBuild-Ubuntu-16.04)
191191

192192
### Installation instructions for Mac OS <a name="OSX-install"></a>
193-
They can be found [here](https://github.com/CCPPETMR/SIRF/wiki/SIRF-SuperBuild-on-MacOS)
193+
They can be found [here](https://github.com/SyneRBI/SIRF/wiki/SIRF-SuperBuild-on-MacOS)
194194

195195
### Installation instructions for Docker <a name="Docker-install"></a>
196-
They can be found [here](https://github.com/CCPPETMR/SIRF/wiki/SIRF-SuperBuild-on-Docker)
196+
They can be found [here](https://github.com/SyneRBI/SIRF/wiki/SIRF-SuperBuild-on-Docker)
197197

198198
## Advanced installation
199199

@@ -264,7 +264,7 @@ cmake ../SIRF-SuperBuild -DDISABLE_GIT_CHECKOUT_SIRF=ON -DSIRF_SOURCE_DIR=~/wher
264264

265265
### Building with Intel Math Kernel Library
266266

267-
[Gadgetron](https://github.com/CCPPETMR/SIRF/wiki/SIRF,-Gadgetron-and-MKL) and Armadillo can make use of Intel's Math Kernel Library.
267+
[Gadgetron](https://github.com/SyneRBI/SIRF/wiki/SIRF,-Gadgetron-and-MKL) and Armadillo can make use of Intel's Math Kernel Library.
268268

269269
1. Install Intel MKL following the instructions at [their](https://software.intel.com/en-us/mkl) website. For debian based linux follow [this link](https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo). The latter will install MKL in `opt/intel`
270270
2. Gadgetron's [FindMKL.cmake](https://github.com/gadgetron/gadgetron/blob/master/cmake/FindMKL.cmake#L23) will try to look for MKL libraries in `/opt/intel` on Unix/Apple and in `C:/Program Files (x86)/Intel/Composer XE` in Windows. Make sure that this is the location of the library or pass the vatiable `MKLROOT_PATH` (Unix/Apple) or set the environment variable `MKLROOT_PATH` on Windows.
@@ -315,10 +315,10 @@ cmake ../SIRF-SuperBuild -DGadgetron_EXTRA_CMAKE_ARGS:STRING="-DBUILD_PYTHON_SUP
315315

316316
* CMake does come with FindArmadillo.cmake but it currently (at least up to CMake 3.12) has no variable to specify its location at all. This implies that when using `USE_SYSTEM_ARMADILLO=On`, you have to install armadillo in a system location, unless some extra work is done. See [this post on stackoverflow](https://stackoverflow.com/questions/35304513/cmake-find-armadillo-library-installed-in-a-custom-location) for some suggestions, which we haven't tried.
317317

318-
[CI-badge]: https://travis-ci.org/CCPPETMR/SIRF-SuperBuild.svg?branch=master
319-
[CI-link]: https://travis-ci.org/CCPPETMR/SIRF-SuperBuild
318+
[CI-badge]: https://travis-ci.org/SyneRBI/SIRF-SuperBuild.svg?branch=master
319+
[CI-link]: https://travis-ci.org/SyneRBI/SIRF-SuperBuild
320320
[style-badge]: https://api.codacy.com/project/badge/Grade/c1a4613d4bd247d19780881f8194eaf8
321321
[style-link]: https://www.codacy.com/app/CCP-PETMR/SIRF-SuperBuild
322-
[docker-badge]: https://img.shields.io/docker/pulls/ccppetmr/sirf.svg
323-
[docker-link]: https://hub.docker.com/r/ccppetmr/sirf
324-
[install-badge]: https://img.shields.io/badge/dynamic/json.svg?label=users&uri=https%3A//raw.githubusercontent.com/ccp-petmr-codebot/github-stats/CCPPETMR/SIRF-SuperBuild/CCPPETMR_SIRF_SuperBuild.json&query=total&colorB=8000f0&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAD0ElEQVR4nMSXS2ic5RfGf5lL/pPMZP7JjB0ba53axkvRegGhpFaxVkqjOxetoi6UUjG4ELdVFy50I6gLtfUCFilUiwheilZXIm1FiZSCpYmYRppoUpvRJONMOpmJnOT54DBtxk4CmQPDl/d85z3vc55zeb%2BEWJr0AE8uxcFSAWwE7mwkgE7gqkYCWAGkGwkgBVQaCSACFBsJwPaXgGijAJhMAonlAvAc0OHWlv8pB8BS8hLQtFhAtaRFdD%2BodQz4BngbuEm624BZ4MYFfFwUcD0MdAGjeqKojf4Jx8B1wAhwwwI%2BLuqYegBkgePAKq2Tot9AtEln744Bay7XaS0Are4wk6uBPmCl1gkByDsGMrLx%2B1L61Q3gBeBTt7axe9I5C1LgGcjIxo/nvcC%2BhQ6J1ACwWREmlWeLfNBVeELR5x0AA/czcKXzE6SjSQV6SQbiwLdAt9bNMu5zFZ5REXoAU6F5u4TTjcgfAvI78AuwVrprge%2BB1R7Aw0Leq7VV82mgX3%2BbXAGcd1G0J0Ik18foSoVply4MFFyA64ABpSUI5HEFNndW5NEo2c9LPNQT5fkS7IxBdqDCXRUY6wpxtgKZKGS/KNH6QJTV09D3P1hzqkznvRl2b2%2Bj8P4Qr8%2BGyB6ZoXlbhGwRfjA//RXuaIKJtSFOV6DD/BwuseX%2BKE8VYHcLZJuOZ3hr1zjbDqb5%2BAK0hGFm7xTd6yMM3hNj2HQxyO88zyMfpjkwDfEoFF6bZOPdGTZvbeOfE6McWgVju3Ls2J/ioyLEm6HwTp7udWGGt8YYsn3lWSq9OXr2p%2BbPCkHZWPgAeFr0GC1PAJ%2Bokls17ez5tWz2aRi9uCnOm70reKMzwgHR/6VsrPI3yHaD3h0FtgCvyGY7cMi64DfgXSnN6Bn1/IgrrE4Vk8lfug/ix/IcPFWkmCuzB/i/WhLZrtTwGmI%2B0gv6hjwqm6%2BA260I97g7/QRwq4omkBngGgfobytAa71ZOJcrz%2B1JCEBONsMKol0tbHIEeEyMomJ%2BuXoOmHIHMO50Z4FNYgod0uFG8bQuprTYCfZ0K/JAXgU%2Bc4Dm5FKTcEDtFki/qBvUekLRJsUGmg1Jl4JfgfuAM85PoYrZBQFUy0/69D7pGEi5uyCQtGPOANyifq8ptUZxIFbZz4pWXBGG3fVaUb6DFMyomA//l/PLYaCg/AUyrmj93mmNVl8777nOWRKAavlT94L/uLCauV7v6pLFABhXf09WgboZGFsOAEG%2BR53uDzEwuhwA0HQbdOszOrzuf1LCiwRg7fedi/icfj/W6%2BjfAAAA///cZAAN8LSlZAAAAABJRU5ErkJggg%3D%3D
322+
[docker-badge]: https://img.shields.io/docker/pulls/synerbi/sirf.svg
323+
[docker-link]: https://hub.docker.com/r/synerbi/sirf
324+
[install-badge]: https://img.shields.io/badge/dynamic/json.svg?label=users&uri=https%3A//raw.githubusercontent.com/ccp-petmr-codebot/github-stats/SyneRBI/SIRF-SuperBuild/SyneRBI_SIRF_SuperBuild.json&query=total&colorB=8000f0&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAD0ElEQVR4nMSXS2ic5RfGf5lL/pPMZP7JjB0ba53axkvRegGhpFaxVkqjOxetoi6UUjG4ELdVFy50I6gLtfUCFilUiwheilZXIm1FiZSCpYmYRppoUpvRJONMOpmJnOT54DBtxk4CmQPDl/d85z3vc55zeb%2BEWJr0AE8uxcFSAWwE7mwkgE7gqkYCWAGkGwkgBVQaCSACFBsJwPaXgGijAJhMAonlAvAc0OHWlv8pB8BS8hLQtFhAtaRFdD%2BodQz4BngbuEm624BZ4MYFfFwUcD0MdAGjeqKojf4Jx8B1wAhwwwI%2BLuqYegBkgePAKq2Tot9AtEln744Bay7XaS0Are4wk6uBPmCl1gkByDsGMrLx%2B1L61Q3gBeBTt7axe9I5C1LgGcjIxo/nvcC%2BhQ6J1ACwWREmlWeLfNBVeELR5x0AA/czcKXzE6SjSQV6SQbiwLdAt9bNMu5zFZ5REXoAU6F5u4TTjcgfAvI78AuwVrprge%2BB1R7Aw0Leq7VV82mgX3%2BbXAGcd1G0J0Ik18foSoVply4MFFyA64ABpSUI5HEFNndW5NEo2c9LPNQT5fkS7IxBdqDCXRUY6wpxtgKZKGS/KNH6QJTV09D3P1hzqkznvRl2b2%2Bj8P4Qr8%2BGyB6ZoXlbhGwRfjA//RXuaIKJtSFOV6DD/BwuseX%2BKE8VYHcLZJuOZ3hr1zjbDqb5%2BAK0hGFm7xTd6yMM3hNj2HQxyO88zyMfpjkwDfEoFF6bZOPdGTZvbeOfE6McWgVju3Ls2J/ioyLEm6HwTp7udWGGt8YYsn3lWSq9OXr2p%2BbPCkHZWPgAeFr0GC1PAJ%2Bokls17ez5tWz2aRi9uCnOm70reKMzwgHR/6VsrPI3yHaD3h0FtgCvyGY7cMi64DfgXSnN6Bn1/IgrrE4Vk8lfug/ix/IcPFWkmCuzB/i/WhLZrtTwGmI%2B0gv6hjwqm6%2BA260I97g7/QRwq4omkBngGgfobytAa71ZOJcrz%2B1JCEBONsMKol0tbHIEeEyMomJ%2BuXoOmHIHMO50Z4FNYgod0uFG8bQuprTYCfZ0K/JAXgU%2Bc4Dm5FKTcEDtFki/qBvUekLRJsUGmg1Jl4JfgfuAM85PoYrZBQFUy0/69D7pGEi5uyCQtGPOANyifq8ptUZxIFbZz4pWXBGG3fVaUb6DFMyomA//l/PLYaCg/AUyrmj93mmNVl8777nOWRKAavlT94L/uLCauV7v6pLFABhXf09WgboZGFsOAEG%2BR53uDzEwuhwA0HQbdOszOrzuf1LCiwRg7fedi/icfj/W6%2BjfAAAA///cZAAN8LSlZAAAAABJRU5ErkJggg%3D%3D

0 commit comments

Comments
 (0)