Skip to content

Commit

Permalink
update publications
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoleiren committed Sep 24, 2023
1 parent f161232 commit 2dfa84d
Show file tree
Hide file tree
Showing 6 changed files with 1,111 additions and 76 deletions.
1,087 changes: 1,021 additions & 66 deletions _bibliography/papers.bib

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ badges: # Display different badges for your publications
dimensions_badge: false # Dimensions badge (https://badge.dimensions.ai/)

# Filter out certain bibtex entry keywords used internally from the bib output
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview, altmetric]
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, show, html, pdf, selected, supp, blog, code, poster, slides, website, preview, altmetric, topic, timerange]

# Maximum number of authors to be shown for each publication (more authors are visible on click)
max_author_limit: # leave blank to always show all authors
Expand Down Expand Up @@ -407,8 +407,8 @@ medium_zoom:
# -----------------------------------------------------------------------------

jekyll_get_json:
- data: resume
json: assets/json/resume.json # it can also be an url
# - data: resume
json: assets/json/resume.json # it can also be an url
jsonresume:
- basics
- work
Expand Down
6 changes: 6 additions & 0 deletions _layouts/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ <h3 class="card-title font-weight-medium">{{ data[0] | capitalize }}</h3>
{% when "interests" %}
{% include resume/interests.html %}
{% when "certificates" %}
{% include resume/publications.html %}
{% when "publications" %}
{% include resume/certificates.html %}
{% else %}

Expand All @@ -92,5 +94,9 @@ <h3 class="card-title font-weight-medium">{{ data[0] | capitalize }}</h3>
</div>
</article>

<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} %}
</div>

</div>
{% endunless %}
66 changes: 66 additions & 0 deletions _layouts/my_publications.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
layout: default
---

<div class="post">

<header class="post-header">
<h1 class="post-title">publications</h1>
<!-- <p class="post-description">{{ page.description }}</p> -->
</header>
My research broadly focuses on <b>AI + Sustainability</b>, with the goal of building a sustainable and equitable future. More concretely, I work on two complementary directions: (1) developing foundational algorithms and methodologies to make AI and computing systems more sustainable; and (2) leveraging AI and computational techniques to make our society more sustainable and equitable.
In addition, I have also done research on a few other topics such as security,
fairness, and networks.
<br/>
<br/>
<article>

<h3 class="card-title font-weight-medium">selected papers</h3>
<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} -q @*[selected=true && show=true]* %}
</div>

<h3 class="card-title font-weight-medium">ai & computing for sustainability</h3>
<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} -q @*[topic=ai4sustainability && show=true]* %}
</div>


<h3 class="card-title font-weight-medium">sustainabile ai & computing</h3>
<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} -q @*[topic=green && show=true]* %}
</div>

<h3 class="card-title font-weight-medium">security & resilience</h3>
<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} -q @*[topic=security && show=true]* %}
</div>

<h3 class="card-title font-weight-medium">others</h3>
<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} -q @*[topic=others && show=true]* %}
</div>

<h3 class="card-title font-weight-medium">by year</h3>
<h4 class="card-title font-weight-medium">2021 -- present</h4>
<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} -q @*[timerange=21to25 && show=true]* %}
</div>
<h4 class="card-title font-weight-medium">2016 -- 2020</h4>
<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} -q @*[timerange=16to20 && show=true]* %}
</div>
<h4 class="card-title font-weight-medium">2015 & before</h4>
<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} -q @*[timerange=before16 && show=true]* %}
</div>

</article>


</div>




</div>
6 changes: 4 additions & 2 deletions _pages/publications.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
layout: page
layout: my_publications
permalink: /publications/
title: publication
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
description:
nav: true
nav_order: 1
toc:
sidebar: left
---

**Under construction. Please visit my old page: [https://intra.ece.ucr.edu/~sren/publications.html](https://intra.ece.ucr.edu/~sren/publications.html)**
Expand Down
16 changes: 11 additions & 5 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -627,12 +627,13 @@ footer.sticky-bottom {
.abbr {
height: 2rem;
margin-bottom: 0.5rem;
font-size: 1.05rem;

abbr {
display: inline-block;
background-color: var(--global-theme-color);
padding-left: 1rem;
padding-right: 1rem;
padding-left: 0.4rem;
padding-right: 0.4rem;

a {
color: white;
Expand Down Expand Up @@ -956,17 +957,22 @@ progress::-moz-progress-bar {
}
}



/* Table of Contents */
nav[data-toggle="toc"] {
top: 5rem;
/* width: 150px; */

.nav .nav>li>a {
font-size: .75rem;
font-size: 0.85rem;
}

.nav>li>a {
color: var(--global-text-color);
font-size: .75rem;
/* color: #{$purple-color}; */
font-weight: light;
font-size: 0.85rem;

&:hover {
color: var(--global-hover-color);
Expand All @@ -977,7 +983,7 @@ nav[data-toggle="toc"] {
.nav-link.active {
color: var(--global-theme-color);
border-left-color: var(--global-theme-color);
font-size: .75rem;
font-size: 0.85rem;

&:hover {
color: var(--global-hover-color);
Expand Down

0 comments on commit 2dfa84d

Please sign in to comment.