|
5 | 5 | %----------------------------------------------------------------------------------------
|
6 | 6 |
|
7 | 7 | \title[第20讲]{第二十讲 :分布式系统} % The short title appears at the bottom of every slide, the full title is only on the title page
|
8 |
| -\subtitle{第3节:分布式I/O} |
| 8 | +\subtitle{第4节:LegoOS} |
9 | 9 | \author{向勇、陈渝、李国良} % Your name
|
10 | 10 | \institute[清华大学] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
|
11 | 11 | {
|
|
19 | 19 |
|
20 | 20 | \begin{frame}
|
21 | 21 | \titlepage % Print the title page as the first slide
|
22 |
| -\end{frame} |
| 22 | +%\end{frame} |
23 | 23 |
|
24 | 24 | %----------------------------------------------
|
25 |
| -\begin{frame} |
26 |
| - \frametitle{提纲} % Table of contents slide, comment this block out to remove it |
27 |
| - \tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation |
| 25 | +% \begin{frame} |
| 26 | +% \frametitle{提纲} % Table of contents slide, comment this block out to remove it |
| 27 | +% \tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation |
28 | 28 |
|
29 | 29 | %% itemize
|
30 | 30 | Ref:
|
31 | 31 | \begin{itemize}
|
32 |
| - \item \href{https://www.usenix.org/system/files/osdi18-shan.pdf}{Paper: LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation} |
33 |
| - \item \href{https://www.usenix.org/sites/default/files/conference/protected-files/osdi18_slides_shan.pdf}{Slides: LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation} |
| 32 | + \item \href{https://www.usenix.org/system/files/osdi18-shan.pdf}{Paper: LegoOS} % : A Disseminated, Distributed OS for Hardware Resource Disaggregation |
| 33 | + \item \href{https://www.usenix.org/sites/default/files/conference/protected-files/osdi18_slides_shan.pdf}{Slides: LegoOS} % : A Disseminated, Distributed OS for Hardware Resource Disaggregation |
34 | 34 | \end{itemize}
|
35 | 35 |
|
36 | 36 | \end{frame}
|
37 | 37 | %----------------------------------------------
|
38 | 38 | %% PRESENTATION SLIDES
|
39 | 39 | %----------------------------------------------
|
40 |
| -\section{第3节:分布式I/O} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk |
| 40 | +\section{第4节:LegoOS} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk |
41 | 41 | %----------------------------------------------
|
42 |
| -\subsection{LegoOS} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks |
| 42 | +% \subsection{LegoOS} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks |
43 | 43 | %----------------------------------------------
|
44 | 44 | \begin{frame}[fragile]
|
45 | 45 | \frametitle{分布式I/O}
|
|
0 commit comments