aboutsummaryrefslogtreecommitdiff
blob: 7d755a5bef0ad7a64ac6e7ec639d4b9c5001fb1e (plain) (blame)
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
<!DOCTYPE html>

<head>
    <title>Jinwei Zhao's Homepage</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link rel="shortcut icon" type="image/jpg" href="static/favicon.ico"/>
    <style type="text/css">
        body {
            background: #FFFFFF;
            font-family: Geneva, Arial, Helvetica, sans-serif;
            font-size: 1em;
        }
    </style>
    <style type="text/css">
        <!-- 
        #navbar ul {
            margin: 0;
            padding: 5px;
            list-style-type: none;
            text-align: left;
            background-color: #fff;
        }

        #navbar ul li {
            display: inline;
        }

        #navbar ul li a {
            text-decoration: none;
            padding: .2em 1em;
            color: #000;
            background-color: #fff;
        }

        #navbar ul li a:hover {
            color: #fff;
            background-color: #000;
        }
        -->
    </style>
    <link href="static/content.css" rel="stylesheet" type="text/css">
</head>

<body data-new-gr-c-s-check-loaded="8.895.0" data-gr-ext-installed="">
    <table>
        <tbody>
            <tr>
                <td><img src="./static/photo.jpg" alt="" height="200"
                        border="0"></td>
            </tr>
            <tr>
                <td>
                    <font size="4">Jinwei <a href="https://en.wikipedia.org/wiki/Zhao_(surname)"
                            target="_blank">Zhao</a>
                        <font size="3">clarkzjw at uvic ca </font><br>
                    </font>
                    <font size="4">赵锦威</font><br></font>
                </td>
            </tr>
            <tr>
                <td>
                    An MSc student at
                </td>
                <td>
                    <font size="2">
                        <a href="https://www.uvic.ca/ecs/computerscience/index.php" target="_blank">Computer Science
                            Department</a> <br>
                        <a href="https://www.uvic.ca" target="_blank">University of Victoria</a>, British Columbia,
                        Canada<br>
                    </font>
                </td>
            </tr>
        </tbody>
    </table>
    <hr>
    I am a Master of Science (MSc) student in the Department of Computer Science at the University of Victoria, British
    Columbia, Canada, where I am advised by <a href="http://webhome.cs.uvic.ca/~pan/" target="_blank">Dr. Jianping
        Pan</a>.
    In 2017, I obtained a Bachelor of Engineering in Computer Science and Technology from Zhejiang Gongshang University
    in China.
    Since then, I've spent four years working as a backend software engineer in startup companies in <a
        href="https://en.wikipedia.org/wiki/Shanghai" target="_blank">Shanghai</a> and <a
        href="https://en.wikipedia.org/wiki/Hangzhou" target="_blank">Hangzhou</a>.
    Previously, I conducted research on image processing.
    My research interests are currently concentrated on computer networking applications.
    I'm particularly curious about adaptive video streaming applications.
    <br>
    <br>
    <a href="https://cdn.jinwei.me/resume.pdf" target="_blank">Resume</a> (last updated 2022/02/11)<br>
    <hr>
    <a name="publication"></a>
    <font size="5"><b>Selected Publications</b></font> <br><br>
    <font size="3"><b>Image Processing</b></font><br>

    <p align="justify">
        <a href="https://link.springer.com/article/10.1007/s00371-016-1259-3" target="_blank">Texture filtering based
            physically plausible image dehazing</a> <a href="./static/viscompute16.pdf" target="_blank">[pdf]</a> <br>
        <font size="2">
            Chunxiao Liu, <u>Jinwei Zhao</u>, Yiyun Shen, Yanggang Zhou, Xun Wang, Yi Ouyang<br>
            <i>The Visual Computer, vol. 32, no. 6, pp. 911–920, Jun. 2016, doi: 10.1007/s00371-016-1259-3</i>
        </font><br>
    </p>

    <p align="justify">
        <a href="http://www.cjig.cn/jig/ch/reader/view_abstract.aspx?file_no=20160911" target="_blank">Dark Channel
            Prior-based Image Dehazing with Atmospheric Light Validation and Halo Elimination</a> <br>
        <font size="2">
            <u>Jinwei Zhao</u>, Yiyun Shen, Chunxiao Liu, Yi Ouyang<br>
            <i>Journal of Image and Graphics, vol. 21, no. 9, pp. 1221–1228, Aug. 2016, doi: 10.11834/jig.20160911 (In
                Chinese)</i>
        </font><br>
    </p>

    <p align="justify">
        <a href="https://onlinelibrary.wiley.com/doi/full/10.1002/cav.1776" target="_blank">Sky detection- and
            texture smoothing-based high-visibility haze removal from images and videos</a><br>
        <font size="2">
            Chunxiao Liu, Yiyun Shen, Yaqi Shao, <u>Jinwei Zhao</u>, Xun Wang<br>
            <i>Computer Animation and Virtual Worlds, vol. 28, no. 3–4, p. e1776, May 2017, doi: 10.1002/cav.1776</i>
        </font><br>
    </p>

    <a name="award"></a>
    <font size="5"><b>Honors and Awards</b></font>
    <ul>
        <li>Zhejiang Provincial Government Scholarship, China, 2016</li>
    </ul>

    <a name="teaching"></a>
    <font size="5"><b>Teaching</b></font><br>
    <ul>
        <li>Introduction to C programming (Undergraduate), TA for Prof. Chunxiao Liu, Fall 2015, Zhejiang Gongshang
            University, China
    </ul>

</body>

</html>
Powered by cgit v1.2.3 (git 2.41.0)