From 0328618fda02886bba64027a264b4727ebe7a665 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 8 Mar 2024 00:01:07 -0500 Subject: [PATCH 1/2] Add ITK resources to knowledge-base-manifest.yaml --- knowledge-base-manifest.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/knowledge-base-manifest.yaml b/knowledge-base-manifest.yaml index a11ba1c..f9997cc 100644 --- a/knowledge-base-manifest.yaml +++ b/knowledge-base-manifest.yaml @@ -99,6 +99,32 @@ collections: description: "A book written by the FUTURE AI consortium about international consensus guideline for trustworthy and deployable artificial intelligence in healthcare" base_url: https://www.nature.com/articles/s41592-021-01108-9 format: pdf + - name: The ITK Software Guide Book 1 Introduction and Development Guidelines + id: book-isg1idg + source: https://github.com/InsightSoftwareConsortium/ITKSoftwareGuide/releases/download/v5.3.0/InsightSoftwareGuide-Book1-5.3.0.pdf + description: "Introduction to ITK, how to install, build, basis system concepts, design of data structures and application of analysis methods, and how to contribute" + base_url: https://docs.itk.org + format: pdf + - name: The ITK Software Guide Book 2 Design and Functionality + id: book-isg2df + source: https://github.com/InsightSoftwareConsortium/ITKSoftwareGuide/releases/download/v5.3.0/InsightSoftwareGuide-Book2-5.3.0.pdf + description: "Detailed design and functionality for reading and writing images, filtering, registration, segmentation, and performing statistical analysis" + base_url: https://docs.itk.org + format: pdf + - name: ITK + id: itk-docs + source: https://github.com/InsightSoftwareConsortium/ITK/archive/refs/heads/master.zip + directory: Documentation/docs + description: "ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions" + base_url: https://docs.itk.org + format: markdown + - name: ITK-Wasm + id: itkwasm-docs + source: https://github.com/InsightSoftwareConsortium/itk-wasm/archive/refs/heads/main.zip + directory: docs + description: "High-performance spatial analysis in a web browser, Node.js, and across programming languages and hardware architectures" + base_url: https://wasm.itk.org + format: markdown additional_channels: From e456accbb7b10ed6956f06d857948002656e3abd Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Mon, 25 Mar 2024 02:46:30 +0100 Subject: [PATCH 2/2] Remove -docs suffix --- knowledge-base-manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knowledge-base-manifest.yaml b/knowledge-base-manifest.yaml index f9997cc..dc70983 100644 --- a/knowledge-base-manifest.yaml +++ b/knowledge-base-manifest.yaml @@ -112,14 +112,14 @@ collections: base_url: https://docs.itk.org format: pdf - name: ITK - id: itk-docs + id: itk source: https://github.com/InsightSoftwareConsortium/ITK/archive/refs/heads/master.zip directory: Documentation/docs description: "ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions" base_url: https://docs.itk.org format: markdown - name: ITK-Wasm - id: itkwasm-docs + id: itkwasm source: https://github.com/InsightSoftwareConsortium/itk-wasm/archive/refs/heads/main.zip directory: docs description: "High-performance spatial analysis in a web browser, Node.js, and across programming languages and hardware architectures"