diff --git a/CMakeLists.txt b/CMakeLists.txt index 700d9e8..04353d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(EXTENSION_HOMEPAGE "https://github.com/DCBIA-OrthoLab/MFSDA_Python#readme") set(EXTENSION_CATEGORY "Statistics") set(EXTENSION_CONTRIBUTORS "Mateo Lopez (University of North Carolina), Juan Carlos Prieto (University of North Carolina) ") set(EXTENSION_DESCRIPTION "Modules for statistical shape analysis. A multivariate varying coefficient model is introduced to build the association between the multivariate shape measurements and demographic information and other clinical variables. Statistical inference, i.e., hypothesis testing, is also included in this package, which can be used in investigating whether some covariates of interest are significantly associated with the shape information. The hypothesis testing results are further used in clustering based analysis.") -set(EXTENSION_ICONURL "") +set(EXTENSION_ICONURL "https://raw.githubusercontent.com/DCBIA-OrthoLab/MFSDA_Python/master/MFSDA.png") set(EXTENSION_SCREENSHOTURLS "") set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies) set(EXTENSION_BUILD_SUBDIRECTORY inner-build) diff --git a/MFSDA.png b/MFSDA.png new file mode 100644 index 0000000..ff611fe Binary files /dev/null and b/MFSDA.png differ