-
Notifications
You must be signed in to change notification settings - Fork 2
/
page_L6.html
520 lines (457 loc) · 20 KB
/
page_L6.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>台北數位藝術節拼凑真相碎片 促觀眾反思假訊息議題</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="css/page.css">
<link rel="icon" type="image/x-icon" href="resources/icon/svg/NS Logo_白_工作區域 1.svg">
<style>
.header {
position: relative;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
background-color: #f8f8ff;
width: 100%;
}
.line {
display: block;
border-top: 1px solid black;
width: 90%;
height: 1.51px;
margin-left: auto;
margin-right: auto;
}
.header_font {
display: inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
line-height: 53px;
color: black;
text-decoration: none;
letter-spacing: 0.06em;
text-align: center;
margin-top: 10px;
z-index: 1;
position: absolute;
}
.rectangle {
width: 180px;
height: 102px;
background-color: #937D54F2;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 2;
}
.footer {
position: relative;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
width: 100%;
height: 206px;
background-color: #937D54;
margin-bottom: 0px;
}
.footer_font {
display: inline-block;
font-family: Noto Serif SC;
font-size: 22px;
font-weight: 400;
line-height: 32px;
letter-spacing: 0.06em;
text-align: left;
white-space: pre-line;
margin-top: 41px;
z-index: 1;
position: absolute;
}
.link-container {
display: inline-block
}
.rectangle-hover {
position: relative;
color: black;
}
.rectangle-hover:hover {
color: white;
}
.rectangle-hover:hover::before {
content: '';
position: absolute;
text-align: center;
left: -35.5px;
top: -27px;
width: 180px;
height: 102px;
background-color: #937D54F2;
z-index: -1;
border-radius: 4px;
}
.mobileheader {
display: none;
}
.mobilefooter {
display: none;
}
@media(max-width:760px) {
.header {
display: none;
}
.mobileheader {
display: flex;
justify-content: center;
background-color: #f8f8ff;
}
.line {
display: none;
}
.container {
width: fit-content;
/* Set the width of the container */
margin: 0 auto;
/* Center the container horizontally */
display: flex;
justify-content: right;
height: fit-content;
top: 90px;
}
.mobileline {
position: relative;
display: block;
justify-content: center;
border-top: 1px solid black;
width: 90%;
height: 1.51px;
margin-left: auto;
margin-right: auto;
}
/* CSS for dropdown menu */
.dropdown-menu {
position: relative;
display: flex;
white-space: pre-line;
line-height: 10px;
height: fit-content;
margin-top: 20px;
border: none;
justify-content: flex-end;
margin-right: 10%;
background-color: #f8f8ff;
}
.dropdown-menu>a {
display: flex;
justify-content: right;
padding: 10px;
color: #333;
text-decoration: none;
}
.dropdown-menu ul {
position: absolute;
top: 100%;
left: 0;
display: none;
text-decoration: none;
background-color: #f8f8ff;
padding: 10px;
margin: 0;
list-style-type: none;
}
.dropdown-menu ul li {
margin-bottom: 5px;
text-decoration: none;
}
.dropdown-menu:hover ul {
display: block;
text-decoration: none;
color: #f8f8ff;
}
.mobilefont {
text-decoration: none;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
line-height: 53px;
letter-spacing: 0.06em;
text-align: center;
margin-top: 42px;
color: black;
}
.footer {
display: none;
}
.mobilefooter {
display: flex;
justify-content: center;
height: 206px;
background-color: #937D54;
margin-bottom: 0px;
}
.mobilefooterfont {
display: block;
font-family: Noto Serif SC;
font-size: 15px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.06em;
text-align: left;
white-space: pre-line;
margin-top: auto;
margin-bottom: auto;
margin-right: 0px;
position: relative;
color: white
}
}
</style>
</head>
<body>
<!--header_life-->
<div class="header">
<a href="index.html" style="color:#f8f8ff">
<img src="resources/icon/svg/NS Logo_白_工作區域 1.svg" style="margin-left:90px;
margin-top:0px;
width:275px;
height:170px;">
</a>
<img src="resources/icon/svg/NS banner_工作區域 1-02.svg" style="position:relative;
margin-left:132px;
margin-top:40px;
width:637px;
height:130px;">
<a href="international.pages.html" class="rectangle-hover" style="display:inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
text-decoration: none;
line-height: 53px;
width:109px;
height:49px;
letter-spacing: 0.06em;
text-align: center;
margin-top:42px;
z-index:1;
position:absolute;
left:389px">國際</a>
<a href="life.pages-2.html" class="rectangle" style="display:inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
text-decoration: none;
line-height: 53px;
width:180px;
height:102px;
padding-top:26px;
letter-spacing: 0.06em;
text-align: center;
vertical-align: middle;
margin-top:15px;
z-index:1;
position:absolute;
color:white;
border-radius: 4px;
left:570px">生活</a>
<a href="art.pages.html" class="rectangle-hover" style="display:inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
text-decoration: none;
line-height: 53px;
width:109px;
height:49px;
letter-spacing: 0.06em;
text-align: center;
margin-top:42px;
z-index:1;
position:absolute;
left:834px">藝文</a>
<a href="knowledge.pages.html" class="rectangle-hover" style="display:inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
text-decoration: none;
line-height: 53px;
width:109px;
height:49px;
letter-spacing: 0.06em;
text-align: center;
margin-top:42px;
z-index:1;
position:absolute;
left:1056px">新知</a>
</div>
<div class="line"></div>
<!--headermobile-->
<div class="mobileheader">
<img src="resources/icon/svg/NS Logo_白_工作區域 1.svg" style="margin-left:90px;
margin-top:0px;
width:180px;
height:120px;
justify-content:flex-start;
margin-left:5%">
<div class="container"></div>
<div class="dropdown-menu" style:="margin-right:0px;">
<a href="#">____
____
____</a>
<ul>
<li><a href="international.pages.html" class="mobilefont">國際</a></li>
<li><a href="life.pages-2.html" class="mobilefont">生活</a></li>
<li><a href="art.pages.html" class="mobilefont">藝文</a></li>
<li><a href="knowledge.pages.html" class="mobilefont">新知</a></li>
</ul>
</div>
</div>
</div>
<div class="mobileline"></div>
<!-- 文章首圖 -->
<img class="page-img" src="resources/imgs/生活/數位藝術節.jpg" alt="新聞標題">
<!-- 文章大標 -->
<div class="page-title">台北數位藝術節拼凑真相碎片 促觀眾反思假訊息議題</div>
<!-- 文章內文 -->
<p class="page-text">
【記者鄧芯怡台北報導】一幕幕鮮艷奪目的視覺設計不斷切換於螢幕上,搭配動感又富有變化的聲音,讓觀眾沉浸在視覺與聽覺盛宴中。藝術家張欣語於開幕會上帶來音像演出,為第17屆台北數位藝術節揭開序幕。台北數位藝術節於9月30日在國立臺灣科學教育館正式開幕,展開爲期11天的展覽,共收錄22組來自世界各地的藝術展品。
</p>
<p class="page-text">
台北市政府爲建立「網路新都」,首次於2006年推出臺北數位藝術節,至今已邁入第17屆。文化局專門委員李秉真在開幕時指出,策展人黃祥昀在今年的展覽中探討真相、資訊如何被創造,十分符合時代。展覽作品針對網路世代中「訊息傳播」與「真相製造」的過程設計,表達作者對於社會的觀察及反思。「展覽的作品有打動到我,在看了這些展品後有讓我更瞭解假訊息這個議題。」觀衆江玟諭説道,大多數的數位化展品讓她覺得展覽很特別,並不無聊。
</p>
<p class="page-text">
展覽地點分別為臺北數位藝術中心及國立臺灣科學教育館。在臺北數位藝術中心,觀眾們戴上耳機,坐在螢幕前,便能專心地觀賞「台韓錄像交流計劃」的作品,而館內觀眾們則可以欣賞主題邀請展的實體裝置藝術作品,並與其進行互動。展覽看得見也摸得到,吸引大眾駐足參觀,不僅有熱愛藝術的年輕人慕名而來,更有父母帶著小孩前來體驗。
</p>
<p class="page-text">
開展當天晚上,藝術家們以音像跨媒材形式為觀衆帶來《噪幻I》演出。三組藝術家將自己或藉由演算法選擇的素材,利用創意程式設計創作,帶給觀眾新穎感受。觀衆們在展場中間席地而坐,將目光投向光亮的投影畫面,隨著富有節奏感的音樂擺動身體。表演中時不時穿插刺耳音效,結合誇張的視覺影像,讓觀眾置身於迷幻的空間中,體驗虛幻與現實參雜的感受。
</p>
<p class="page-text"> 「我覺得非常開心這次作品可以以徵件的形式,與其他非常優秀的藝術家,參與臺北數位藝術節。」來自國立陽明交通大學應用藝術研究所的吳玶萭表示。他的互動式展品《播客凱爾倫》以卡通
《海綿寶寶》中皮老闆的電腦老婆「凱爾倫(Karen)」作爲發想來源,展現人類和機器情感交流的可能性。觀眾戴上耳機後,回答螢幕上出現的問題,這些回答經過搜集及處理後被產製成文章,最後分享於Podcast和社群媒體上,再次回到觀眾的生活中。「其實每次做現場互動作品,都會覺得難度高,也怕難以引發觀眾的參與。」吳玶萭説明他的擔憂,但看到觀衆們開心及好奇地和展品互動後,他備受鼓勵,而他的作品在開展後的短短三天也已累積超過300人次的互動。
</p>
<p class="page-text">
「真相碎片」展覽帶領觀眾認識假訊息生產、傳播過程與抵制方法,從而反思生活中的假訊息議題。「展覽的展品很豐富,也有很多資訊,讓人想要仔細地去瞭解。」觀眾江玟諭補充道,他平時不會主動搜尋假訊息的相關資料,展覽給予他機會認識假訊息議題。策展人黃祥昀也希望通過展覽讓大眾反抗混亂的資訊傳播現況,開闢另一種應對資訊爆炸時代的方法。
</p>
<!--手機板-->
<!-- 文章首圖 -->
<img class="m-page-img" src="resources/imgs/生活/數位藝術節.jpg" alt="新聞標題">
<!-- 文章大標 -->
<div class="m-page-title">台北數位藝術節拼凑真相碎片 促觀眾反思假訊息議題</div>
<!-- 文章內文 -->
<p class="m-page-text">
【記者鄧芯怡台北報導】一幕幕鮮艷奪目的視覺設計不斷切換於螢幕上,搭配動感又富有變化的聲音,讓觀眾沉浸在視覺與聽覺盛宴中。藝術家張欣語於開幕會上帶來音像演出,為第17屆台北數位藝術節揭開序幕。台北數位藝術節於9月30日在國立臺灣科學教育館正式開幕,展開爲期11天的展覽,共收錄22組來自世界各地的藝術展品。
</p>
<p class="m-page-text">
台北市政府爲建立「網路新都」,首次於2006年推出臺北數位藝術節,至今已邁入第17屆。文化局專門委員李秉真在開幕時指出,策展人黃祥昀在今年的展覽中探討真相、資訊如何被創造,十分符合時代。展覽作品針對網路世代中「訊息傳播」與「真相製造」的過程設計,表達作者對於社會的觀察及反思。「展覽的作品有打動到我,在看了這些展品後有讓我更瞭解假訊息這個議題。」觀衆江玟諭説道,大多數的數位化展品讓她覺得展覽很特別,並不無聊。
</p>
<p class="m-page-text">
展覽地點分別為臺北數位藝術中心及國立臺灣科學教育館。在臺北數位藝術中心,觀眾們戴上耳機,坐在螢幕前,便能專心地觀賞「台韓錄像交流計劃」的作品,而館內觀眾們則可以欣賞主題邀請展的實體裝置藝術作品,並與其進行互動。展覽看得見也摸得到,吸引大眾駐足參觀,不僅有熱愛藝術的年輕人慕名而來,更有父母帶著小孩前來體驗。
</p>
<p class="m-page-text">
開展當天晚上,藝術家們以音像跨媒材形式為觀衆帶來《噪幻I》演出。三組藝術家將自己或藉由演算法選擇的素材,利用創意程式設計創作,帶給觀眾新穎感受。觀衆們在展場中間席地而坐,將目光投向光亮的投影畫面,隨著富有節奏感的音樂擺動身體。表演中時不時穿插刺耳音效,結合誇張的視覺影像,讓觀眾置身於迷幻的空間中,體驗虛幻與現實參雜的感受。
</p>
<p class="m-page-text"> 「我覺得非常開心這次作品可以以徵件的形式,與其他非常優秀的藝術家,參與臺北數位藝術節。」來自國立陽明交通大學應用藝術研究所的吳玶萭表示。他的互動式展品《播客凱爾倫》以卡通
《海綿寶寶》中皮老闆的電腦老婆「凱爾倫(Karen)」作爲發想來源,展現人類和機器情感交流的可能性。觀眾戴上耳機後,回答螢幕上出現的問題,這些回答經過搜集及處理後被產製成文章,最後分享於Podcast和社群媒體上,再次回到觀眾的生活中。「其實每次做現場互動作品,都會覺得難度高,也怕難以引發觀眾的參與。」吳玶萭説明他的擔憂,但看到觀衆們開心及好奇地和展品互動後,他備受鼓勵,而他的作品在開展後的短短三天也已累積超過300人次的互動。
</p>
<p class="m-page-text">
「真相碎片」展覽帶領觀眾認識假訊息生產、傳播過程與抵制方法,從而反思生活中的假訊息議題。「展覽的展品很豐富,也有很多資訊,讓人想要仔細地去瞭解。」觀眾江玟諭補充道,他平時不會主動搜尋假訊息的相關資料,展覽給予他機會認識假訊息議題。策展人黃祥昀也希望通過展覽讓大眾反抗混亂的資訊傳播現況,開闢另一種應對資訊爆炸時代的方法。
</p>
<!-- 推薦新聞 -->
<br>
<hr>
<br>
<div class="related-news-title">推薦新聞</div>
<div style="display:flex;
flex-direction: row;
justify-content: center;
margin-top: 30px;
margin-bottom:30px;">
<div>
<a href="page_L1.html">
<div class="related-news-board">
<img class="related-news-img" src="resources/imgs/生活/南方影展.jpg">
<div class="related-news-cardtitle">南方影展凝聚台南電影人 首增學生獎鼓勵新銳創作</div>
</div>
</a>
</div>
<div>
<a href="page_L2.html">
<div class="related-news-board">
<img class="related-news-img" src="resources/imgs/生活/客+潮.jpg">
<div class="related-news-cardtitle">傳統精神接軌嘻哈潮流 「客+潮」發揚客家文化</div>
</div>
</a>
</div>
<div>
<a href="page_L3.html">
<div class="related-news-board">
<img class="related-news-img" src="resources/imgs/生活/虎獅.jpg">
<div class="related-news-cardtitle">全台唯一「舞虎」! 虎獅派對促陣頭文化傳承</div>
</div>
</a>
</div>
</div>
<!--手機板-->
<div class="m-related-news-title">推薦新聞</div>
<div style="display:flex;
flex-direction: column;
align-items: center;
margin-top: 30px;
margin-bottom:30px;">
<div>
<a href="page_L1.html">
<div class="m-related-news-board">
<img class="m-related-news-img" src="resources/imgs/生活/南方影展.jpg">
<div class="m-related-news-cardtitle">南方影展凝聚台南電影人 首增學生獎鼓勵新銳創作</div>
</div>
</a>
</div>
<div>
<a href="page_L2.html">
<div class="m-related-news-board">
<img class="m-related-news-img" src="resources/imgs/生活/客+潮.jpg">
<div class="m-related-news-cardtitle">傳統精神接軌嘻哈潮流 「客+潮」發揚客家文化</div>
</div>
</a>
</div>
<div>
<a href="page_L3.html">
<div class="m-related-news-board">
<img class="m-related-news-img" src="resources/imgs/生活/虎獅.jpg">
<div class="m-related-news-cardtitle">全台唯一「舞虎」! 虎獅派對促陣頭文化傳承</div>
</div>
</a>
</div>
</div>
<br>
<!--footer-->
<div class="footer">
<img src="resources/icon/svg/NS Logo_工作區域 1.svg" style="margin-left:48px;
margin-bottom:20px;
width:275px;
height:170px;">
<div class="footer_font" style="margin-left:50px;color: white;">HUNTER|江昇 方琮翔 鄧芯怡 陳孟樺
BIG BOSS|李法賢
SHOOT|[email protected]
</div>
<div class="footer_font" style="left: 861px;margin-top:67px;color:#EBC151;;">copyright©2023 NEWS SAFARI
</div>
</div>
<!--footermobile-->
<div class="mobilefooter">
<img src="resources/icon/svg/NS Logo_工作區域 1.svg" style="
margin-top:auto;
margin-bottom:auto;
width:180px;
height:120px;
display:flex;
justify-content:flex-start;">
<div class="mobilefooterfont" style="color: white;width:max-content;justify-content: flex-end;">
HUNTER|江昇 方琮翔 鄧芯怡 陳孟樺
BIG BOSS|李法賢
SHOOT|[email protected]
<div style="color:#EBC151;">copyright©2023 NEWS SAFARI</div>
</div>
</div>
</body>