Skip to content

Commit

Permalink
remove intermediate and advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Jun 11, 2024
1 parent a497077 commit c64f525
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions docs/src/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,6 @@ const beginner = [
}
];
const intermediate = [
{
href: "intermediate/ClosureImaging.md",
caption: "Imaging a Black Hole using Closures",
desc: "Learn how to image M87* using only closure quantities."
},
{
href: "intermediate/StokesIImaging.md",
caption: "Stokes I Simultaneous Image and Instrument Modeling",
desc: "Learn how to image complex visibilities using Comrade"
},
{
href: "intermediate/PolarizedImaging",
caption: "Full Stokes Imaging and Calibration using the RIME formalism",
desc: "Learn how to do solve the RIME with Comrade"
}
];
const advanced = [
{
href: "advanced/HybridImaging.md",
caption: "Simultaneous modeling with residual imaging for M87*",
desc: "Learn how to using a hybrid model decomposition of a black hole for improved inference"
}
];
</script>
Expand Down

0 comments on commit c64f525

Please sign in to comment.