Skip to content
Snippets Groups Projects
Commit efb088ae authored by Johannes Wasmer's avatar Johannes Wasmer
Browse files

slide Materials Classification finished

parent 8dba4f3e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -80,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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment