-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvited_speakers.html
More file actions
107 lines (106 loc) · 4.03 KB
/
invited_speakers.html
File metadata and controls
107 lines (106 loc) · 4.03 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<title>IsCLL-15</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=10; IE=9; IE=8; IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<script src="http://cdn.jsdelivr.net/semantic-ui/1.11.6/semantic.min.js"></script>
<link rel="stylesheet" href="http://cdn.jsdelivr.net/semantic-ui/1.11.6/semantic.min.css" type="text/css">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
function gg1(){
$('#ggg1')
.modal("show");
};
function gg2(){
$('#ggg2')
.modal("show");
};
function gg3(){
$('#ggg3')
.modal("show");
};
</script>
</head>
<body>
<!--Remaining section-->
<div class="ui page grid">
<div class="row">
<img style="width:100%;height:100%;" src="http://i.imgur.com/PmWBMOC.png" >
</div>
<div class="three wide column" >
<div class="2 fluid ui buttons">
<a href="invited_speakers.html">
<div class="ui orange button">中 文</div>
</a>
<div class="or"></div>
<a href="en_invited_speakers.html">
<div class="ui inverted orange button">English</div>
</a>
</div>
<hr>
<div id="header"></div>
</div>
<div class="thirteen wide column" >
<div class="ui center aligned orange inverted segment">
<p style="font-size:15pt;">特邀講員</p>
</div>
<div class="ui massive list" style="color:black;">
<div class="item">
<a href="https://adele.princeton.edu/" class="ui small circular image" target="_blank">
<img src="http://i.imgur.com/eC0VTvD.jpg">
</a>
<div class="content">
<a class="header" href="https://adele.princeton.edu/" target="_blank">Adele Goldberg</a>
<div class="description">普林斯頓大學心理系教授</div>
<p>演講主題:<a href="HowFunctionsMatter.html">How functions matter: Got constructions?</a></p>
</div>
<div class="ui right floated buttons">
<a href="HowFunctionsMatter.html">
<button class="ui tiny blue basic button">演講摘要</button>
</a>
</div>
</div>
<div class="ui divider"></div>
<div class="item">
<a href="http://llt.cbs.polyu.edu.hk/" class="ui small circular image">
<img src="http://i.imgur.com/wIaGFFT.jpg">
</a>
<div class="content">
<a class="header" href="http://llt.cbs.polyu.edu.hk/" target="_blank">Chu-Ren Huang</a>
<div class="description">香港理工大學中文硏究與應用講座教授</div>
<p>演講主題:<a href="Crowdsourcing.html">Crowdsourcing, Word Segmentation, and Semantic Transparency: A new empirical approach to Chinese linguistics</a></p>
</div>
<div class="ui right floated buttons">
<a href="Crowdsourcing.html">
<button class="ui tiny blue basic button">演講摘要</button>
</a>
</div>
</div>
<div class="ui divider"></div>
<div class="item">
<a href="http://www.ntu.edu.sg/home/randylapolla/" class="ui small circular image">
<img src="http://i.imgur.com/b1qGoUk.jpg">
</a>
<div class="content">
<a class="header" href="http://www.ntu.edu.sg/home/randylapolla/" target="_blank">Randy LaPolla</a>
<div class="description">新加坡南洋理工大學<br>語言學與多語言研究系教授</div>
<p>演講主題:<a href="Communication-basedEmpirical.html">On the Utility of a Communication-based Empirical Approach in Linguistics</a></p>
</div>
<div class="ui right floated buttons">
<a href="Communication-basedEmpirical.html">
<button class="ui tiny blue basic button">演講摘要</button>
</a>
</div>
</div>
</div>
</div>
</div>
<!--Remaining section-->
<div id="footer"></div>