Skip to content

Commit 0086c71

Browse files
committed
Update readme
Signed-off-by: Jay Wang <[email protected]>
1 parent 6cfdd73 commit 0086c71

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@
1010

1111
Recommender for recommendation letter writers 👍
1212

13-
<a href="https://xiaohk.github.io/recrec"><img width="100%" src='https://i.imgur.com/QaWYWni.png'></a>
13+
<table>
14+
<tr>
15+
<td colspan="2"><a href="https://xiaohk.github.io/recrec"><img width="100%" src='https://github.com/xiaohk/gifs/blob/main/recrec-600.gif?raw=true'></a></td>
16+
</tr>
17+
<tr></tr>
18+
<tr align="center">
19+
<td><a href="https://xiaohk.github.io/recrec">🚀 RecRec Demo</a></td>
20+
<td><a href="https://youtu.be/p1mI650PjPc">📺 Demo Video</a></td>
21+
</tr>
22+
</table>
1423

1524
## What is RecRec?
1625

@@ -19,6 +28,13 @@ Whether you are preparing for your tenure package, job application, or green car
1928
RecRec highlights connections between you and potential recommenders and lets you filter by citations, awards, and other criteria.
2029
Save time and get the most impactful recommendations with RecRec!
2130

31+
### Demo Video
32+
33+
<details>
34+
<summary>Click to see the high-resolution demo video!</summary>
35+
<video src="https://github.com/xiaohk/recrec/assets/15007159/7de298a0-6bf0-41ce-bb24-6dbd1ce84c5a"></video>
36+
</details>
37+
2238
## How Does RecRec Work?
2339

2440
RecRec uses [Semantic Scholar's](https://www.semanticscholar.org) citation database to analyze and identify all researchers who have cited your papers.

src/components/recrec/recrec.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* overflow: hidden; */
1010
border: 1px solid var(--gray-300);
1111
overflow: hidden;
12-
border-radius: var(--border-radius);
12+
/* border-radius: var(--border-radius); */
1313
background: white;
1414
/* box-shadow:
1515
0 0 2px hsla(0, 0%, 0%, 0.1),

0 commit comments

Comments
 (0)