Mercurial > hg > Papers > 2022 > maeshiro-thesis
comparison slide/slide.html @ 3:36ed3147a227
slide
author | KaitoMaeshiro <aosskaito@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 02 Feb 2022 21:20:41 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:6f286360a4be | 3:36ed3147a227 |
---|---|
1 | |
2 | |
3 | |
4 | |
5 | |
6 <!DOCTYPE html> | |
7 <html> | |
8 <head> | |
9 <meta http-equiv="content-type" content="text/html;charset=utf-8"> | |
10 <title>GearsOSにおけるinodeを用いたFileSystemの設計</title> | |
11 | |
12 <meta name="generator" content="Slide Show (S9) v4.1.0 on Ruby 3.0.3 (2021-11-24) [arm64-darwin21]"> | |
13 <meta name="author" content="又吉 雄斗" > | |
14 | |
15 <!-- style sheet links --> | |
16 <link rel="stylesheet" href="s6/themes/projection.css" media="screen,projection"> | |
17 <link rel="stylesheet" href="s6/themes/screen.css" media="screen"> | |
18 <link rel="stylesheet" href="s6/themes/print.css" media="print"> | |
19 <link rel="stylesheet" href="s6/themes/blank.css" media="screen,projection"> | |
20 | |
21 <!-- JS --> | |
22 <script src="s6/js/jquery-1.11.3.min.js"></script> | |
23 <script src="s6/js/jquery.slideshow.js"></script> | |
24 <script src="s6/js/jquery.slideshow.counter.js"></script> | |
25 <script src="s6/js/jquery.slideshow.controls.js"></script> | |
26 <script src="s6/js/jquery.slideshow.footer.js"></script> | |
27 <script src="s6/js/jquery.slideshow.autoplay.js"></script> | |
28 | |
29 <!-- prettify --> | |
30 <link rel="stylesheet" href="scripts/prettify.css"> | |
31 <script src="scripts/prettify.js"></script> | |
32 | |
33 <script> | |
34 $(document).ready( function() { | |
35 Slideshow.init(); | |
36 | |
37 $('code').each(function(_, el) { | |
38 if (!el.classList.contains('noprettyprint')) { | |
39 el.classList.add('prettyprint'); | |
40 } | |
41 }); | |
42 prettyPrint(); | |
43 } ); | |
44 | |
45 </script> | |
46 | |
47 <!-- Better Browser Banner for Microsoft Internet Explorer (IE) --> | |
48 <!--[if IE]> | |
49 <script src="s6/js/jquery.microsoft.js"></script> | |
50 <![endif]--> | |
51 | |
52 | |
53 | |
54 </head> | |
55 <body> | |
56 | |
57 <div class="layout"> | |
58 <div id="header"></div> | |
59 <div id="footer"> | |
60 <div align="right"> | |
61 <img src="s6/images/logo.svg" width="200px"> | |
62 </div> | |
63 </div> | |
64 </div> | |
65 | |
66 <div class="presentation"> | |
67 | |
68 <div class='slide cover'> | |
69 <table width="90%" height="90%" border="0" align="center"> | |
70 <tr> | |
71 <td> | |
72 <div align="center"> | |
73 <h1><font color="#808db5">GearsOSにおけるinodeを用いたFileSystemの設計</font></h1> | |
74 </div> | |
75 </td> | |
76 </tr> | |
77 <tr> | |
78 <td> | |
79 <div align="left"> | |
80 又吉 雄斗 | |
81 並列信頼研 | |
82 <hr style="color:#ffcc00;background-color:#ffcc00;text-align:left;border:none;width:100%;height:0.2em;"> | |
83 </div> | |
84 </td> | |
85 </tr> | |
86 </table> | |
87 </div> | |
88 | |
89 | |
90 | |
91 <div class='slide'> | |
92 | |
93 <!-- _S9SLIDE_ --> | |
94 <h1 id="テスト">テスト</h1> | |
95 | |
96 <ul> | |
97 <li>hoge</li> | |
98 <li>huga</li> | |
99 </ul> | |
100 | |
101 | |
102 | |
103 </div> | |
104 | |
105 <div class='slide'> | |
106 <!-- _S9SLIDE_ --> | |
107 <h1 id="gears">Gears</h1> | |
108 | |
109 <ol> | |
110 <li>Context</li> | |
111 <li>stub</li> | |
112 </ol> | |
113 | |
114 | |
115 | |
116 </div> | |
117 | |
118 <div class='slide'> | |
119 <!-- _S9SLIDE_ --> | |
120 <h1 id="コードブロック">コードブロック</h1> | |
121 | |
122 <pre><code>goto get(data); | |
123 </code></pre> | |
124 | |
125 </div> | |
126 | |
127 | |
128 </div><!-- presentation --> | |
129 </body> | |
130 </html> |