-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
224 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
\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{institution}{RGB}{44, 62, 80} | ||
\definecolor{mark}{RGB}{0, 159, 227} | ||
\definecolor{symbol}{RGB}{26, 188, 156} | ||
%============================= | ||
|
@@ -49,11 +49,11 @@ | |
\begin{minipage}[c]{6.5in} | ||
{\centering | ||
{\onehalfspacing | ||
{\LARGE\bfseries {\color{header}{{Instituto Superior T\'{e}cnico}}}}\\%\initfamily | ||
{\calligra Doctoral Program} | ||
{\LARGE\bfseries {\color{header}{{MIMBCD-UI}}}}\\%\initfamily | ||
{\calligra Certificate of Participation} | ||
\vskip0.4em | ||
{Department of Computer Science and Engineering\\} | ||
{\Large\bfseries\color{project}{MIMBCD-UI}}}\\ | ||
{\Large\bfseries\color{institution}{Instituto Superior T\'{e}cnico}}}\\ | ||
\par} | ||
\end{minipage} | ||
\hfill | ||
|
@@ -69,7 +69,7 @@ | |
\begin{minipage}[c]{6.5in} | ||
{\centering | ||
{\onehalfspacing | ||
{\Large\bfseries \color{title}{Certificate of Participation}}\par | ||
{\Large\bfseries \color{title}{University of Lisbon}}\par | ||
\vskip0.5em | ||
{\color{symbol}\Large\decofourleft\quad{\color{mark}\decoone}\quad\decofourright} | ||
\par}} | ||
|
@@ -80,7 +80,7 @@ | |
\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 (March to May 2022) of the User Test and Analysis (UTA11) phase 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.} | ||
This is to certify that {\sffamily\bfseries\color{name}{\dg.~\name}}, {\dgn} at {\sub}, {\inst}, {\place}, has participated in the User Testing and Analysis (UTA) phases, referenced as UTA11 (March 2022 to May 2022) and UTA13 (September 2023 to August 2024) sessions under the ``MIMBCD-UI'' initiative organized by Department of Computer Science and Engineering, Instituto Superior T\'{e}cnico, Universidade de Lisboa, Portugal.} | ||
|
||
\noindent | ||
%\beginskip | ||
|
@@ -92,7 +92,7 @@ | |
\signature{ | ||
\includegraphics[width=3.00\linewidth]{signatures/signature.png} | ||
} | ||
{Francisco Maria Calisto\\Researcher\\[email protected]} | ||
{Francisco Maria Calisto\\[email protected]} | ||
\end{minipage} | ||
\hfill | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed
BIN
+838 KB
samples/clinician_191/clinician_178.pdf → samples/clinician_192/clinician_192.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
degree,Name,Dgn,subject,inst,place | ||
Dr,Ana Miguel Gomes Sim\~{o}es, Medical Imaging,Imaging Department,Unidade Local de Sa\'{u}de de Tr\'{a}s-os-Montes e Alto Douro, Portugal |
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.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
\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 {\sffamily\bfseries\color{name}{\dg.~\name}}, {\sub} at {\inst}, {\place}, has participated in the 11th session (September 2023 to August 2024) 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.} | ||
% {\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 September 2023 and August 2024) 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} |
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
degree,Name,Dgn,subject,inst,place | ||
Dr,Beatriz Rebelo, Medical Imaging,Radiology Department,Instituto Portugu\^{e}s de Oncologia de Lisboa Francisco Gentil (IPO), Portugal |
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.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
\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 {\sffamily\bfseries\color{name}{\dg.~\name}}, {\sub} at {\inst}, {\place}, has participated in the 12th session (September 2023 to September 2024) of the User Test and Analysis phases for the ``\emph{\color{project}{MIMBCD-UI}}'' initiative organized by Department of Computer Science and Engineering, Instituto Superior T\'{e}cnico, Universidade de Lisboa, Portugal.} | ||
% {\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 September 2023 and August 2024) 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} |
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.