-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
150 lines (127 loc) · 6.37 KB
/
about.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
---
layout: page
title: "About"
description: "Yineng Xiong"
header-img: "img/background-cover.jpg"
---
<!-- Language Selector -->
<select onchange= "onLanChange(this.options[this.options.selectedIndex].value)">
<option value="0" selected> 中文 Chinese </option>
<option value="1"> 英语 English </option>
<option value="2"> 真正的 About </option>
</select>
<!-- Chinese Version -->
<div class="zh post-container">
<blockquote>
**学院
</blockquote>
我的这个经历就是到了上海,到了89年的年初的时候,我在想我估计是快要离休了,我想我应该去当教授。于是我就给朱物华校长、张钟俊院长,给他们写了一个报告。他们说欢迎你来,不过,这个Apply for Professor(申请当教授),你要去做一个报告。我就做了一个能源与发展趋势的主要的节能措施,这个报告经过好几百个教授一致通过。那么上海交大教授当了以后我就做第二个报告,就是微电子工业的发展。这两个报告做了以后不久,过后,1989年的5月31号北京就把我调到北京去了。现在这个报告做了快20年了,所以呢我就去年呢在我们交大的学报,我发表了两篇文章,就是呼应这个89年的报告的。特别是昨天晚上,他又把我这个第二篇报告,还有我这十几年包括在电子工业部、上海市所做的有关于信息产业化的文章,总共我听他们讲是27篇……我也没有什么别的东西送给你们,我们拿来以后我叫钱秘书啊,就把这两个学报,两个学报的英文本──因为他们这里洋文好的人多得很哪──英文本,还有前面出过两本书,再加上昨天晚上出的这本书,送给郭伟华同志,给你送过来,那么给你们作为一个纪念。<br><br>
人呐就都不知道,自己就不可以预料。一个人的命运啊,当然要靠自我奋斗,但是也要考虑到历史的行程。我绝对不知道,我作为一个上海市委书记怎么把我选到北京去了,所以邓小平同志跟我讲话,说“中央都决定啦,你来当总书记”,我说另请高明吧。我实在我也不是谦虚,我一个上海市委书记怎么到北京来了呢?但是呢,小平同志讲“大家已经研究决定了”,所以后来我就念了两首诗(原话如此),叫“苟利国家生死以,岂因祸福避趋之”。
<p style="text-align:right;">
—— <a href="https://zh.wikiquote.org/wiki/%E6%B1%9F%E6%B3%BD%E6%B0%91">江主席 - 视察联工国机二院</a>
</p>
</div>
<!-- English Version -->
<div class="en post-container">
<blockquote>
Too young, too simple, sometimes naive.
</blockquote>
<p>
要说一句洋文, I would like speak a few words.(我要说几句。)我这次来,跟你们做一样的工作,就是要promote mutual understanding between our two countries.(促进我们两国之间的互相了解)
</p>
<p>
I think I speak very poor English, but anyway I dare to say. This is very important.(我想我英语讲得不好,但我敢于讲。这一点是非常重要的。)
</p>
<p style="text-align:right;">
—— <a href="https://zh.wikiquote.org/wiki/%E6%B1%9F%E6%B3%BD%E6%B0%91">江主席 - 在中国驻美国华盛顿特区大使馆讲话</a>
</p>
</div>
<!-- alibaba Version -->
<div class="new post-container">
<p>
2020.6 -- 至今 字节跳动 视频算法工程师
</p>
<p>
2017.9 -- 2020.5 同济大学 地球物理学 硕士
</p>
<p>
2013.9 -- 2017.6 同济大学 地球物理学 学士
</p>
</div>
<!-- Handle Language Change -->
<script type="text/javascript">
var $zh = document.querySelector(".zh");
var $en = document.querySelector(".en");
var $new = document.querySelector(".new")
function onLanChange(index){
if(index == 0){
$zh.style.display = "block";
$en.style.display = "none";
$new.style.display = "none"
}
if(index == 1){
$en.style.display = "block";
$zh.style.display = "none";
$new.style.display = "none";
}
if(index == 2){
$en.style.display = "none";
$zh.style.display = "none";
$new.style.display = "block";
}
}
onLanChange(0);
</script>
{% if site.duoshuo_username %}
<!-- 多说评论框 start -->
<div class="comment">
<div class="ds-thread"
{% if site.duoshuo_username == "huxblog" %}
data-thread-id="1187623191091085319"
{% else %}
data-thread-key="{{site.duoshuo_username}}/about"
{% endif %}
data-title="{{page.title}}"
data-url="{{site.url}}/about/"></div>
</div>
<!-- 多说评论框 end -->
<!-- Duoshuo hacking -->
<input id="dsUser" type="hidden" value="{{site.duoshuo_username}}" />
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
// dynamic User hacking by Hux
var _user = document.getElementById('dsUser').value;
// duoshuo comment query.
var duoshuoQuery = {short_name: _user };
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
{% endif %}
{% if site.disqus_username %}
<!-- disqus 评论框 start -->
<div class="comment">
<div id="disqus_thread" class="disqus-thread">
</div>
</div>
<!-- disqus 评论框 end -->
<!-- disqus 公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = "{{site.disqus_username}}";
var disqus_identifier = "{{site.disqus_username}}/{{page.url}}";
var disqus_url = "{{site.url}}{{page.url}}";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<!-- disqus 公共JS代码 end -->
{% endif %}