Skip to content

Commit

Permalink
🦄 refactor: feishu docs 20241009
Browse files Browse the repository at this point in the history
  • Loading branch information
yinhanyan committed Oct 9, 2024
1 parent 3d5ae48 commit e35d4b7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 27 deletions.
15 changes: 9 additions & 6 deletions _bibliography/papers.bib
Original file line number Diff line number Diff line change
Expand Up @@ -374,26 +374,29 @@ @inproceedings{lei2024intruding
title = {Intruding with Words: Towards Understanding Graph Injection Attacks at the Text Level},
booktitle = {Annual Conference on Neural Information Processing Systems},
author = {Lei, Runlin and Hu, Yuwei and Ren, Yuchen and Wei, Zhewei},
year = {2024, to appear},
abbr = {NeurIPS}
year = {2024},
abbr = {NeurIPS},
toappear = {true}
}


@inproceedings{zhou2024smolsearch,
title = {S-MolSearch: 3D Semi-supervised Contrastive Learning for Bioactive Molecule Search},
booktitle = {Annual Conference on Neural Information Processing Systems},
author = {Zhou, Gengmo and Wang, Zhen and Yu, Feng and Ke, Guolin and Wei, Zhewei and Gao, Zhifeng},
year = {2024, to appear},
abbr = {NeurIPS}
year = {2024},
abbr = {NeurIPS},
toappear = {true}
}


@inproceedings{ji2024srapagent,
title = {SRAP-Agent: Simulating and Optimizing Scarce Resource Allocation Policy with LLM-based Agent},
booktitle = {Conference on Empirical Methods in Natural Language Processing},
author = {Ji, Jiarui and Li, Yang and Liu, Hongtao and Du, Zhicheng and Wei, Zhewei and Qi, Qi and Shen, Weiran and Lin, Yankai},
year = {2024, to appear},
abbr = {EMNLP Findings}
year = {2024},
abbr = {EMNLP Findings},
toappear = {true}
}


Expand Down
11 changes: 6 additions & 5 deletions _layouts/about.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ layout: default
<p>{{ page.profile.bios }}</p>

<h2>Research Interests</h2>
<p>My research interests focus on designing simple, elegant, and theoretically guaranteed algorithms to address key challenges in artificial intelligence and large-scale data processing. My specific areas of interest include:</p>
<ul>
<li>Large-scale graph computing and graph learning</li>
<li>Stream data computing and learning</li>
<li>AI4DB: Database optimization algorithms empowered by artificial intelligence</li>
<li>AI4Science: Application of graph learning in physics, pharmaceuticals and other scientific fields & physics-driven graph machine learning algorithms</li>
<li>Multi-agent and AI4Social Science: Generative multi-agents and modeling of complex human social networks empowered by large language model (LLM)</li>
<li>Large-Scale Graph Computing and Graph Learning: Developing efficient algorithms to process and learn from massive graph structures.</li>
<li>Stream Data Computing and Learning: Creating algorithms that can handle and learn from continuous, real-time data streams.</li>
<li>AI for Science: Applying graph learning techniques to solve complex problems in physics, pharmaceuticals, and other scientific fields.</li>
<li>AI for Social Science: Utilizing large language model (LLM)-based multi-agent systems to model complex human social networks.</li>
<li>AI for Databases: Leveraging artificial intelligence to optimize database systems for improved performance and efficiency.</li>
</ul>

<!-- News -->
Expand Down
10 changes: 5 additions & 5 deletions _layouts/bib.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<li>
<div id="{{ entry.key }}" class="col">
<!-- Title -->
<a href="{{ entry.html }}"><b>{{ entry.title }}</b></a>{% if entry.award %}, <b style="color: red;">{{ entry.award }}</b>{% endif %}
{% if entry.html %}<a href="{{ entry.html }}">{% endif %}<b style="color: var(--global-theme-color);">{{ entry.title }}</b>{% if entry.html %}</a>{% endif %}{% if entry.award %}, <b style="color: red;">{{ entry.award }}</b>{% endif %}
<!-- Author -->
<div class="author">
{% assign author_array_size = entry.author_array | size %}
Expand Down Expand Up @@ -109,17 +109,17 @@
{% assign proceedings = 'inproceedings,incollection' | split: ',' %}
{% assign thesis = 'thesis,mastersthesis,phdthesis' | split: ',' %}
{% if entry.type == 'article' %}
{% capture entrytype %}<em>{{ entry.journal }}</em>{% endcapture %}
{% capture entrytype %}{% if entry.toappear %}To appear in {% endif %}<em>{{ entry.journal }}</em>{% endcapture %}
{% elsif proceedings contains entry.type %}
{% capture entrytype %}<em>In {{ entry.booktitle }}</em>{% endcapture %}
{% capture entrytype %}{% if entry.toappear %}To appear in {% endif %}<em>{{ entry.booktitle }}</em>{% endcapture %}
{% elsif thesis contains entry.type %}
{% capture entrytype %}<em>{{ entry.school }}</em>{% endcapture %}
{% else %}
{% capture entrytype %}{% endcapture %}
{% endif %}
{% if entry.month %}
{% comment %} {% if entry.month %}
{% capture entrymonth %}{{ " " }}{{ entry.month | capitalize }}{% endcapture %}
{% endif %}
{% endif %} {% endcomment %}
{% if entry.year %}
{% capture entryyear %}{{ " " }}{{ entry.year }}{% endcapture %}
{% endif %}
Expand Down
16 changes: 5 additions & 11 deletions _pages/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,34 +220,28 @@ students:
{% if category == "Current PhD Students" or category == "Current Master Students" or category == "Postdoctoral Researcher" %}
<h2 class="category">{{ category }}</h2>
{% assign categorized_projects = page.students | where: "category", category | reverse %}
<div class="row row-cols-2 row-cols-md-2">
<div class="row row-cols-1 row-cols-sm-2">
{% for project in categorized_projects %}
{% assign profile_image_path = project.image | prepend: 'assets/img/students/' %}
{% assign profile_image_class = 'img-fluid z-depth-1 rounded' %}
<div class="col my-1 px-1">
<div class="card hoverable h-100">
<div class="row row-cols-1 row-cols-md-2 g-0">
<div class="col-md-5 col-12">
<div class="d-flex">
<div class="col-md-5">
<a href="{{ project.link }}" class="no-decoration">
<img
src="{{ profile_image_path | prepend: site.baseurl }}"
class="img-fluid rounded-start d-block p-2"
class="img-fluid rounded-start d-block m-2"
loading="lazy"
/>
</a>
</div>
<div class="col-md-7 d-none d-md-block"> <!-- Hide on narrow screens -->
<div class="col-md-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title"><a href="{{ project.link }}"><b>{{ project.name }}</b></a></h4>
<div class="card-text"><ul class="pl-3">{{ project.more_info }}</ul></div>
</div>
</div>
<!-- Content for narrow screens -->
<div class="col-12 d-block d-md-none text-center"> <!-- Show only on narrow screens -->
<div class="card-body">
<h4 class="card-title"><a href="{{ project.link }}"><b>{{ project.name }}</b></a></h4>
</div>
</div>
</div>
</div>
</div>
Expand Down
Binary file modified assets/img/students/runlin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e35d4b7

Please sign in to comment.