-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmlode2012.html
161 lines (145 loc) · 6.8 KB
/
mlode2012.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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<html>
<head>
<title>Involved People MLODE</title>
<link href="people.json" type="application/json" rel="exhibit/data" />
<script src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js" type="text/javascript"></script>
<style>
body {
font-family: Tahoma, Arial, sans serif;
font-size: 8pt;
margin: 0;
padding: 0;
}
table { font-size: 100%; }
tr { vertical-align: top; }
#title-area {
padding: 0.09em 2em;
background: #BCB79E;
}
#content-area {
padding: 2em;
}
span.exhibit-collectionView-group-count {
color: #ccc;
font-weight: normal;
}
div.exhibit-facet-value-selected {
background: none;
font-weight: bold;
}
div.person-thumbnail {
float: left;
width: 150px;
height: 220px;
border: 1px solid #BCB79E;
background: #F0FFF0;
padding: 1em;
margin: 0.5em;
text-align: center;
}
img.picture {
max-width:150px;
max-height:150px;
}
div.pictureContainer{
width:150px;
height:150px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.name {
font-weight: normal;
font-variant: small-caps;
Font-size: medium;
}
.role {
font-style:italic;
}
.statement {
font-family: 'italic Times', serif;
}
</style>
</head>
<body>
<div id="title-area">
<h1>Involved People at <a href="http://sabre2012.infai.org/mlode" target="_blank">MLODE 2012</a> -
<small> Can't find yourself? Do you belong to one of the MLODE communities?
You can add yourself <a href="https://docs.google.com/spreadsheet/ccc?key=0Akvj-QyYXjmcdDVmNE9GZkpkZGVHMkZ3bmsyUTBGdnc" target="_blank">here</a>.</br>
Source Code for this app <a href="https://github.com/AKSW/peopleviewer">here</a>
</small>
</h1>
</div>
<div id="content-area">
<table width="100%">
<tr>
<td id="left-column" width="15%">
<div ex:role="facet" ex:facetLabel="Search" ex:facetClass="TextSearch"></div>
<div ex:role="facet" ex:expression=".workshop_role_description" ex:facetLabel="Workshop Role" id="group-facet" ex:height="100em"></div>
</td>
<td id="middle-column">
<div ex:role="viewPanel" style="padding: 1em 0.5in;">
<div ex:role="lens" ex:onshow="prepareLens(this);" ex:formats="date { mode: medium; show: date }">
<div class="exhibit-lens-title"><span ex:content=".label"></span> (<span ex:control="item-link"></span>)</div>
<div class="exhibit-lens-body">
<table class="exhibit-lens-properties">
<tbody>
<tr class="exhibit-lens-property" ex:if-exists=".label">
<td class="exhibit-lens-property-name">Name: </td>
<td class="exhibit-lens-property-values"><span class="exhibit-value" ex:content=".label"></span></td>
</tr>
<tr class="exhibit-lens-property" ex:if-exists=".workshop_role_description">
<td class="exhibit-lens-property-name">Workshop Role: </td>
<td class="exhibit-lens-property-values"><span class="exhibit-value" ex:content=".workshop_role_description"></span></td>
</tr>
<tr class="exhibit-lens-property" ex:if-exists=".Community">
<td class="exhibit-lens-property-name">Community: </td>
<td class="exhibit-lens-property-values"><span class="exhibit-value" ex:content=".Community"></span></td>
</tr>
<tr class="exhibit-lens-property" ex:if-exists=".homepage">
<td class="exhibit-lens-property-name">Homepage: </td>
<td class="exhibit-lens-property-values"><a class="exhibit-value" ex:href-content=".homepage" target="_blank">go to Homepage</a></td>
</tr>
<tr class="exhibit-lens-property" ex:if-exists=".Affiliation_or_Company">
<td class="exhibit-lens-property-name">Affiliation or Company: </td>
<td class="exhibit-lens-property-values"><span class="exhibit-value" ex:content=".Affiliation_or_Company"></span></td>
</tr>
<tr class="exhibit-lens-property" ex:if-exists=".position_statement">
<td class="exhibit-lens-property-name">Position Statement: </td>
<td class="exhibit-lens-property-values"><span class="exhibit-value" ex:content=".position_statement"></span></td>
</tr>
<tr class="exhibit-lens-property" ex:if-exists=".attending_dates_gen">
<td class="exhibit-lens-property-name">Attending Conference on: </td>
<td class="exhibit-lens-property-values"><span class="exhibit-value" ex:content=".attending_dates_gen"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<div ex:role="view"
ex:viewClass="Thumbnail"
ex:showAll="true"
ex:orders=".label"
ex:possibleOrders=".label, workshop_role_description, .Community, .Affiliation_or_Company">
<div ex:role="lens" class="person-thumbnail" ex:onshow="prepareLens(this); style="display: none;">
<div class="pictureContainer"><img class="picture" ex:if-exists=".picture_link" ex:src-content=".picture_link"/></div>
<div class="name"><span ex:content="value"></span></div>
<div class="role"><span ex:content=".workshop_role_description"></span></div>
<div class="statement" ex:if-exists=".position_statement">«<span ex:if-exists=".position_statement" ex:content=".position_statement" ex:formats="text { max-length: 100 }"></span>»</div>
<!--<div class="statement" ex:if-exists=".position_statement"><a></a></div>-->
<!--<div class="email"><a ex:href-subcontent="mailto:{{.email}}" ex:content=".email"></a></div>-->
</div>
</div>
</div>
</td>
<td id="right-column" width="15%">
<div ex:role="facet" ex:expression=".Community" ex:facetLabel="Community" ex:height="20em"></div>
<div ex:role="facet" ex:expression=".attending_gen" ex:facetLabel="Attending Conference" ex:height="6em"></div>
<div ex:role="facet" ex:expression=".attending_dates_gen" ex:facetLabel="Attending Conference on" ex:height="8em"></div>
<div ex:role="facet" ex:expression=".registered" ex:facetLabel="Registered for Conference" ex:height="6em"></div>
</td>
</tr>
</table>
</div>
</form>
</body>