-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlink.html
77 lines (70 loc) · 3.52 KB
/
link.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="ja">
<head>
<link rel="icon" href="/images/fav.ico">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>阿部・ティブシ研究室 | 京都大学 大学院情報学研究科 社会情報学コース 情報セキュリティ分野</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="阿部・ティブシ研究室のページ">
<meta name="keywords" content="京都大学,Kyoto University,情報学研究科,社会情報学コース,阿部正幸,ティブシメディ,岡本龍明,真鍋義文,情報セキュリティ,security,暗号,cryptography">
<link rel="stylesheet" href="css/slide.css">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="js/openclose.js"></script>
<script type="text/javascript" src="js/ddmenu_min.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</script>
</head>
<body>
<div id="container">
<header id="header"></header>
<div id="contents">
<div id="main">
<section>
<strong class="color1">■教育機関など</strong><br />
 <a href="http://www.kyoto-u.ac.jp/ja">京都大学<br></a>
 <a href="https://www.i.kyoto-u.ac.jp">情報学研究科<br></a>
 <a href="http://www.soc.i.kyoto-u.ac.jp">社会情報学コース<br></a>
 <a href="https://www.robot.soc.i.kyoto-u.ac.jp/">神田研究室<br></a>
 <a href="http://lib.i.kyoto-u.ac.jp">情報学研究科図書館<br></a>
 <a href="http://www.media.kyoto-u.ac.jp/ja">学術情報メディアセンター<br></a>
<br><strong class="color1">■学会など</strong><br />
 <a href="http://www.ieice.org/jpn/">電子情報通信学会<br></a>
 <a href="http://www.ieice.org/~isec/">電子情報通信学会 ISEC研究会<br></a>
 <a href="https://www.ipsj.or.jp">情報処理学会<br></a>
 <a href="https://www.iacr.org">IACR<br></a>
 <a href="https://eprint.iacr.org">ePrint Archive<br></a>
<br><strong class="color1">■NTT研究所</strong><br />
 <a href="https://www.rd.ntt/sil/">NTT 社会情報研究所<br></a>
 <a href="https://www.rd.ntt/cs/">NTT コミュニケーション科学基礎研究所<br></a>
<br><strong class="color1">■各種サービス</strong><br />
 <a href="http://yougo.ascii.jp/caltar/メインページ">アスキーデジタル用語辞典<br></a>
 <a href="https://eow.alc.co.jp/">英辞郎 on the Web<br></a>
 <a href="http://e-words.jp">情報通信辞典e-Words<br></a>
</section>
</div>
<!--/main-->
<!-- 左メニュー -->
<div id="sub"></div>
<!-- 戻るボタン -->
<p id="pagetop"><a href="#">↑</a></p>
</div>
<!--/contents-->
</div>
<!--/container-->
<footer id="footer"></footer>
<!-- load template -->
<script src="https://code.jquery.com/jquery-3.7.0.min.js"
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
<script>
$(() => {
$("#sub").load("template/sub.html");
$("#footer").load("template/footer.html");
$("#header").load("template/header.html");
});
</script>
</body>
</html>