-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (55 loc) · 4.34 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Jiaxin Zhu home page</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header class="without-description">
<h1>Jiaxin Zhu</h1>
</header>
<section>
<h3>
<a id="welcome-to-my-home-page" class="anchor" href="#welcome-to-my-home-page" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to my home page!</h3>
<table>
<tr>
<td width="70%">
<p>I'm an assistant professor at Institute of Software, Chinese Academy of Sciences (ISCAS), where I joined since 2017.</p>
<p>I received my Ph.D. degree from School of Electronics Engineering and Computer Science, Peking University in 2017.</p>
<p>I'm interested in mining software repositories to understand technical and social aspects of software development. </p>
</td>
<td>
<img width="260" src="images/photo.jpg">
</td>
</tr>
</table>
<h3>
<a id="publications" class="anchor" href="#publications" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Publications</h3>
<p><b>Jiaxin Zhu</b>, and Jun Wei. 2019. <a href="https://doi.org/10.1109/MSR.2019.00068">An empirical study of multiple names and email addresses in OSS version control repositories</a>. In Proceedings of the 16th International Conference on Mining Software Repositories (MSR '19).</p>
<p>Wei Chen, Jiahong Zhou, <b>Jiaxin Zhu</b>, Guoquan Wu, and Jun Wei. 2019. <a href="https://doi.org/10.1007/s11390-019-1954-4">Semi-Supervised Learning Based Tag Recommendation for Docker Repositories</a>. J. Comput. Sci. Technol. 34(5): 957-971 (2019)</p>
<p>Feifei Tu, <b>Jiaxin Zhu</b>, Qimu Zheng, and Minghui Zhou. 2018. <a href="https://doi.org/10.1145/3236024.3236054">Be careful of when: an empirical study on time-related misuse of issue tracking data</a>. In Proceedings of the 26th International Symposium on Foundations of Software Engineering (FSE '18).</p>
<p>Liang Xu, Wensheng Dou, <b>Jiaxin Zhu</b>, Chushu Gao, Jun Wei, and Tao Huang. 2018. <a href="https://doi.org/10.1145/3236024.3264834">How are spreadsheet templates used in practice: a case study on Enron</a>. In Proceedings of the 26th International Symposium on Foundations of Software Engineering (FSE '18).</p>
<p><b>Jiaxin Zhu</b>, Minghui Zhou, and Audris Mockus. 2016. <a href="https://dl.acm.org/citation.cfm?doid=2950290.2950364">Effectiveness of Code Contribution: From Patch-Based to Pull-Request-Based Tools</a>. In Proceedings of the 24th International Symposium on Foundations of Software Engineering (FSE '16).</p>
<p><b>Jiaxin Zhu</b>, Minghui Zhou, and Hong Mei. 2016. <a href="http://dl.acm.org/citation.cfm?id=2903502">Multi-extract and multi-level dataset of mozilla issue tracking history</a>. In Proceedings of the 13th International Conference on Mining Software Repositories (MSR '16).</p>
<p><b>Jiaxin Zhu</b>, Minghui Zhou, and Audris Mockus. 2014. <a href="http://dl.acm.org/citation.cfm?id=2652564">Patterns of folder use and project popularity: a case study of github repositories</a>. In Proceedings of the 8th ACM/IEEE International Symposium on Empirical Software Engineering and Measurement (ESEM '14).</p>
<p><b>Jiaxin Zhu</b>, Hongwu Lin, Minghui Zhou, and Hong Mei. 2012. <a href="http://dl.acm.org/citation.cfm?id=2430488">Review code evolution history in OSS universe</a>. In Proceedings of the Fourth Asia-Pacific Symposium on Internetware (Internetware '12).</p>
<h3>
<a id="contact-me" class="anchor" href="#contact-me" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact me</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</section>
</div>
<footer>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>