Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • phd-project-wasmer/presentations/2025-02-03-talk-daemon
1 result
Show changes
Commits on Source (3)
......@@ -22,7 +22,7 @@
- [[#event-info][Event info]]
- [[#workflow][Workflow]]
- [[#slides-templates][Slides templates]]
- [[#checklists-07][Checklists]]
- [[#checklists-25][Checklists]]
- [[#slides][Slides]]
- [[#outline][Outline]]
- [[#journal][Journal]]
......@@ -146,15 +146,17 @@ Using the FZJ LaTeX slides template bemaertheme-juelich.
- https://gitlab.jsc.fz-juelich.de/kabadshow1/beamertheme-juelich
- https://gitlab.jsc.fz-juelich.de/kabadshow1/beamerpostertheme-juelich
* Checklists [0/7]
* Checklists [2/5]
:PROPERTIES:
:CUSTOM_ID: h-2E64B36D-89F7-489B-BBFA-37AE2EC0B74E
:END:
- [ ] Section Frontmatter
- [ ] titlepage
- [ ] slides repo
- [ ] outline
- [ ] Section Introduction
- [X] Section Frontmatter
- [X] titlepage
- [X] slides repo
- [X] outline
- [X] Section Introduction
- [X] My STSM
- [ ] All-electron DFT
- [ ] Section Machine learning all-electron potential
- [ ] JLCDM
- [ ] KKR-JLCDM
......
......@@ -355,6 +355,9 @@ aspectratio=169,% common values: 169, 1610, 43
% \addbibresource{../bibliography/bibliography.bib}
\addbibresource{../resources/bib/bibliography.bib}
% turn off '(visited on ...)' string in cited references (biblatex command)
\DeclareFieldFormat{urldate}{}
% reduce footcite size.
% (note: this reduces all footnote sizes. but in beamer, this is okay. web says
% that alternative (ifffootnote) is discouraged, leads to redefinition conflicts.
......
......@@ -12,7 +12,18 @@
% \textbf{\color{fzjblue}{Research group}}
\begin{center}
\includegraphics[width=1.0\textwidth]{../resources-local/map-europe-stsm/map-cropped-1.png}\vspace{0.5em}
% wrap graphic in minipage to make footcite appear directly underneath
% otherwise footcite may mess up column / center env formatting
\begin{minipage}{\linewidth}
\begin{center}
{\renewcommand{\footnotesize}{\tiny}%
\includegraphics[width=0.8\textwidth]{../resources-local/map-europe-stsm/map-cropped-1.png}\footcite{kolja21FileEuropeanUnion2020}
}
\end{center}
\end{minipage}
\vspace{0.5em}
\begin{columns}[c]
\begin{column}{0.25\linewidth}
......@@ -69,6 +80,147 @@
\end{frame}
% Slide functional materials, 1 of 2, no emphasis
\begin{frame}{Materials Classification}
\centering
\vspace*{0em}
\resizebox{0.95\textwidth}{!}{
\begin{tikzpicture}[
bubble/.style={
draw,
ellipse,
minimum width=6.5cm,
minimum height=4cm,
align=center,
text width=6cm,
opacity=0.85
},
emphasis/.style={
bubble,
line width=2.5pt,
draw=fzjgreen!50
}
]
% Drawn first: Structural Materials (bottom layer)
\node[bubble, fill=fzjblue!15] (struct) at (0,-1.5) {
\begin{tabular}{c}
\textcolor{fzjblue!80!black}{\small construction}\\
\textcolor{fzjblue!80!black}{\small aerospace}\\
\textcolor{fzjblue!80!black}{\small mechanical}\\
\textcolor{fzjblue!80!black}{\small composites}
\end{tabular}
\vspace{0.2cm}
\textcolor{fzjblue}{\Large\textbf{Structural Materials}}
};
% Drawn second: Functional Materials (middle layer)
\node[bubble, fill=fzjred!15] (func) at (-3.5,1.5) {
\textcolor{fzjred}{\Large\textbf{Functional Materials}}
\vspace{0.2cm}
\begin{tabular}{c}
\textcolor{fzjred!80!black}{\small semiconductors}\\
\textcolor{fzjred!80!black}{\small piezoelectrics}\\
\textcolor{fzjred!80!black}{\small classical magnetism}\\
\textcolor{fzjred!80!black}{\small catalysts}\\
\textcolor{fzjred!80!black}{\small battery materials}
\end{tabular}
};
% Drawn last: Quantum Materials (top layer)
\node[bubble, fill=fzjgreen!15] (quantum) at (3.5,1.5) {
\textcolor{fzjgreen}{\LARGE\textbf{Quantum Materials}}
\vspace{0.2cm}
\begin{tabular}{c}
\textcolor{fzjgreen!80!black}{\small topological insulators}\\
\textcolor{fzjgreen!80!black}{\small spin-orbit coupling}\\
\textcolor{fzjgreen!80!black}{\small quantum magnetism}\\
\textcolor{fzjgreen!80!black}{\small strong correlation}\\
\textcolor{fzjgreen!80!black}{\small superconductors}
\end{tabular}
};
% Add invisible text and arrow in first frame
\node[text opacity=0] at ($(struct)+(7,-0.5)$) {We focus on these};
\draw[-Stealth, line width=1.5pt, opacity=0] ($(struct)+(7,0)$) -- ($(quantum.south east)+(-0.5,-0.5)$);
\end{tikzpicture}
}
\vspace{0.5cm}
\end{frame}
% Slide functional materials, 2 of 2, emphasis on quantum materials
\begin{frame}{Materials Classification}
\centering
\vspace*{0em}
\resizebox{0.95\textwidth}{!}{
\begin{tikzpicture}[
bubble/.style={
draw,
ellipse,
minimum width=6.5cm,
minimum height=4cm,
align=center,
text width=6cm,
opacity=0.85
},
emphasis/.style={
bubble,
line width=5pt,
draw=fzjgreen!50
}
]
% Drawn first: Structural Materials (bottom layer)
\node[bubble, fill=fzjblue!15] (struct) at (0,-1.5) {
\begin{tabular}{c}
\textcolor{fzjblue!80!black}{\small construction}\\
\textcolor{fzjblue!80!black}{\small aerospace}\\
\textcolor{fzjblue!80!black}{\small mechanical}\\
\textcolor{fzjblue!80!black}{\small composites}
\end{tabular}
\vspace{0.2cm}
\textcolor{fzjblue}{\Large\textbf{Structural Materials}}
};
% Drawn second: Functional Materials (middle layer)
\node[bubble, fill=fzjred!15] (func) at (-3.5,1.5) {
\textcolor{fzjred}{\Large\textbf{Functional Materials}}
\vspace{0.2cm}
\begin{tabular}{c}
\textcolor{fzjred!80!black}{\small semiconductors}\\
\textcolor{fzjred!80!black}{\small piezoelectrics}\\
\textcolor{fzjred!80!black}{\small classical magnetism}\\
\textcolor{fzjred!80!black}{\small catalysts}\\
\textcolor{fzjred!80!black}{\small battery materials}
\end{tabular}
};
% Drawn last: Quantum Materials (top layer)
\node[emphasis, fill=fzjgreen!15] (quantum) at (3.5,1.5) {
\textcolor{fzjgreen}{\LARGE\textbf{\underline{Quantum Materials}}}
\vspace{0.2cm}
\begin{tabular}{c}
\textcolor{fzjgreen!80!black}{\small topological insulators}\\
\textcolor{fzjgreen!80!black}{\small spin-orbit coupling}\\
\textcolor{fzjgreen!80!black}{\small quantum magnetism}\\
\textcolor{fzjgreen!80!black}{\small strong correlation}\\
\textcolor{fzjgreen!80!black}{\small superconductors}
\end{tabular}
};
% Add visible text and arrow in second frame
\node[text=fzjgreen] at ($(struct)+(7,-0.5)$) {We focus on these};
\draw[-Stealth, line width=1.5pt, draw=fzjgreen] ($(struct)+(7,0)$) -- ($(quantum.south east)+(-0.5,-0.5)$);
\end{tikzpicture}
}
\vspace{0.5cm}
\end{frame}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../presentation"
......
Subproject commit 838d1809e1a993c8517f980252bab731f7c6d477
Subproject commit 480bddecda6f0c754c7d91ef7e00e95642e24af5