Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.15 KB

config.md

File metadata and controls

32 lines (27 loc) · 1.15 KB

@def website_title = "Introduction to Gridap: Simulating PDEs using finite elements in Julia" @def website_descr = "Website for the Gridap Workshop at NCI, Nov, 2023" @def website_url = "https://gridap.github.io/GridapWorkshopNCI2023/"

@def author = "ANU - Alberto F. Martin"

@def mintoclevel = 1 @def maxtoclevel = 2

@def prepath = "GridapWorkshopNCI2023"

@def ignore = ["node_modules/", "franklin", "franklin.pub"]

\newcommand{\R}{\mathbb R} \newcommand{\scal}[1]{\langle #1 \rangle}

\newcommand{\note}[1]{@@note @@title 💡 Note@@ @@messg #1 @@ @@} \newcommand{\warn}[1]{@@warning @@title ⚠️ Warning!@@ @@messg #1 @@ @@}