
IRIS Application (KIT - Physics Department)
作者:
Marcus Lai
最近上传:
9 个月前
许可:
Creative Commons CC BY 4.0
摘要:
IRIS Application form, simple format

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass[10pt]{article}
\usepackage[paper=a4paper,top=1in, bottom=1in, right=1in, left=.7in]{geometry}
\usepackage{amsthm, amssymb, amsfonts, amsmath}
\usepackage{graphicx}
\usepackage{tikz}
\usetikzlibrary{calc,shapes}
\usepackage{enumitem}
\usepackage{mathtools}
\usepackage{mathrsfs}
\usepackage{tikz-cd}
\usepackage{hyperref, mathabx}
\pagestyle{empty}
\newcommand{\boxitem}[2]{\vspace{.55cm}
\item[#1]
\leavevmode
\strut
\vadjust{%%
\noindent
\raisebox{\dimexpr\dp\strutbox+\ht\strutbox+1ex}[0pt][0pt]{\tikzmark{bl}}}%%
#2
\leavevmode
\vadjust{%
\noindent
\hspace*{\dimexpr\textwidth+1ex}\tikzmark{br}}%%
\tikz[overlay,remember picture]{\draw[black]
(bl) rectangle
(br);}}
\newcommand{\tikzmark}[1]{\tikz[overlay,remember picture] \node (#1) {};}
\newcommand{\C}{\mathbb{C}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\p}{\mathbb{P}}
\newcommand{\E}{\mathbb{E}}
\newtheorem*{lemma}{Lemma}
\newtheorem{llemma}{Lemma}
\newtheorem*{theorem}{Theorem}
\newtheorem*{prop}{Proposition}
\begin{document}
\centerline{\scshape{\LARGE Independent Research \& Innovation for Students}}
\vspace{3pt}
\centerline{\scshape{\large IRIS (Summer 2024)}}
\begin{enumerate}[listparindent=1.5em,parsep = 0pt]
\boxitem{1.}{ \underline{\small Name(s) \& Email(s)}
\vspace{20pt} %Fill this field
}
\boxitem{2.}{ \underline{\small Tentative Project Title}
\vspace{50pt} %Fill this field
}
\boxitem{3.}{ \underline{\small Elaboration and scope of Project}
\vspace{250pt} %Fill this field
}
\boxitem{4.}{ \underline{\small Resources (Labs), Goods \& Services Required}
\vspace{110pt} %Fill this field
}
\end{enumerate}
\end{document}