-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_1.html
124 lines (97 loc) · 4.36 KB
/
index_1.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
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>yunsong-liu-main</title>
<style>
@import url('font/css2.css');
</style>
<!-- Load CSS libraries -->
<!-- <link href="./6483/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">-->
<!-- <link rel="stylesheet" href="./6483/style.css">-->
<!-- GOOGLE FONTS -->
<!-- <link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,400italic,300italic' rel='stylesheet' type='text/css'>-->
<!-- <link href="./6483/roboto" rel="stylesheet">-->
<script src="js/p5.js"></script>
<!-- <link rel="stylesheet" href="./css/no_cursor.css">-->
<!-- <script src="js/p5.min.js"></script>-->
<!-- <script src="js/p5.dom.min.js"></script>-->
<script src="js/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta charset="utf-8" />
</head>
<body>
<div>
<div class="curzr" hidden>
<div class="circle"></div>
<div class="dot"></div>
</div>
<p class ="bar" >
<ul class="image-list-small">
<li>
<h3><a href="dist/arch.html">建筑<br>PHYSICAL</a></h3>
</div>
</li>
<li>
<h3><a href="dist/digital.html">电子<br>DIGITAL</a></h3>
</div>
</li>
<li>
<h3><a href="index.html">主页<br>ON</a></h3>
</div>
</li>
</ul>
</p>
<!--简介-->
<div id="drawing-container">
</div>
<div class="details" style="margin-top: 20vh">
<h3>瞬时城市</h3>
<p>
时间维度上观察,解释,干预城市空间<br>
通过量定的时间和场所,应对瞬息万变的城市
</p>
</div>
<div class="details" style="margin-top: 30vh">
<p>
On Temporality, Vibrancy, the Thicks and Thins of the Urban Backdrop
<br>
intervene in the city teeming with artifacts worthy of interpretation and social embeddedness.
</p>
<h3>Ephemeral Urbanism</h3>
</div>
<!--自我介绍-->
<div class="details" style="margin:auto;margin-top: 50vh; width: 60%">
<h3>刘云松</h3>
<p>
云松拥有建筑设计与城市设计及理论背景,先后获得清华大学建筑学士、密歇根大学城市设计硕士、以及哈佛大学设计研究硕士。
<br>云松的实践和课程作品涉及:巴西及印度贫民窟的研究和干预;瞬时性建筑的探索;参与式城市设计;
后工业时代城市建筑理论和实践;零工经济与劳动理论研究;科技哲学的批判理论,等。
<br>对于城市内容的探索逐渐让云松开始关注城市大数据,因此云松月光数据艺术家、策展人。云松的艺术探索涉及:艺术化的数据可视化呈现;机器学习与数据科学;动态交互式网页编程;空间3d网页编程,等。
<br>请联系[email protected]
</p>
<br>
<br>
<br>
<br>
<br>
<br>
<h3>Yunsong Liu</h3>
<p>
Yunsong has backgrounds in Architecture Design, Urban Design, and Critical Theory. Yunsong graduated with B.Arch from Tsinghua University, M.UD from University
of Michigan, and M.Des from Harvard University.
<br>
In her professional and educational works, she worked on: favelas in São Paulo and Indian slums; ephemeral architecture and urban design; participatory urban design;
post-industrial urban study and infrastructural intervention; labor theory under the gig economy; and the philosophy of technology...
<br>The quest for understanding the urban masses introduces Yunsong to the realm of big data. She slashes curator and digital artist. She practices data visualization, machine learning, and computational design with an aspiration of
spatial ethnographies though thick mapping, filmic sensing, and artistic representation of big data.
<br>contact: [email protected]
</p>
<br>
<br>
<br>
</div>
<script type="text/javascript" src="js/script_archive.js"></script>
</body>
</html>