Your researcher slug:
Need to add or change your research IDs later? Update your profile
git clone https://github.com/martinfrasch/researchtwin.git && cd researchtwin
pip install -r backend/requirements.txt
cp node_config.json.example node_config.json && nano node_config.json
export PERPLEXITY_API_KEY=pplx-...
python run_node.py --config node_config.json
Prerequisites: Python 3.10+, Perplexity API key (for chat). All data connectors (Semantic Scholar, GitHub, Figshare) work without keys.
Show your S-Index on your lab website, Google Sites page, or personal homepage.
YOUR-SLUG with your researcher slug:
<iframe src="https://researchtwin.net/embed.html?slug=YOUR-SLUG" width="440" height="180" style="border:none; border-radius:12px;" loading="lazy"></iframe>click to copy
Google Sites: Edit your page → Insert → Embed → "By URL" tab → paste https://researchtwin.net/embed.html?slug=YOUR-SLUG
WordPress: Add a Custom HTML block → paste the iframe code
Any HTML page: Paste the iframe code directly into your HTML
Let visitors chat with your Digital Twin using their own LLM API key (no cost to you).
YOUR-SLUG with your researcher slug:
<iframe src="https://researchtwin.net/chat-widget.html?slug=YOUR-SLUG" width="400" height="500" style="border:none; border-radius:12px;" loading="lazy"></iframe>click to copy
Google Sites: Edit your page → Insert → Embed → "By URL" tab → paste https://researchtwin.net/chat-widget.html?slug=YOUR-SLUG
WordPress: Add a Custom HTML block → paste the iframe code
Any HTML page: Paste the iframe code directly into your HTML