Skip to content

Commit

Permalink
[CREATE] Certificate: Clinician 127
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCalisto committed Dec 13, 2023
1 parent 1a1c39c commit b764ac5
Show file tree
Hide file tree
Showing 13 changed files with 105 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified samples/.DS_Store
Binary file not shown.
Empty file.
Binary file added samples/clinician_127/borders/border.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/clinician_127/clinician_127.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions samples/clinician_127/data/singlename.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
degree,Name,Dgn,subject,inst,place
Dr, Joana Granadas, Medical Imaging, Department of Radiology, Hospital Prof. Dr. Fernando Fonseca, Portugal
Binary file added samples/clinician_127/logos/logo-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/clinician_127/logos/logo-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/clinician_127/main.pdf
Binary file not shown.
103 changes: 103 additions & 0 deletions samples/clinician_127/main.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
\documentclass[16pt]{scrartcl}
\usepackage[a4paper,left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{pdflscape,setspace,amsmath,amssymb}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{calligra}
\usepackage{tgschola}
\usepackage{fourier-orns}
\usepackage{graphicx}
\usepackage{wallpaper}
\usepackage[normalem]{ulem}
\usepackage{charter}
\usepackage{microtype}
\hyphenpenalty 100000
%=============================
\input Zallman.fd
\newcommand*\initfamily{\usefont{U}{Zallman}{xl}{n}}
%=============================
\usepackage{datatool}
\DTLloaddb{names}{data/singlename.csv}
%=============================
\def\signature#1#2{\parbox[b]{1in}{\smash{#1}\vskip12pt}
\hfill \parbox[t]{2.8in}{\shortstack{\vrule width 2.8in height 0.4pt\\\small#2}}}
\def\sigskip{\vskip0.4in plus 0.1in}
\def\beginskip{\vskip0.5875in plus 0.1in}
%=============================
\definecolor{title}{RGB}{44, 62, 80}
\definecolor{header}{RGB}{44, 62, 80}
\definecolor{name}{RGB}{44, 62, 80}
\definecolor{project}{RGB}{44, 62, 80}
\definecolor{mark}{RGB}{0, 159, 227}
\definecolor{symbol}{RGB}{26, 188, 156}
%=============================
\begin{document}
\begin{landscape}
\linespread{2}\selectfont
\pagestyle{empty}
\TileWallPaper{1\paperwidth}{1\paperheight}{borders/border.png}
%=============================
\DTLforeach{names}{
\dg=degree, \name=Name, \dgn=Dgn, \sub=subject, \inst=inst, \place=place}{
%=============================
\noindent
\begin{minipage}[l]{1.5in}
\includegraphics[width=1.50\linewidth]{logos/logo-2.png}
\end{minipage}
\hfill
%=============================
\begin{minipage}[c]{6.5in}
{\centering
{\onehalfspacing
{\LARGE\bfseries {\color{header}{{Instituto Superior T\'{e}cnico}}}}\\%\initfamily
{\calligra Doctoral Program}
\vskip0.4em
{Department of Computer Science and Engineering\\}
{\Large\bfseries\color{project}{MIMBCD-UI}}}\\
\par}
\end{minipage}
\hfill
%=============================
\begin{minipage}[r]{1.5in}
\includegraphics[width=1.00\linewidth]{logos/logo-1.png}
\end{minipage}
\vskip1em
%=============================
\begin{minipage}[l]{1.5in}
\end{minipage}
\hfill
\begin{minipage}[c]{6.5in}
{\centering
{\onehalfspacing
{\Large\bfseries \color{title}{Certificate of Participation}}\par
\vskip0.5em
{\color{symbol}\Large\decofourleft\quad{\color{mark}\decoone}\quad\decofourright}
\par}}
\end{minipage}
\hfill
\begin{minipage}[r]{1.5in}
\end{minipage}
\vskip1.8em

{\doublespacing
This is to certify that {\large\sffamily\bfseries\color{name}{\dg.~\name}}, {\dgn} at {\sub}, {\inst}, {\place}, has participated in the 11th session (between March 2022 and May 2022) of the User Test and Analysis phases for the ``\emph{\color{project}{MIMBCD-UI}}'' project organized by Department of Computer Science and Engineering, Instituto Superior T\'{e}cnico, Universidade de Lisboa, Portugal.}

\noindent
%\beginskip
{
\singlespacing
\hfill
\begin{minipage}[c]{2.8in}
\sigskip
\signature{
\includegraphics[width=3.00\linewidth]{signatures/signature.png}
}
{Francisco Maria Calisto\\Researcher\\[email protected]}
\end{minipage}
\hfill
}
%=============================
\pagebreak
}
\end{landscape}
\end{document}
Binary file added samples/clinician_127/prints/print.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/clinician_127/signatures/signature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b764ac5

Please sign in to comment.