-
Notifications
You must be signed in to change notification settings - Fork 5
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
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -172,7 +172,7 @@ | |
|
||
\pgfkeys{% | ||
/my poster/.cd, | ||
institute={$^\star$Department of Information Technology, Uppsala University $^\ddagger$Division of Statistics and Machine Learning, Linköping University}, | ||
institute={$^\star$Department of Information Technology, Uppsala University, Sweden $^\ddagger$Division of Statistics and Machine Learning, Linköping University, Sweden}, | ||
contact={[email protected] [email protected] [email protected]}, | ||
} | ||
|
||
|
@@ -182,10 +182,11 @@ | |
\begin{tcbposter} | ||
|
||
% title | ||
\posterbox[blankest,interior engine=path,halign=left,valign=center,right=4cm, | ||
\posterbox[blankest,interior engine=path,halign=left,valign=top, | ||
underlay = | ||
{% | ||
\node[left,inner sep=0pt,outer sep=0pt,align=center] at (frame.east) {\includegraphics[width=2cm]{figures/logos/UU.pdf}\\[1ex]\includegraphics[width=3cm]{figures/logos/LiU.pdf}};% | ||
\node[below left,inner sep=0pt,outer sep=0pt] (LiU) at (frame.north east) {\includegraphics[width=3.5cm]{figures/logos/LiU.pdf}};% | ||
\node[inner sep=0pt,outer sep=0pt,below left=0mm and 5mm of LiU.north west] (UU) {\includegraphics[width=2.5cm]{figures/logos/UU.pdf}};% | ||
}]{name=title,column=1,span=6,below=top}{% | ||
\Huge\textbf{\pgfkeysvalueof{/my poster/title}}\\[1ex] | ||
\large\pgfkeysvalueof{/my poster/author}\\[1ex] | ||
|
@@ -356,7 +357,6 @@ | |
\begin{tcolorbox}[colback=blondstark] | ||
If $\Expect[\|k(g(X),g(X))\|] < \infty$, then \hl{consistent estimators} | ||
of the $\squaredkernelmeasure$ are: | ||
are: | ||
\begin{center} | ||
\begin{tabular}{llll} \toprule | ||
Notation & Definition & Properties & Complexity\\ \midrule | ||
|