Skip to content

Commit

Permalink
Adding the website link of CodeTree (#76)
Browse files Browse the repository at this point in the history
* πŸ§‘β€πŸ’» upgrade yarn

* 🌱  add codetree website

* πŸ’š fix CI build
  • Loading branch information
jhw123 authored Dec 4, 2024
1 parent fe2d4ca commit c8b2ce3
Show file tree
Hide file tree
Showing 6 changed files with 1,438 additions and 1,394 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"prettier-eslint": "^16.3.0",
"typescript": "^5"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.5.3"
}
5 changes: 4 additions & 1 deletion src/data/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ export const PUBLICATIONS: Publication[] = [
},
],
},

{
title: 'ChoiceMates: Supporting Unfamiliar Online Decision-Making with Multi-Agent Conversational Interactions',
authors: [MEMBERS.jeongeonpark, MEMBERS.bryanmin, 'Xiaojuan Ma', MEMBERS.juhokim],
Expand Down Expand Up @@ -875,6 +874,10 @@ export const PUBLICATIONS: Publication[] = [
url: 'https://dl.acm.org/doi/10.1145/3637308',
type: PublicationLinkType.ACM,
},
{
url: 'https://jhw123.github.io/project/codetree',
type: PublicationLinkType.WEB,
},
],
},
{
Expand Down
Loading

0 comments on commit c8b2ce3

Please sign in to comment.