|
| 1 | +<h1>RecRec <a href="https://poloclub.github.io/recrec/"><picture> |
| 2 | + |
| 3 | + <source media="(prefers-color-scheme: dark)" srcset="public/android-chrome-192x192.png"> |
| 4 | + <img align="right" alt="RecRec logo." src="public/android-chrome-192x192.png" width="30" height="30"> |
| 5 | +</picture></a></h1> |
| 6 | + |
| 7 | +[](https://github.com/xiaohk/recrec/actions/workflows/build.yml) |
| 8 | +[](https://github.com/xiaohk/recrec/blob/main/LICENSE) |
| 9 | +[](https://www.npmjs.com/package/recrec) |
| 10 | + |
| 11 | +Recommender for recommendation letter writers 👍 |
| 12 | + |
| 13 | +<a href="https://xiaohk.github.io/wordflow"><img width="100%" src='https://i.imgur.com/QaWYWni.png'></a> |
| 14 | + |
| 15 | +## What is RecRec? |
| 16 | + |
| 17 | +RecRec is a practical tool for finding academic recommendation letter writers. |
| 18 | +Whether you are applying for a fellowship, job, or green card petition, RecRec helps you quickly identify the best letter writers. |
| 19 | +RecRec highlights connections between you and potential recommenders and lets you filter by citations, awards, and other criteria. |
| 20 | +Save time and get the most impactful recommendations with RecRec! |
| 21 | + |
| 22 | +## Get Started |
| 23 | + |
| 24 | +To use RecRec, visit: <https://xiaohk.github.io/recrec/>. |
| 25 | + |
| 26 | +## Developing RecRec |
| 27 | + |
| 28 | +Clone or download this repository: |
| 29 | + |
| 30 | +```bash |
| 31 | +git clone [email protected]:xiaohk/recrec.git |
| 32 | +``` |
| 33 | + |
| 34 | +Install the dependencies: |
| 35 | + |
| 36 | +```bash |
| 37 | +npm install |
| 38 | +``` |
| 39 | + |
| 40 | +Then run RecRec: |
| 41 | + |
| 42 | +``` |
| 43 | +npm run dev |
| 44 | +``` |
| 45 | + |
| 46 | +Navigate to localhost:3000. You should see RecRec running in your browser :) |
| 47 | + |
| 48 | +## Credits |
| 49 | + |
| 50 | +RecRec is created by <a href='https://zijie.wang/' target='_blank'>Jay Wang</a>. |
| 51 | + |
| 52 | +<!---- |
| 53 | +
|
| 54 | +## Citation |
| 55 | +
|
| 56 | +To learn more about RecRec and social prompt engineering, check out our [research paper](https://arxiv.org/abs/2401.14447). |
| 57 | +
|
| 58 | +```bibtex |
| 59 | +@article{wangWordflowSocialPrompt2024, |
| 60 | + title = {Wordflow: {{Social Prompt Engineering}} for {{Large Language Models}}}, |
| 61 | + shorttitle = {Wordflow}, |
| 62 | + author = {Wang, Zijie J. and Chakravarthy, Aishwarya and Munechika, David and Chau, Duen Horng}, |
| 63 | + year = {2024}, |
| 64 | + url = {http://arxiv.org/abs/2401.14447}, |
| 65 | + urldate = {2024-01-29}, |
| 66 | + archiveprefix = {arxiv}, |
| 67 | + journal = {arXiv 2401.14447} |
| 68 | +} |
| 69 | +``` |
| 70 | +
|
| 71 | +---> |
| 72 | + |
| 73 | +## License |
| 74 | + |
| 75 | +The software is available under the [MIT License](https://github.com/xiaohk/recrec/blob/main/LICENSE). |
| 76 | + |
| 77 | +## Contribution |
| 78 | + |
| 79 | +Feature requests, bug reports, and fixes are all welcome! Start by [opening an issue](https://github.com/xiaohk/recrec/issues/new). |
| 80 | + |
| 81 | +## Contact |
| 82 | + |
| 83 | +If you have any questions, feel free to [open an issue](https://github.com/xiaohk/recrec/issues/new) or contact [Jay Wang](https://zijie.wang). |
0 commit comments