From 4df536eea56d1cfe1b89657ee43c8c4c407e8bf5 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 14 Aug 2020 16:26:51 -0400 Subject: [PATCH 01/50] populate initial content --- index.html | 194 ++++++++--------------------------------------------- 1 file changed, 28 insertions(+), 166 deletions(-) diff --git a/index.html b/index.html index 18c29f0bd..6b214792f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Minimal by Steve Smith + Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education @@ -15,190 +15,52 @@
-

Minimal

-

A Theme for GitHub Pages

-

View the Project on GitHub orderedlist/minimal

- +

DATA4MICCAI

+

A MICCAI 2020 Tutorial

-

GitHub Flavored Markdown

- -

View the source of this content.

- -

Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separated by a single newline character:

- -

Roses are red
- Violets are blue

+

Tutorial outline

-

The next paragraph has the same phrases, but now they are separated by two spaces and a newline character:

+

Discuss overall goals here

-

Roses are red

- Violets are blue

+

Discuss TCIA here

-

Oh, and one thing I cannot stand is the mangling of words with multiple underscores in them like perform_complicated_task or do_this_and_do_that_and_another_thing.

+

Discuss IDC here

-

A bit of the GitHub spice

+

Preliminary agenda

-

In addition to the changes in the previous section, certain references are auto-linked:

+

Session 1: TCIA

    -
  • SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
  • -
  • User@SHA ref: mojombo@be6a8cc
  • -
  • User/Project@SHA: mojombo/god@be6a8cc
  • -
  • #Num: #1
  • -
  • User/#Num: mojombo#1
  • -
  • User/Project#Num: mojombo/god#1
  • +
  • introduction | 10 min
  • +
  • TCIA presentation | 20 min
  • +
  • TCIA hands-on demo | 45 min
-

These are dangerous goodies though, and we need to make sure email addresses don't get mangled:

- -

My email addy is tom@github.com.

- -

Math is hard, let's go shopping

- -

In first grade I learned that 5 > 3 and 2 < 7. Maybe some arrows. 1 -> 2 -> 3. 9 <- 8 <- 7.

- -

Triangles man! a^2 + b^2 = c^2

- -

We all like making lists

- -

The above header should be an H2 tag. Now, for a list of fruits:

+

Session 2: IDC

    -
  • Red Apples
  • -
  • Purple Grapes
  • -
  • Green Kiwifruits
  • +
  • introduction | 10 min
  • +
  • IDC presentation | 20 min
  • +
  • IDC hands-on demo | 45 min
-

Let's get crazy:

- -
    -
  1. -

    This is a list item with two paragraphs. Lorem ipsum dolor
    - sit amet, consectetuer adipiscing elit. Aliquam hendrerit
    - mi posuere lectus.

    - -

    Vestibulum enim wisi, viverra nec, fringilla in, laoreet
    - vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
    - sit amet velit.

    -
  2. -
  3. Suspendisse id sem consectetuer libero luctus adipiscing.

  4. -
- -

What about some code in a list? That's insane, right?

- -
    -
  1. -

    In Ruby you can map like this:

    - -
    ['a', 'b'].map { |x| x.uppercase }
    -
  2. -
  3. -

    In Rails, you can do a shortcut:

    - -
    ['a', 'b'].map(&:uppercase)
    -
  4. -
- -

Some people seem to like definition lists

- -
-
Lower cost
-
The new version of this product costs significantly less than the previous one!
-
Easier to use
-
We've changed the product so that it's much easier to use!
-
- -

I am a robot

- -

Maybe you want to print robot to the console 1000 times. Why not?

- -
def robot_invasion
-  puts("robot " * 1000)
-end
-
- -

You see, that was formatted as code because it's been indented by four spaces.

- -

How about we throw some angle braces and ampersands in there?

- -
<div class="footer">
-    &copy; 2004 Foo Corporation
-</div>
-
- -

Set in stone

- -

Preformatted blocks are useful for ASCII art:

- -
             ,-.
-    ,     ,-.   ,-.
-   / \   (   )-(   )
-   \ |  ,.>-(   )-<
-    \|,' (   )-(   )
-     Y ___`-'   `-'
-     |/__/   `-'
-     |
-     |
-     |    -hrr-
-  ___|_____________
-
- -

Playing the blame game

- -

If you need to blame someone, the best way to do so is by quoting them:

- -
-

I, at any rate, am convinced that He does not throw dice.

-
- -

Or perhaps someone a little less eloquent:

- -
-

I wish you'd have given me this written question ahead of time so I
- could plan for it... I'm sure something will pop into my head here in
- the midst of this press conference, with all the pressure of trying to
- come up with answer, but it hadn't yet...

- -

I don't want to sound like
- I have made no mistakes. I'm confident I have. I just haven't - you
- just put me under the spot here, and maybe I'm not as quick on my feet
- as I should be in coming up with one.

-
- -

Table for two

- - - - - - - - - - - - - - - - - - - -
IDNameRank
1Tom Preston-WernerAwesome
2Albert EinsteinNearly as awesome
+

Organizers

-

Crazy linking action

+
    +
  • Keyvan Farahani
  • +
  • Andrey Fedorov
  • +
  • John Freymann
  • +
  • Justin Kirby
  • +
  • Todd Pihl
  • +
  • Fred Prior (?)
  • +
  • Ron Kikinis (?)
  • +
  • Others (?)
  • +
-

I get 10 times more traffic from Google than from
- Yahoo or MSN.

From c4935ab2a13fbbcf8e14f5d6bc3f67a297d0a0da Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 14 Aug 2020 16:29:46 -0400 Subject: [PATCH 02/50] updates --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6b214792f..3f71b1e94 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education + DICOM4MICCAI: Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education @@ -16,6 +16,7 @@

DATA4MICCAI

+

Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education

A MICCAI 2020 Tutorial

From 06581b3388d2919f15fd17e99bb98f81635f6bab Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 14 Aug 2020 16:31:17 -0400 Subject: [PATCH 03/50] updates --- index.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 3f71b1e94..ac6208b53 100644 --- a/index.html +++ b/index.html @@ -16,11 +16,14 @@

DATA4MICCAI

-

Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education

+

A MICCAI 2020 Tutorial

-

Tutorial outline

+ +

Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education

+ +

Tutorial outline

Discuss overall goals here

@@ -28,9 +31,9 @@

Tutorial outline

Discuss IDC here

-

Preliminary agenda

+

Preliminary agenda

-

Session 1: TCIA

+

Session 1: TCIA

  • introduction | 10 min
  • @@ -38,7 +41,7 @@

    Session 1: TCIA

  • TCIA hands-on demo | 45 min
-

Session 2: IDC

+

Session 2: IDC

  • introduction | 10 min
  • @@ -46,7 +49,7 @@

    Session 2: IDC

  • IDC hands-on demo | 45 min
-

Organizers

+

Organizers

  • Keyvan Farahani
  • From 9ea3d548de33d37a1eb8d97c4e03c46be5c7e61c Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Sat, 15 Aug 2020 15:30:42 -0400 Subject: [PATCH 04/50] add more content --- index.html | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index ac6208b53..e6f0a8060 100644 --- a/index.html +++ b/index.html @@ -21,15 +21,36 @@

    DATA4MICCAI

    -

    Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education

    +

    Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education

    -

    Tutorial outline

    + The National Cancer Institute (NCI) has made significant investments in creation and + development of public data repositories to enable and promote sharing and secondary analysis + of cancer imaging data through an open science approach. Since its inception in 2011, the + Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and + reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital + pathology images of a variety of cancers. A growing number of collections in TCIA contain + clinical metadata, annotations and third party analysis results. + Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of + cloud-based data repositories and resources dedicated to key information modalities in cancer + research (including genomics, proteomics, and imaging) to provide the research community with + a virtual and expandable infrastructure to enable cross-domain data analysis and archival. + Adhering to FAIR principles in cancer informatics, CRDC aims to further enable innovations in + data science in oncology. The Imaging Data Commons (IDC), the imaging node in CRDC, due + for public release in October 2020, will connect researchers with image collections from TCIA + and beyond, through a robust infrastructure containing metadata, image-derived data + (segmentations, annotations, and image based analysis results), allowing image browsing and + connectivity to Cloud Resources for image computation, data analysis, and archival of the + results. + This tutorial aims to familiarize the attendees with TCIA, IDC, their similarities and differences in + features and capabilities, including search, browsing, downloading (through TCIA), viewing and + cohort collection (through IDC), and cloud computation through the NCI Cloud Resources. + The learning objectives of this tutorial include: -

    Discuss overall goals here

    - -

    Discuss TCIA here

    - -

    Discuss IDC here

    +
      +
    1. To learn about the NCI public image repositories, their similarities and differences.
    2. +
    3. To learn about the capabilities and features offered by each repository.
    4. +
    5. To be able to search for and identify imaging collections of interest and prepare them for further analysis.
    6. +

    Preliminary agenda

    From be1c46428f01051aa75bc3664f7d1dda3ea5000a Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Sat, 15 Aug 2020 15:34:15 -0400 Subject: [PATCH 05/50] updates --- index.html | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index e6f0a8060..ec6b162b9 100644 --- a/index.html +++ b/index.html @@ -23,29 +23,14 @@

    DATA4MICCAI

    Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education

    - The National Cancer Institute (NCI) has made significant investments in creation and - development of public data repositories to enable and promote sharing and secondary analysis - of cancer imaging data through an open science approach. Since its inception in 2011, the - Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and - reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital - pathology images of a variety of cancers. A growing number of collections in TCIA contain - clinical metadata, annotations and third party analysis results. - Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of - cloud-based data repositories and resources dedicated to key information modalities in cancer - research (including genomics, proteomics, and imaging) to provide the research community with - a virtual and expandable infrastructure to enable cross-domain data analysis and archival. - Adhering to FAIR principles in cancer informatics, CRDC aims to further enable innovations in - data science in oncology. The Imaging Data Commons (IDC), the imaging node in CRDC, due - for public release in October 2020, will connect researchers with image collections from TCIA - and beyond, through a robust infrastructure containing metadata, image-derived data - (segmentations, annotations, and image based analysis results), allowing image browsing and - connectivity to Cloud Resources for image computation, data analysis, and archival of the - results. - This tutorial aims to familiarize the attendees with TCIA, IDC, their similarities and differences in - features and capabilities, including search, browsing, downloading (through TCIA), viewing and - cohort collection (through IDC), and cloud computation through the NCI Cloud Resources. + The National Cancer Institute (NCI) has made significant investments in creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of collections in TCIA contain clinical metadata, annotations and third party analysis results. +
    + Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of cloud-based data repositories and resources dedicated to key information modalities in cancer research (including genomics, proteomics, and imaging) to provide the research community with a virtual and expandable infrastructure to enable cross-domain data analysis and archival. Adhering to FAIR principles in cancer informatics, CRDC aims to further enable innovations in data science in oncology. The Imaging Data Commons (IDC), the imaging node in CRDC, due for public release in October 2020, will connect researchers with image collections from TCIA and beyond, through a robust infrastructure containing metadata, image-derived data (segmentations, annotations, and image based analysis results), allowing image browsing and connectivity to Cloud Resources for image computation, data analysis, and archival of the results. +
    + This tutorial aims to familiarize the attendees with TCIA, IDC, their similarities and differences in features and capabilities, including search, browsing, downloading (through TCIA), viewing and cohort collection (through IDC), and cloud computation through the NCI Cloud Resources. +
    The learning objectives of this tutorial include: - +
    1. To learn about the NCI public image repositories, their similarities and differences.
    2. To learn about the capabilities and features offered by each repository.
    3. From 1443c05e7520993d893092d2d0c1e3fcec6d73c3 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Sat, 15 Aug 2020 15:34:52 -0400 Subject: [PATCH 06/50] updates --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ec6b162b9..9d4c19aa8 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@

      Organizers

From 790fa7e4625f1df31b437c45cc613ac6841e6715 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Sat, 15 Aug 2020 15:35:30 -0400 Subject: [PATCH 07/50] update --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9d4c19aa8..501aed3ec 100644 --- a/index.html +++ b/index.html @@ -24,11 +24,11 @@

DATA4MICCAI

Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education

The National Cancer Institute (NCI) has made significant investments in creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of collections in TCIA contain clinical metadata, annotations and third party analysis results. -
+

Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of cloud-based data repositories and resources dedicated to key information modalities in cancer research (including genomics, proteomics, and imaging) to provide the research community with a virtual and expandable infrastructure to enable cross-domain data analysis and archival. Adhering to FAIR principles in cancer informatics, CRDC aims to further enable innovations in data science in oncology. The Imaging Data Commons (IDC), the imaging node in CRDC, due for public release in October 2020, will connect researchers with image collections from TCIA and beyond, through a robust infrastructure containing metadata, image-derived data (segmentations, annotations, and image based analysis results), allowing image browsing and connectivity to Cloud Resources for image computation, data analysis, and archival of the results. -
+

This tutorial aims to familiarize the attendees with TCIA, IDC, their similarities and differences in features and capabilities, including search, browsing, downloading (through TCIA), viewing and cohort collection (through IDC), and cloud computation through the NCI Cloud Resources. -
+

The learning objectives of this tutorial include:
    From f1300f06b52a2c2d7fc3647f76669df572aee62e Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Sat, 15 Aug 2020 15:36:14 -0400 Subject: [PATCH 08/50] updates --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 501aed3ec..7f1640651 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@

    DATA4MICCAI

    -

    A MICCAI 2020 Tutorial

    +

    A MICCAI 2020 Tutorial

    From d9c558970a3079bcd8747d5dc02f2c964cbe1e86 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Mon, 17 Aug 2020 10:43:24 -0400 Subject: [PATCH 09/50] update --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7f1640651..a54f09afe 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - DICOM4MICCAI: Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education + DICOM4MICCAI: Public Cancer Imaging Data Repositories for Biomedical Data Science Research From ce68f3bf42fd8c8c91b7c0e62e094fc0795e59d1 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Mon, 17 Aug 2020 13:18:08 -0400 Subject: [PATCH 10/50] update --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a54f09afe..0b2faa250 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,9 @@

    A MICCAI 2020 Tutorial

    Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education

    - The National Cancer Institute (NCI) has made significant investments in creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of collections in TCIA contain clinical metadata, annotations and third party analysis results. + The National Cancer Institute (NCI), of the National Institutes of Health (NIH), has made significant investments in creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of collections in TCIA contain clinical metadata, annotations and third party analysis results.

    - Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of cloud-based data repositories and resources dedicated to key information modalities in cancer research (including genomics, proteomics, and imaging) to provide the research community with a virtual and expandable infrastructure to enable cross-domain data analysis and archival. Adhering to FAIR principles in cancer informatics, CRDC aims to further enable innovations in data science in oncology. The Imaging Data Commons (IDC), the imaging node in CRDC, due for public release in October 2020, will connect researchers with image collections from TCIA and beyond, through a robust infrastructure containing metadata, image-derived data (segmentations, annotations, and image based analysis results), allowing image browsing and connectivity to Cloud Resources for image computation, data analysis, and archival of the results. + Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of cloud-based data repositories and resources dedicated to key information modalities in cancer research (including genomics, proteomics, and imaging) to provide the research community with a virtual and expandable infrastructure to enable cross-domain data analysis and archival. Adhering to FAIR principles in cancer informatics, CRDC aims to further enable innovations in data science in oncology. Imaging Data Commons (IDC), the imaging node in CRDC, due for public release in October 2020, will connect researchers with image collections from TCIA and beyond, through a robust infrastructure containing metadata, image-derived data (segmentations, annotations, and image based analysis results), allowing image browsing and connectivity to Cloud Resources for image computation, data analysis, and archival of the results.

    This tutorial aims to familiarize the attendees with TCIA, IDC, their similarities and differences in features and capabilities, including search, browsing, downloading (through TCIA), viewing and cohort collection (through IDC), and cloud computation through the NCI Cloud Resources.

    From c730cd5d7fc544f479ba18ad47e2f0dbed6633e9 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Mon, 17 Aug 2020 14:33:44 -0400 Subject: [PATCH 11/50] updates --- index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.html b/index.html index 0b2faa250..1ec6e6bee 100644 --- a/index.html +++ b/index.html @@ -63,9 +63,6 @@

    Organizers

  1. John Freymann
  2. Justin Kirby
  3. Todd Pihl
  4. -
  5. Fred Prior (?)
  6. -
  7. Ron Kikinis (?)
  8. -
  9. Others (?)
  10. From a6247a1c84460a8ddb5828b613babbbbe3345989 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 18 Aug 2020 10:52:52 -0400 Subject: [PATCH 12/50] add logo --- assets/miccai-2020-logo.png | Bin 0 -> 44828 bytes index.html | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 assets/miccai-2020-logo.png diff --git a/assets/miccai-2020-logo.png b/assets/miccai-2020-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..0b7f33db3f69e2f63842f9f374f0af2802831949 GIT binary patch literal 44828 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

    UG_`}RQIb7G2miqkhM+5rFJ!C$o-S2#)> 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�lv>w zB|>`Dc9_ItCAFbAL{jO%hV}$~z9?S5n|z05vee_KxHvVW#CamvW3*~&9C{TpIGxlF zB0)nB6_7mxfvKX;AULloBNNe|}6d80DMvXXlH{ za+xEV{0W`zR=WdBYjmuX3%R0zXpe#wK}AP20Qr^9&oN9@1YR?qQO+0uk_9XrQqQg3 zd{u8@i|WGU6(N_pU^-+Ydh8;h9QsKpH%H0g(BW*Rz_2ONQ<-W-<#Mxh=b-vn`j|PW zfB#E!aM%VVKS=x{aF{ef$q|Zj`g=JHkQ_2{8r3Kkp_Ly7Woo!)B>w|4ultAJq^Y~zsl7b z2kjxdQmDi4{v&965ZzhVWN$1tMFlfiTKSvCPGvjwysuYgW5IgS?i}QomTDB z;-w|s&+jI`2ti5!TlXv~at8mYZk|yhPeZkgr)^JpfXGARLZ4m<6LM!JBToD@mYhfs z{;-(J&bV~K{;+&k*Do?s-hKk-H5f`zkZ5fGE%A|c^|+VCw*q|uS==Zblx76DJ5||l z-G$d0T_@&qo6Cj1fF-Qk>3JJ?_XtL_SR!l8a1Q*`n7m$Dq`0tE#H+Z!j#v#1N?Pn3TmH9|y>{K0F5!~~U6 zjoDYd#JmgtvSQ>30oGvRSeklU+u#oV(Q}KIl!-U%uPkTD8VqlM)DmP6Q`MIFY$wmP zD~0DCAAAI}6?$wN(2T40yNJEO$VcEc>@}2K=w@w_+l%t#Tjf}Of3W)xh7T5j8sbqg z*&5w$`O1hXTgp^!D@V$*ML%H~pPSFWZfJ{8c7>TzS|Gv?4e1d9F9Jz1YswwMAcF=VWvMx(W$VSW)*2TDy3grAZ5bW$Wqaih)NPwz|+1 z6gahk7#i8ver@B{ZR4+Tce}MQEox2eh2t*3fgV|*sN)!HLRiUTl#Io??lDo{yae<^ zQ8^SLwPAd;6SL-&4Oh_fYjGer0PiEMfo$IfCSk>zz&FWer&X(}Ha4nxb%HlaVw(~y zL^$jMH#7mEg-Rfz&;cXODvZUx!n9R1^0u@*qK$-fZ3kcP3SK9gx?F08QeH;C@Wh{* zM5`g@+F>G(vvGy=IXBv0Wo}?)IbP>qnnNl!HVmC>r5?p?JOUO{-Z22C6IYojlF-@& zobW^`*qCbbrEkK?R+Cv3l^OByH=ZTVNVFY7 z>}6!tN%m${)W{sYBr5Xq`oJz8w?@>t&LhePJ+O635;ny|X$1u-TdS>G<)`02NsZPu zD(&qS1i!pysE5ul*kddpZqpr zi`h7!&!{>cjg;Z$9sX+0UL%?*azrE@yPtp|$;scEOz^}S&1)?EO@mo3x#7mGYn~)gCTn1`3 z1XE8w4wJA6Aj{65h4sXHa4}#8# zQaWXoHY}1=^!ix!g55Ud(H>tXaj8>aw?J}AS;9y$8rz|ee$66Wgp@gy*|-v%9i#{B zxQl@K5rE6W?!5h+Djn(n0mg3N%|3F2UbWHsh8QWZ| zI3gZvxt7as0qB2)e|#|i*+-^{J#`T>t<~N&pb?bDbf&?g^7aBklDf7C3St)Y7InG~ z<73%Rny4x)*WKObx2G$uDleq{R!6DM3NdvG126Kcu^fg?V#QWT0Z-GxlE=;muZPyT za*N5#Byi&p1c)}+7kQ7c_&A0RbH!?Cs4ZnvJcK%jbxPmggRK770CGMnRHP=DeSsY)-5x#u{j7m@+v8kP5QtQZrJWdN~<7sA43P8F=+b!jEKfi?|g2I>sT^drjkcX z+(|BGnvR66DV~^*2MPJ__?Grf7izM3_d)UT?>hVsT^rcV7OElrBoit7Ru@|Xbv#Zh zJK?%bh7KJ9)P@vndL??01woD=b_{LeKN$eR2K>Vq|9$)aeUzr_dxa-}ddSG(%+1-m Qg@SzKq?9FV#Z5#154Ma}n*aa+ literal 0 HcmV?d00001 diff --git a/index.html b/index.html index 1ec6e6bee..0ef30c1a7 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,8 @@

    DATA4MICCAI

    A MICCAI 2020 Tutorial

    + + Italian Trulli
    From b0a708fa488b2c353961a6ce671376c6ab16c776 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 18 Aug 2020 10:54:43 -0400 Subject: [PATCH 13/50] add affiliations --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 0ef30c1a7..8132bc88d 100644 --- a/index.html +++ b/index.html @@ -60,11 +60,11 @@

    Session 2: IDC

    Organizers

      -
    • Keyvan Farahani
    • -
    • Andrey Fedorov
    • -
    • John Freymann
    • -
    • Justin Kirby
    • -
    • Todd Pihl
    • +
    • Keyvan Farahani, National Cancer Institute
    • +
    • Andrey Fedorov, Brigham and Women's Hospital / Harvard Medical School
    • +
    • John Freymann, Fredrick National Laboratory for Cancer Research
    • +
    • Justin Kirby, Fredrick National Laboratory for Cancer Research
    • +
    • Todd Pihl, Fredrick National Laboratory for Cancer Research
    From 23fe458c9e472ec17e6cc4e9829ba15029a91da1 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 18 Aug 2020 10:56:44 -0400 Subject: [PATCH 14/50] hyperlink logo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8132bc88d..2155d6d0f 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@

    DATA4MICCAI

    A MICCAI 2020 Tutorial

    - Italian Trulli + MICCAI 2020
    From c9c6ecc40784a89abdbc7853cd6b6b73bd8081f7 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 18 Aug 2020 12:04:28 -0400 Subject: [PATCH 15/50] remove education --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2155d6d0f..894b28819 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@

    A MICCAI 2020 Tutorial

    -

    Public Cancer Imaging Data Repositories for Biomedical Data Science Research and Education

    +

    Public Cancer Imaging Data Repositories for Biomedical Data Science Research

    The National Cancer Institute (NCI), of the National Institutes of Health (NIH), has made significant investments in creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of collections in TCIA contain clinical metadata, annotations and third party analysis results.

    From 1bd6056fd0c32f69794cb8429f26e65325bf743b Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 18 Aug 2020 12:17:59 -0400 Subject: [PATCH 16/50] update readme --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cf323a5be..06fdddce4 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,6 @@ # Minimal Theme -[Demo the Theme](http://orderedlist.github.com/minimal/) - -This is the raw HTML and styles that are used for the *minimal* theme on [GitHub Pages](http://pages.github.com/). - -Syntax highlighting is provided on GitHub Pages by [Pygments](http://pygments.org). - -# License - -This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/). - - +This is the source for the website located at https://data4miccai.github.io/, +which was put together for the respective tutorial at [MICCAI 2020](https://www.miccai2020.org/en/). +This project is maintained by @fedorov. From c64188e807030b7a156a0bd2c3a4a0704ebfafcc Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 19 Aug 2020 14:52:42 -0400 Subject: [PATCH 17/50] add organizers --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 894b28819..38059035d 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,8 @@

    Organizers

  11. John Freymann, Fredrick National Laboratory for Cancer Research
  12. Justin Kirby, Fredrick National Laboratory for Cancer Research
  13. Todd Pihl, Fredrick National Laboratory for Cancer Research
  14. +
  15. Fred Prior, University of Arkansas Medical School
  16. +
  17. Lawrence Tarbox, University of Arkansas Medical School
  18. From 7a9f63990c92213a66d10dc17cc551883c05e168 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 21 Aug 2020 16:31:52 -0400 Subject: [PATCH 18/50] updates --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 38059035d..3c7be324a 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - DICOM4MICCAI: Public Cancer Imaging Data Repositories for Biomedical Data Science Research + DATA4MICCAI: Public Cancer Imaging Data Repositories for Biomedical Data Science Research @@ -67,6 +67,9 @@

    Organizers

  19. Todd Pihl, Fredrick National Laboratory for Cancer Research
  20. Fred Prior, University of Arkansas Medical School
  21. Lawrence Tarbox, University of Arkansas Medical School
  22. +
  23. Bill Longabaugh, Institute for Systems Biology
  24. +
  25. David Pot, General Dynamics IT
  26. +
  27. Ron Kikinis, Brigham and Women's Hospital / Harvard Medical School
  28. From dd0daedbcc3b4c610c45beb9c96ae2a725254c4d Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 1 Sep 2020 10:32:56 -0400 Subject: [PATCH 19/50] update schedule --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3c7be324a..a74c683a1 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,9 @@

    Public Cancer Imaging Data Repositories for Biomedical Data Science Research

    Preliminary agenda

    -

    Session 1: TCIA

    +

    Overall introduction

    + +

    Session 1: TCIA

    • introduction | 10 min
    • From eb215e546c5b26bf92dbac848fc77d6675f1a8cd Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 1 Sep 2020 10:34:59 -0400 Subject: [PATCH 20/50] update agenda --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a74c683a1..749cb31be 100644 --- a/index.html +++ b/index.html @@ -51,12 +51,17 @@

      Session 1: TCIA

    • TCIA hands-on demo | 45 min
    +

    Coffee break | 15 min

    +

    Session 2: IDC

    • introduction | 10 min
    • IDC presentation | 20 min
    • -
    • IDC hands-on demo | 45 min
    • +
    • IDC hands-on demo - part 1| 20 min
    • +
    • Q&A | 10 min
    • +
    • IDC hands-on demo - part 2| 20 min
    • +
    • Q&A | 10 min

    Organizers

    From 8bf65b086265c9cd0c03670b63dedbea1c3dbbf2 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 1 Sep 2020 10:36:14 -0400 Subject: [PATCH 21/50] styling --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 749cb31be..c94b75985 100644 --- a/index.html +++ b/index.html @@ -58,9 +58,9 @@

    Session 2: IDC

    • introduction | 10 min
    • IDC presentation | 20 min
    • -
    • IDC hands-on demo - part 1| 20 min
    • +
    • IDC hands-on demo - part 1 | 20 min
    • Q&A | 10 min
    • -
    • IDC hands-on demo - part 2| 20 min
    • +
    • IDC hands-on demo - part 2 | 20 min
    • Q&A | 10 min
    From c0054ef27514a9333778b7289f78ce88abccd5a1 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 1 Sep 2020 10:40:04 -0400 Subject: [PATCH 22/50] refinement --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c94b75985..a61a47f00 100644 --- a/index.html +++ b/index.html @@ -41,9 +41,9 @@

    Public Cancer Imaging Data Repositories for Biomedical Data Science Research

    Preliminary agenda

    -

    Overall introduction

    +

    Overall introduction | 15 min

    -

    Session 1: TCIA

    +

    Session 1: TCIA | 1 hr 30 min

    • introduction | 10 min
    • @@ -53,7 +53,7 @@

      Session 1: TCIA

      Coffee break | 15 min

      -

      Session 2: IDC

      +

      Session 2: IDC | 1 hr 30 min

      • introduction | 10 min
      • @@ -63,6 +63,8 @@

        Session 2: IDC

      • IDC hands-on demo - part 2 | 20 min
      • Q&A | 10 min
      + +

      Wrap-up | 15 min

      Organizers

      From f8f9890ccffa0ef2322e835a94c1f68af029b0ad Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 1 Sep 2020 10:43:18 -0400 Subject: [PATCH 23/50] add more details --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a61a47f00..c0bc1e381 100644 --- a/index.html +++ b/index.html @@ -41,12 +41,12 @@

      Public Cancer Imaging Data Repositories for Biomedical Data Science Research

      Preliminary agenda

      -

      Overall introduction | 15 min

      +

      Overall introduction - Keyvan Farahani | 15 min

      Session 1: TCIA | 1 hr 30 min

        -
      • introduction | 10 min
      • +
      • Introduction - John Freymann | 10 min
      • TCIA presentation | 20 min
      • TCIA hands-on demo | 45 min
      @@ -56,7 +56,7 @@

      Coffee break | 15 min

      Session 2: IDC | 1 hr 30 min

        -
      • introduction | 10 min
      • +
      • Introduction - Todd Pihl | 10 min
      • IDC presentation | 20 min
      • IDC hands-on demo - part 1 | 20 min
      • Q&A | 10 min
      • From 7eb2e13efc1a5aa9e57af36ebb1a9ea6dec003fe Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 1 Sep 2020 10:49:44 -0400 Subject: [PATCH 24/50] update agenda --- index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c0bc1e381..4c32df652 100644 --- a/index.html +++ b/index.html @@ -47,10 +47,14 @@

        Session 1: TCIA | 1 hr 30 min

        • Introduction - John Freymann | 10 min
        • -
        • TCIA presentation | 20 min
        • -
        • TCIA hands-on demo | 45 min
        • +
        • Publishing data - John Freymann | 10 min
        • +
        • Browsing Rad/Path Data - Justin Kirby | 20 min
        • +
        • Searching/filtering/displaying data - Lawrence Tarbox | 30 min
        • +
        • Additional tools to access the data - Fred Prior | 10 min
        • +
        • Miscellaneous - Fred Prior | 5 min
        • +
        • Q&A - Fred Prior | 5 min
        - +

        Coffee break | 15 min

        Session 2: IDC | 1 hr 30 min

        @@ -64,7 +68,7 @@

        Session 2: IDC | 1 hr 30 min

      • Q&A | 10 min
      -

      Wrap-up | 15 min

      +

      Summary and wrap-up - Keyvan Farahani | 15 min

      Organizers

      From ec3e210a7a8b8ffb8f4475e22af4e860da1c5bae Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 1 Sep 2020 10:52:57 -0400 Subject: [PATCH 25/50] agenda updates --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 4c32df652..4aa4f9c12 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@

      Preliminary agenda

      Overall introduction - Keyvan Farahani | 15 min

      -

      Session 1: TCIA | 1 hr 30 min

      +

      Session 1: The Cancer Imaging Archive (TCIA) | 1 hr 30 min

      • Introduction - John Freymann | 10 min
      • @@ -57,11 +57,11 @@

        Session 1: TCIA | 1 hr 30 min

        Coffee break | 15 min

        -

        Session 2: IDC | 1 hr 30 min

        +

        Session 2: Imaging Data Commons (IDC) | 1 hr 30 min

          -
        • Introduction - Todd Pihl | 10 min
        • -
        • IDC presentation | 20 min
        • +
        • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 10 min
        • +
        • Introduction to IDC | 20 min
        • IDC hands-on demo - part 1 | 20 min
        • Q&A | 10 min
        • IDC hands-on demo - part 2 | 20 min
        • From cb722fa169a6c975ca1a91a6f76d728721e1ec82 Mon Sep 17 00:00:00 2001 From: Keyvan Farahani <38476531+farahank@users.noreply.github.com> Date: Tue, 8 Sep 2020 22:11:36 -0400 Subject: [PATCH 26/50] Update index.html Updated timeline following the shortened version of the tutorial (2 hr. total) -KF --- index.html | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 4aa4f9c12..c8358ffca 100644 --- a/index.html +++ b/index.html @@ -41,34 +41,31 @@

          Public Cancer Imaging Data Repositories for Biomedical Data Science Research

          Preliminary agenda

          -

          Overall introduction - Keyvan Farahani | 15 min

          +

          Overall introduction - Keyvan Farahani | 5 min

          -

          Session 1: The Cancer Imaging Archive (TCIA) | 1 hr 30 min

          +

          Session 1: The Cancer Imaging Archive (TCIA) | 50 min

            -
          • Introduction - John Freymann | 10 min
          • -
          • Publishing data - John Freymann | 10 min
          • -
          • Browsing Rad/Path Data - Justin Kirby | 20 min
          • -
          • Searching/filtering/displaying data - Lawrence Tarbox | 30 min
          • +
          • Introduction - John Freymann | 5 min
          • +
          • Publishing data - John Freymann | 5 min
          • +
          • Browsing Rad/Path Data - Justin Kirby | 10 min
          • +
          • Searching/filtering/displaying data - Lawrence Tarbox | 15 min
          • Additional tools to access the data - Fred Prior | 10 min
          • -
          • Miscellaneous - Fred Prior | 5 min
          • Q&A - Fred Prior | 5 min
          -

          Coffee break | 15 min

          +

          Coffee break | 10 min

          -

          Session 2: Imaging Data Commons (IDC) | 1 hr 30 min

          +

          Session 2: Imaging Data Commons (IDC) | 50 min

            -
          • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 10 min
          • +
          • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min
          • Introduction to IDC | 20 min
          • -
          • IDC hands-on demo - part 1 | 20 min
          • -
          • Q&A | 10 min
          • -
          • IDC hands-on demo - part 2 | 20 min
          • -
          • Q&A | 10 min
          • +
          • IDC hands-on demo | 20 min
          • +
          • Q&A - | 5 min
          -

          Summary and wrap-up - Keyvan Farahani | 15 min

          +

          Summary and wrap-up - Keyvan Farahani | 10 min

          Organizers

          From a1c04bac9eebe68d5a128119564e9ebd70e87497 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 9 Sep 2020 09:46:53 -0400 Subject: [PATCH 27/50] more updates --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c8358ffca..2cd549abd 100644 --- a/index.html +++ b/index.html @@ -60,9 +60,9 @@

          Session 2: Imaging Data Commons (IDC) | 50 min

          • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min
          • -
          • Introduction to IDC | 20 min
          • -
          • IDC hands-on demo | 20 min
          • -
          • Q&A - | 5 min
          • +
          • Introduction to IDC - Andrey Fedorov | 20 min
          • +
          • IDC hands-on demo - Andrey Fedorov | 20 min
          • +
          • Q&A - Andrey Fedorov | 5 min

          Summary and wrap-up - Keyvan Farahani | 10 min

          From aae8be8ec03d5b22a3b8aada7ae9b59a9c7affb3 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Tue, 15 Sep 2020 10:30:50 -0400 Subject: [PATCH 28/50] add date/time --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 2cd549abd..17584a580 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,9 @@

          A MICCAI 2020 Tutorial

          Public Cancer Imaging Data Repositories for Biomedical Data Science Research

          + +

          Date: Oct 8

          +

          Time: 10 am EST (2 pm UTC)

          The National Cancer Institute (NCI), of the National Institutes of Health (NIH), has made significant investments in creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of collections in TCIA contain clinical metadata, annotations and third party analysis results.

          From f911d4aa8fd27fb5e65e37da55c6f3bad761666e Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 23 Sep 2020 16:54:52 -0400 Subject: [PATCH 29/50] change break to be 15 minutes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 17584a580..15d61f655 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@

          Session 1: The Cancer Imaging Archive (TCIA) | 50 min

        • Q&A - Fred Prior | 5 min
        -

        Coffee break | 10 min

        +

        Coffee break | 15 min

        Session 2: Imaging Data Commons (IDC) | 50 min

        From a70b07ce44c3ec6d96ea063993d2c3927a1ba5ee Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 25 Sep 2020 20:51:49 -0400 Subject: [PATCH 30/50] update schedule --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 15d61f655..a6dc9a13c 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,8 @@

        Session 2: Imaging Data Commons (IDC) | 50 min

        • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min
        • Introduction to IDC - Andrey Fedorov | 20 min
        • -
        • IDC hands-on demo - Andrey Fedorov | 20 min
        • +
        • IDC hands-on demo: IDC Portal - Andrey Fedorov | 10 min
        • +
        • IDC hands-on demo: IDC Cohorts - Andrey Fedorov | 10 min
        • Q&A - Andrey Fedorov | 5 min
        From 94bd8082b587c63550f31462d99b43b11e7bf5a4 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Thu, 1 Oct 2020 13:35:11 -0400 Subject: [PATCH 31/50] remove preliminary --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a6dc9a13c..68abed622 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@

        Time: 10 am EST (2 pm UTC)

      • To be able to search for and identify imaging collections of interest and prepare them for further analysis.
-

Preliminary agenda

+

Agenda

Overall introduction - Keyvan Farahani | 5 min

From 6fde7fad1f9c81c7816512d42cb625efc139ca7f Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Thu, 8 Oct 2020 16:26:58 -0400 Subject: [PATCH 32/50] add links to videos --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 68abed622..6ac13ebdb 100644 --- a/index.html +++ b/index.html @@ -63,9 +63,9 @@

Session 2: Imaging Data Commons (IDC) | 50 min

  • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min
  • -
  • Introduction to IDC - Andrey Fedorov | 20 min
  • -
  • IDC hands-on demo: IDC Portal - Andrey Fedorov | 10 min
  • -
  • IDC hands-on demo: IDC Cohorts - Andrey Fedorov | 10 min
  • +
  • Introduction to IDC - Andrey Fedorov | 20 min [video]
  • +
  • IDC hands-on demo: IDC Portal - Andrey Fedorov | 10 min [video]
  • +
  • IDC hands-on demo: IDC Cohorts - Andrey Fedorov | 10 min [video]
  • Q&A - Andrey Fedorov | 5 min
From 5e87e56ce3999a0712158dbc5b5bd36b1c6f6a8d Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Sun, 15 Nov 2020 17:56:59 -0500 Subject: [PATCH 33/50] add Todd's presentation --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6ac13ebdb..d8129ed99 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@

Coffee break | 15 min

Session 2: Imaging Data Commons (IDC) | 50 min

    -
  • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min
  • +
  • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min,a href="https://youtu.be/aPfqZIHsBQk">[video]
  • Introduction to IDC - Andrey Fedorov | 20 min [video]
  • IDC hands-on demo: IDC Portal - Andrey Fedorov | 10 min [video]
  • IDC hands-on demo: IDC Cohorts - Andrey Fedorov | 10 min [video]
  • From bcae9e2d6b6f4ea3575666b2308810066781363b Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Sun, 15 Nov 2020 18:12:51 -0500 Subject: [PATCH 34/50] fix typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d8129ed99..e83896cef 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@

    Coffee break | 15 min

    Session 2: Imaging Data Commons (IDC) | 50 min

      -
    • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min,a href="https://youtu.be/aPfqZIHsBQk">[video]
    • +
    • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min [video]
    • Introduction to IDC - Andrey Fedorov | 20 min [video]
    • IDC hands-on demo: IDC Portal - Andrey Fedorov | 10 min [video]
    • IDC hands-on demo: IDC Cohorts - Andrey Fedorov | 10 min [video]
    • From 61b6c2b0dd028b46821c0b4fb2eb1766ebf46d4e Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 12 May 2021 18:13:06 -0400 Subject: [PATCH 35/50] update to 2021 content --- index.html | 92 +++++++++++++++++++--------------------------- index_2020.html | 97 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 135 insertions(+), 54 deletions(-) create mode 100644 index_2020.html diff --git a/index.html b/index.html index e83896cef..465a69d38 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - DATA4MICCAI: Public Cancer Imaging Data Repositories for Biomedical Data Science Research + DATA4MICCAI: NIH Cancer Imaging Data Repositories for Biomedical Data Science Research @@ -17,73 +17,57 @@

      DATA4MICCAI

      -

      A MICCAI 2020 Tutorial

      +

      A MICCAI 2021 Tutorial

      - MICCAI 2020 + MICCAI 2020
      -

      Public Cancer Imaging Data Repositories for Biomedical Data Science Research

      +

      NIH Cancer Imaging Data Repositories for Biomedical Data Science Research

      -

      Date: Oct 8

      -

      Time: 10 am EST (2 pm UTC)

      - - The National Cancer Institute (NCI), of the National Institutes of Health (NIH), has made significant investments in creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of collections in TCIA contain clinical metadata, annotations and third party analysis results. -

      - Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of cloud-based data repositories and resources dedicated to key information modalities in cancer research (including genomics, proteomics, and imaging) to provide the research community with a virtual and expandable infrastructure to enable cross-domain data analysis and archival. Adhering to FAIR principles in cancer informatics, CRDC aims to further enable innovations in data science in oncology. Imaging Data Commons (IDC), the imaging node in CRDC, due for public release in October 2020, will connect researchers with image collections from TCIA and beyond, through a robust infrastructure containing metadata, image-derived data (segmentations, annotations, and image based analysis results), allowing image browsing and connectivity to Cloud Resources for image computation, data analysis, and archival of the results. -

      - This tutorial aims to familiarize the attendees with TCIA, IDC, their similarities and differences in features and capabilities, including search, browsing, downloading (through TCIA), viewing and cohort collection (through IDC), and cloud computation through the NCI Cloud Resources. -

      - The learning objectives of this tutorial include: -
      -
        -
      1. To learn about the NCI public image repositories, their similarities and differences.
      2. -
      3. To learn about the capabilities and features offered by each repository.
      4. -
      5. To be able to search for and identify imaging collections of interest and prepare them for further analysis.
      6. -
      +

      Date: TBD

      +

      Time: TBD

      +
      + The National Cancer Institute (NCI), of the National Institutes of Health (NIH), has made significant investments in the +creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer +imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has +provided the imaging research community with a stable and reliable resource for sharing de-identified clinical +radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of +collections in TCIA contain clinical metadata, annotations, and third-party analysis results. +
      +Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of cloud-based data +repositories and resources dedicated to key information modalities in cancer research (including genomics, +proteomics, and imaging) to provide the research community with a virtual and expandable infrastructure to enable +cross-domain data analysis and archival. Adhering to FAIR principles in cancer informatics, CRDC aims to further +enable innovations in data science in oncology. Imaging Data Commons (IDC), the imaging node in CRDC, publicly +released in October 2020, connects researchers with image collections from TCIA and beyond, through a robust +infrastructure containing metadata, image-derived data (segmentations, annotations, and image-based analysis +results), allowing image browsing and connectivity to Cloud Resources for image computation, data analysis, and +archival of the results. Direct connectivity of IDC data to robust Google analytics and ML tools is an important feature +of this platform. +
      +This tutorial aims to familiarize attendees with TCIA, IDC, their similarities and differences in features and capabilities, +including search, browsing, downloading (through TCIA), viewing and cohort collection (through IDC), and cloud +computation through the NCI Cloud Resources. All levels are welcome.

      Agenda

      -

      Overall introduction - Keyvan Farahani | 5 min

      - -

      Session 1: The Cancer Imaging Archive (TCIA) | 50 min

      - -
        -
      • Introduction - John Freymann | 5 min
      • -
      • Publishing data - John Freymann | 5 min
      • -
      • Browsing Rad/Path Data - Justin Kirby | 10 min
      • -
      • Searching/filtering/displaying data - Lawrence Tarbox | 15 min
      • -
      • Additional tools to access the data - Fred Prior | 10 min
      • -
      • Q&A - Fred Prior | 5 min
      • -
      - -

      Coffee break | 15 min

      - -

      Session 2: Imaging Data Commons (IDC) | 50 min

      - -
        -
      • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min [video]
      • -
      • Introduction to IDC - Andrey Fedorov | 20 min [video]
      • -
      • IDC hands-on demo: IDC Portal - Andrey Fedorov | 10 min [video]
      • -
      • IDC hands-on demo: IDC Cohorts - Andrey Fedorov | 10 min [video]
      • -
      • Q&A - Andrey Fedorov | 5 min
      • -
      - -

      Summary and wrap-up - Keyvan Farahani | 10 min

      +

      TBD

      Organizers

      • Keyvan Farahani, National Cancer Institute
      • Andrey Fedorov, Brigham and Women's Hospital / Harvard Medical School
      • -
      • John Freymann, Fredrick National Laboratory for Cancer Research
      • -
      • Justin Kirby, Fredrick National Laboratory for Cancer Research
      • -
      • Todd Pihl, Fredrick National Laboratory for Cancer Research
      • -
      • Fred Prior, University of Arkansas Medical School
      • -
      • Lawrence Tarbox, University of Arkansas Medical School
      • -
      • Bill Longabaugh, Institute for Systems Biology
      • -
      • David Pot, General Dynamics IT
      • -
      • Ron Kikinis, Brigham and Women's Hospital / Harvard Medical School
      • +
      • John Freymann, Fredrick National Laboratory for Cancer Research
      • +
      • Justin Kirby, Fredrick National Laboratory for Cancer Research
      • +
      • Ulrike Wagner, Fredrick National Laboratory for Cancer Research
      • +
      • Fred Prior, University of Arkansas Medical School
      • +
      • Lawrence Tarbox, University of Arkansas Medical School
      • +
      • Bill Longabaugh, Institute for Systems Biology
      • +
      • Suzanne Paquette, Institute for Systems Biology
      • +
      • David Pot, General Dynamics IT
      • +
      • Ron Kikinis, Brigham and Women's Hospital / Harvard Medical School
      diff --git a/index_2020.html b/index_2020.html new file mode 100644 index 000000000..e83896cef --- /dev/null +++ b/index_2020.html @@ -0,0 +1,97 @@ + + + + + + DATA4MICCAI: Public Cancer Imaging Data Repositories for Biomedical Data Science Research + + + + + + + +
      +
      +

      DATA4MICCAI

      + +

      A MICCAI 2020 Tutorial

      + + MICCAI 2020 +
      +
      + +

      Public Cancer Imaging Data Repositories for Biomedical Data Science Research

      + +

      Date: Oct 8

      +

      Time: 10 am EST (2 pm UTC)

      + + The National Cancer Institute (NCI), of the National Institutes of Health (NIH), has made significant investments in creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of collections in TCIA contain clinical metadata, annotations and third party analysis results. +

      + Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of cloud-based data repositories and resources dedicated to key information modalities in cancer research (including genomics, proteomics, and imaging) to provide the research community with a virtual and expandable infrastructure to enable cross-domain data analysis and archival. Adhering to FAIR principles in cancer informatics, CRDC aims to further enable innovations in data science in oncology. Imaging Data Commons (IDC), the imaging node in CRDC, due for public release in October 2020, will connect researchers with image collections from TCIA and beyond, through a robust infrastructure containing metadata, image-derived data (segmentations, annotations, and image based analysis results), allowing image browsing and connectivity to Cloud Resources for image computation, data analysis, and archival of the results. +

      + This tutorial aims to familiarize the attendees with TCIA, IDC, their similarities and differences in features and capabilities, including search, browsing, downloading (through TCIA), viewing and cohort collection (through IDC), and cloud computation through the NCI Cloud Resources. +

      + The learning objectives of this tutorial include: +
      +
        +
      1. To learn about the NCI public image repositories, their similarities and differences.
      2. +
      3. To learn about the capabilities and features offered by each repository.
      4. +
      5. To be able to search for and identify imaging collections of interest and prepare them for further analysis.
      6. +
      + +

      Agenda

      + +

      Overall introduction - Keyvan Farahani | 5 min

      + +

      Session 1: The Cancer Imaging Archive (TCIA) | 50 min

      + +
        +
      • Introduction - John Freymann | 5 min
      • +
      • Publishing data - John Freymann | 5 min
      • +
      • Browsing Rad/Path Data - Justin Kirby | 10 min
      • +
      • Searching/filtering/displaying data - Lawrence Tarbox | 15 min
      • +
      • Additional tools to access the data - Fred Prior | 10 min
      • +
      • Q&A - Fred Prior | 5 min
      • +
      + +

      Coffee break | 15 min

      + +

      Session 2: Imaging Data Commons (IDC) | 50 min

      + +
        +
      • Introduction to NCI Cancer Research Data Commons (CRDC) - Todd Pihl | 5 min [video]
      • +
      • Introduction to IDC - Andrey Fedorov | 20 min [video]
      • +
      • IDC hands-on demo: IDC Portal - Andrey Fedorov | 10 min [video]
      • +
      • IDC hands-on demo: IDC Cohorts - Andrey Fedorov | 10 min [video]
      • +
      • Q&A - Andrey Fedorov | 5 min
      • +
      + +

      Summary and wrap-up - Keyvan Farahani | 10 min

      + +

      Organizers

      + +
        +
      • Keyvan Farahani, National Cancer Institute
      • +
      • Andrey Fedorov, Brigham and Women's Hospital / Harvard Medical School
      • +
      • John Freymann, Fredrick National Laboratory for Cancer Research
      • +
      • Justin Kirby, Fredrick National Laboratory for Cancer Research
      • +
      • Todd Pihl, Fredrick National Laboratory for Cancer Research
      • +
      • Fred Prior, University of Arkansas Medical School
      • +
      • Lawrence Tarbox, University of Arkansas Medical School
      • +
      • Bill Longabaugh, Institute for Systems Biology
      • +
      • David Pot, General Dynamics IT
      • +
      • Ron Kikinis, Brigham and Women's Hospital / Harvard Medical School
      • +
      + +
      + +
      + + + From 79c7ec42e410995a4a4fd0f393ebf7db6043db7c Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 12 May 2021 18:14:59 -0400 Subject: [PATCH 36/50] add breaks --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 465a69d38..dd3167c23 100644 --- a/index.html +++ b/index.html @@ -27,14 +27,14 @@

      NIH Cancer Imaging Data Repositories for Biomedical Data Science ResearchDate: TBD

      Time: TBD

      -
      +

      The National Cancer Institute (NCI), of the National Institutes of Health (NIH), has made significant investments in the creation and development of public data repositories to enable and promote sharing and secondary analysis of cancer imaging data through an open science approach. Since its inception in 2011, The Cancer Imaging Archive (TCIA) has provided the imaging research community with a stable and reliable resource for sharing de-identified clinical radiology (DICOM), and more recently digital pathology images of a variety of cancers. A growing number of collections in TCIA contain clinical metadata, annotations, and third-party analysis results. -
      +

      Recently NCI has launched the Cancer Research Data Commons (CRDC), an enterprise of cloud-based data repositories and resources dedicated to key information modalities in cancer research (including genomics, proteomics, and imaging) to provide the research community with a virtual and expandable infrastructure to enable @@ -45,7 +45,7 @@

      Time: TBD

      results), allowing image browsing and connectivity to Cloud Resources for image computation, data analysis, and archival of the results. Direct connectivity of IDC data to robust Google analytics and ML tools is an important feature of this platform. -
      +

      This tutorial aims to familiarize attendees with TCIA, IDC, their similarities and differences in features and capabilities, including search, browsing, downloading (through TCIA), viewing and cohort collection (through IDC), and cloud computation through the NCI Cloud Resources. All levels are welcome. From 10dd4cae4aa1d04d575eca6dec74fe65c64c6a93 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 12 May 2021 18:16:12 -0400 Subject: [PATCH 37/50] add pointer to previous edition --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index dd3167c23..c3d8dd59d 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,9 @@

      Organizers

+ + MICCAI 2020 tutorial page +