Skip to content

Commit

Permalink
Quartz sync: Feb 7, 2024, 3:13 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Song committed Feb 7, 2024
1 parent 5149058 commit 27e2f51
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
1 change: 1 addition & 0 deletions content/Diffsinger/Diffsinger Extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Diffsinger Extension
draft: false
tags:
- Deep-Learning
---
# DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism
493G Final Project
Expand Down
2 changes: 2 additions & 0 deletions content/FSM/Finite-State Machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Finite-State Machine
draft: false
tags:
- Robotics
- NLP
---
# Automatic Finite-State Machine Generation for Robotic Tasks from Natural Language Specifications
Guided by Maya Cakmak
Expand Down
1 change: 1 addition & 0 deletions content/Vera/Vera Extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Vera Extension
draft: false
tags:
- NLP
---
# Vera: A General-Purpose Plausibility Estimation Model for Commonsense Statements
447 Final Project
Expand Down
4 changes: 2 additions & 2 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Research Documentation
title: Documentation
draft: false
tags:
---

This is my research process documentation.
- [[Finite-State Machine]]
- [[Vera Extension]]
- [[Diffsinger Extension]]
18 changes: 11 additions & 7 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import * as Component from "./quartz/components"
// components shared across all pages
export const sharedPageComponents: SharedLayout = {
head: Component.Head(),
header: [],
header: [
Component.PageTitle(),
Component.Search(),
Component.Darkmode(),
],
footer: Component.Footer({
links: {
},
Expand All @@ -14,16 +18,16 @@ export const sharedPageComponents: SharedLayout = {
// components for pages that display a single page (e.g. a single note)
export const defaultContentPageLayout: PageLayout = {
beforeBody: [
Component.Breadcrumbs(),
Component.ArticleTitle(),
// Component.Breadcrumbs(),
// Component.ArticleTitle(),
Component.ContentMeta(),
Component.TagList(),
],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.Darkmode(),
// Component.PageTitle(),
// Component.MobileOnly(Component.Spacer()),
// Component.Search(),
// Component.Darkmode(),
// Component.DesktopOnly(Component.Explorer()),
],
right: [
Expand Down

0 comments on commit 27e2f51

Please sign in to comment.