Skip to content

Commit

Permalink
2024/3/14
Browse files Browse the repository at this point in the history
  • Loading branch information
cswjl committed Mar 14, 2024
1 parent 74f5054 commit 2e1c913
Show file tree
Hide file tree
Showing 4 changed files with 588 additions and 175 deletions.
File renamed without changes
279 changes: 104 additions & 175 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,177 +1,106 @@

<html>

<head>
<script type="text/javascript">

function display(id){
var traget=document.getElementById(id);
if(traget.style.display=="none"){
traget.style.display="";
}else{
traget.style.display="none";
}
}
</script>
<style type="text/css">
/* font-family:"Apple Symbols" */
body{font-family:Tahoma, Geneva, sans-serif; font-size: 18px; color: black;
padding-left: 80px; padding-right: 80px; padding-top: 50px; padding-bottom: 50px}

a{text-decoration:none}
p{
/* font-family:"Snell Roundhand"; */
font-family:Tahoma, Geneva, sans-serif;
color: black;
font-size: 18px;
margin-top: 0px;
margin-bottom: 0px;
}
p2{
<!DOCTYPE html>

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="IE=5.0000" http-equiv="X-UA-Compatible">
<meta name="description" content="Jialiang Wang's Homepage">

font-size: 25px;
color: black;
}
p3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 30px;
}
p4{
font-size: 18px;
font-weight: normal;
color: #767272;
float: right;
}
li { margin-top:3px;}
a{
color: rgb(97, 37, 127);
font-size: 18px;
font-weight: bold;
}
a.link2{
color: #767272;
font-size: 18px;
font-weight: normal;
}
img{
border: 1px solid;
}
</style>
<title>Jialiang Wang's Homepage</title>
<link href="wfdoc.css" rel="stylesheet" type="text/css">
<title>Jialiang Wang's Homepage</title>
<meta name="GENERATOR" content="MSHTML 11.00.10570.1001">

</head>

<body>
<!-- <div style="float: none;">
<div style="float:left">
<img src='photo.jpeg' , width = 210px>
</div>
<div style="float:left; padding-left: 70px" >
<p3>
<font size = 6.5;><b>Jialiang Wang</b></font><br>
<font size = 5;><b>王嘉良</b></font>
</p3><br><br>
Ph.D. student<br>
Computer Science and Technology<br>
Harbin Institute of Technology<br><br>
📧 cswjl[at]stu.hit.edu.cn<br>
<a href="https://github.com/Jialiang-Wang2002/">GitHub</a>
</div>
</div> -->
<table border="0" style="clear: both">
<tbody><tr>
<td width="210"><img src='photo.jpeg' border="1" width="210"></td>
<td width="80"></td>
<td valign="middle" width="900">
<p3>
<b>Jialiang Wang</b><br>
<font size = 5;><b>王嘉良</b></font>
</p3><br><br>
<p>Ph.D. student<br>
Computer Science and Technology<br>
School of Computer Science and Technology<br>
Harbin Institute of Technology<br><br>
📧 cswjl[at]stu.hit.edu.cn<br></p>
<a href="https://github.com/Jialiang-Wang2002/">GitHub</a>
</td>
</tr>
</tbody>
</table>





<div style="clear: both"><br>
<p3><b>About me</b></p3><br>
<table border="0" >
<tbody>
<tr>
<td width="1100"> <p align="justify" > I am a Ph.D. student at Harbin Institute of Technology, advised by <a href="https://homepage.hit.edu.cn/xmliu">Prof. Xianming Liu</a> and <a href="https://hitcszx.github.io/">Ph.D. Xiong Zhou</a>.
I received my B.E. from Dalian University of Technology in 2023. My research interests are robust machine learning and LLMs aligning.</p>
</tr>
</tbody>
</table>
<!-- <hr> -->
<!-- I am a Ph.D. student at Harbin Institute of Technology, advised by <a href="https://homepage.hit.edu.cn/xmliu">Prof. Xianming Liu</a> and <a href="https://hitcszx.github.io/">Ph.D. Xiong Zhou</a>.
I received my B.E. from Dalian University of Technology in 2023. My research interests are Robust machine learning and LLMs aligning. -->
</div>
<br><br>
<!-- <div>
<p3><b>News</b></p3><br>
<li>[2022/09] Recommended to Harbin Institute of Technology</li>
</div>
<br><br> -->
<!-- <div>
<p3><b>Education & Experiences</b></p3>
<hr>
<li><b>Zhengzhou No.7 Middle School</b></li>
&emsp; [2016/09 - 2019/07] Middle School<br>
<li><b>Dalian University of Technology</b></li>
&emsp; [2019/09 - 2023/07] B.S. in Software Engineering<br>
<li><b>Harbin Institute of Technology</b><br>
&emsp; [2023/09 - Now] Ph.D. in Computer Science and Technology
</div>
<br> -->
<div>
<p3><b>Publications</b></p3><br>
# corresponding author
<!-- <div style="float: none;">
<div style="float:left; padding-right: 20px">
<img src='figs/v_laplace.jpg' , width = 250px>
</div>
<div style="float:left">
<br>
<b>Variance-enlarged Poisson Learning for Graph-based Semi-Supervised Learning<br> with Extremely Sparse Labeled Data</b><br>
Xiong Zhou, Xianming Liu#, Hao Yu, <b>Jialiang Wang</b>, Zeke Xie, Junjun Jiang, Xiangyang Ji<br>
International Conference on Learning Representations <b>(ICLR)</b> 2024<br>
<a href="https://openreview.net/forum?id=yeeVBMDAwy">Paper</a> | <a href="https://openreview.net/forum?id=yeeVBMDAwy">Code</a>
</div>
</div><br> -->
<table border="0" style="clear: both">
<tbody><tr>
<td width="210"><img src="figs/v_laplace.jpg" border="1" width="210"></td>
<td width="20"></td>
<td valign="middle" width="900"><p><strong>Variance-enlarged Poisson Learning for Graph-based Semi-Supervised Learning with Extremely Sparse Labeled Data</strong></p>
<p>Xiong Zhou, Xianming Liu#, Hao Yu, <strong>Jialiang Wang</strong>, Zeke Xie, Junjun Jiang, Xiangyang Ji</p>
<p>International Conference on Learning Representations <b>(ICLR)</b> 2022</p>
<!-- <p class="margin-small">&nbsp;</p> -->
<p>
<a href="https://openreview.net/forum?id=yeeVBMDAwy">Paper</a> |
<a href="https://openreview.net/forum?id=yeeVBMDAwy">Code</a>
</p></td>
</tr>
</tbody>
</table>
</div>
<br>
<div style="clear: both"><br>
<p3><b>Awards</b></p3>
<li>Outstanding graduate of Dalian University of Technology, 2023</li>
</div>
<br><br>
<hr>
<font color = #767272 ;>Friend link: </font> <a href="https://www.naptmn.cn/" class="link2">Zeqing Wang (SYSU)</a2>,
<a href="https://foollain.github.io/" class="link2">Shu Yang (ZJU)</font><a>
<p4>last update: 2024/3</p4>
</body>


<script>
function hideshow(x) {
// var x = document.getElementById("toolbox_cite");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
</script>


<body>
<div id="layout-content" style="margin-top: 25px;">
<table>
<tbody>
<tr>
<td>
<img width="220" src="figs/photo.jpeg" border="1">
</td>
<td width="100"></td>
<td width="670">
<div id="toptitle">
<h1>Jialiang Wang &nbsp; 王嘉良</h1></div>
<h3>Ph.D. student</h3>
<p>Computer Science and Technology
<br>School of Computer Science and Technology
<br>Harbin Institute of Technology
<br>
<br> 📧: [email protected]
<br> <b><a href="https://github.com/hitcslj">Github</a></b>

<br><br></p>
</td>

</tr>
<tr></tr></tbody>
</table>
<!-- <div id="layout-content" style="margin-top: 25px;"> -->




<h2>Biography</h2>


<p> I am a Ph.D. student at Harbin Institute of Technology, advised by <b><a href="https://homepage.hit.edu.cn/xmliu">Prof. Xianming Liu</a></b> and <b><a href="https://hitcszx.github.io/">Ph.D. Xiong Zhou</a></b>.
I received my B.E. from Dalian University of Technology in 2023.
My research interests are robust machine learning and LLMs aligning.</p>

<!-- <h2>Experience</h2>
<ul>
<li>
Sep.2023 - Now , <i>Research Intern</i>, <b><a href="https://www.shlab.org.cn/"> Shanghai AI Lab</a></b>
</li>
<li>
May.2022 - Aug.2023 , <i>Research Intern</i>, <b><a href="https://research.megvii.com/">Megvii Research</a></b>
</li>
<li>
Aug.2021 - Oct.2021, <i> Software Dev Engineer Intern</i>, <b><a href="https://www.alibabagroup.com/">Alibaba</a></b>
</li>
</ul> -->



<h2>Publications</h2>
<table>
<tbody>
<tr>
<td><img src="figs/v_laplace.jpg" border="1" width="220"></td>
<td width="30"></td>
<td valign="middle"><p><strong>Variance-enlarged Poisson Learning for Graph-based Semi-Supervised Learning with Extremely Sparse Labeled Data</strong><br>
Xiong Zhou, Xianming Liu, Hao Yu, <strong>Jialiang Wang</strong>, Zeke Xie, Junjun Jiang, Xiangyang Ji<br>
International Conference on Learning Representations <b>(ICLR)</b> 2024<br>
<b><a href="https://openreview.net/forum?id=yeeVBMDAwy">Paper</a><b> |
<b><a href="https://openreview.net/forum?id=yeeVBMDAwy">Code</a><b>
</p></td>
</tr>

</tbody>
</table>


<h2>Selected Awards</h2>
<ul>
<li>
Outstanding graduate of Dalian University of Technology, 2023
</li>
</ul>



</div></body></html>
Loading

0 comments on commit 2e1c913

Please sign in to comment.