/Two-Stage-Phase-II-RCT

Notes for Optimal Two-Stage Designs for Phase II Clinical Trials

Primary LanguageHTMLMIT LicenseMIT

Instruction on how to use markdown to generate slides

IMPORTANT: This repo has set up the github action to automatically generate the slides html file which is pushed to the master branch.

Write content in index.md

Use this notation to split slides:

--------------------

More than 4 - will be treated as a slide separator.

Convert markdown to slides html

Run the generate.sh under this directory

sh generate.sh

This generate.sh is only tested on macos.

If success, the presentation will be opened automatically in your browser.

View online

You can view the presentation online at Two-Stage-Phase-II-RCT

Format of Adding Images

<center><img src="../img/xxx.png" style="zoom:.4"></center>
or
![name](../img/xxx.png)

Reference

  1. nbformat doc

  2. Present your data science projects with Jupyter slides