Skip to content

Commit

Permalink
feat: Update citation and contact information in about.jac
Browse files Browse the repository at this point in the history
  • Loading branch information
chandralegend committed May 3, 2024
1 parent 470ea17 commit 4687143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/components/about.jac
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import:py streamlit as st;

can about {
github_mk = '''[![GitHub Repo stars](https://img.shields.io/github/stars/Jaseci-Labs/slam?style=social)](https://github.com/Jaseci-Labs/slam)''';
citation = '''```Evgeny Pogrebnyak. (2021). Github data for static site generators (SSG) popularity (Version 0.1.2) [Data set]. Zenodo. http://doi.org/10.5281/zenodo.4429834```''';
socials_mk = '''Please use GitHub [issues](https://github.com/Jaseci-Labs/slam/issues) for comments and suggestions or contact using links below. [![Twitter Follow](https://img.shields.io/twitter/follow/PogrebnyakE?label=Follow&style=social)](https://twitter.com/jasecilabs) [![Mail Badge](https://img.shields.io/badge/-e.pogrebnyak@gmail.com-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:chandra.irugalbandara@jaseci.org)](mailto:e.pogrebnyak@gmail.com)''';
citation = '''```Chandra Irugalbandara and Ashish Mahendra and Roland Daynauth and Tharuka Kasthuri Arachchige and Jayanaka Dantanarayana and Krisztian Flautner and Lingjia Tang and Yiping Kang and Jason Mars. (2024). Scaling Down to Scale Up: A Cost-Benefit Analysis of Replacing OpenAI's LLM with Open Source SLMs in Production. Arxiv. https://arxiv.org/abs/2312.14972```''';
socials_mk = '''Please use GitHub [issues](https://github.com/Jaseci-Labs/slam/issues) for comments and suggestions or contact using links below. [![Twitter Follow](https://img.shields.io/twitter/follow/PogrebnyakE?label=Follow&style=social)](https://twitter.com/jasecilabs) [![Mail Badge](https://img.shields.io/badge/-chandra.irugalbandara@jaseci.org-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:chandra.irugalbandara@jaseci.org)](mailto:chandra.irugalbandara@jaseci.org)''';
st.markdown(github_mk);
st.header("Citation");
st.markdown(citation);
st.header("Contacts");
st.markdown(socials_mk);
}
}

0 comments on commit 4687143

Please sign in to comment.