tfrere's picture
tfrere HF Staff
update title and desc
42b1584
|
raw
history blame
4.43 kB
metadata
title: Evaluation guidebook
short_desc: Understanding the tips and tricks of evaluating an LLM in 2025
emoji: ๐Ÿ“
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
header: mini
app_port: 8080
tags:
  - research-article-template
  - research paper
  - scientific paper
  - data visualization
thumbnail: https://HuggingFaceTB-smol-training-playbook.hf.space/thumb.png

Research Article Template

License: CC BY 4.0 Node.js Version Astro Hugging Face Spaces

A modern, interactive template for scientific writing that brings papers to life with web-native features. The web offers what static PDFs can't: interactive diagrams, progressive notation, and exploratory views that show how ideas behave. This template treats interactive artifactsโ€”figures, math, code, and inspectable experimentsโ€”as first-class alongside prose, helping readers build intuition instead of skimming resultsโ€”all with minimal setup and no web knowledge required.

Try the live demo & documentation โ†’

๐Ÿš€ Quick Start

Option 1: Duplicate on Hugging Face (Recommended)

  1. Visit ๐Ÿค— Research Article Template
  2. Click "Duplicate this Space"
  3. Clone your new repository:
    git clone git@hf.co:spaces/<your-username>/<your-space>
    cd <your-space>
    

Option 2: Clone Directly

git clone https://github.com/tfrere/research-article-template.git
cd research-article-template

Installation

# Install Node.js 20+ (use nvm for version management)
nvm install 20
nvm use 20

# Install Git LFS and pull assets
git lfs install
git lfs pull

# Install dependencies
cd app
npm install

# Start development server
npm run dev

Visit http://localhost:4321 to see your site!

๐ŸŽฏ Who This Is For

  • Scientists writing modern, web-native research papers
  • Educators creating interactive, explorable lessons
  • Researchers who want to focus on ideas, not infrastructure
  • Anyone who values clear, engaging technical communication

๐ŸŒŸ Inspired by Distill

This template carries forward the spirit of Distill (2016โ€“2021), pushing interactive scientific writing even further with:

  • Accessible, high-quality explanations
  • Reproducible, production-ready demos
  • Modern web technologies and best practices

๐Ÿค Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

Ways to Contribute

  • Report bugs - Open an issue with detailed information
  • Suggest features - Share ideas for improvements
  • Improve documentation - Help others get started
  • Submit code - Fix bugs or add features
  • Join discussions - Share feedback and ideas

๐Ÿ“„ License

This project is licensed under the Creative Commons Attribution 4.0 International License.

  • Diagrams and text: CC-BY 4.0
  • Source code: Available on Hugging Face
  • Third-party figures: Excluded and marked in captions

๐Ÿ™ Acknowledgments

  • Inspired by Distill and the interactive scientific writing movement
  • Built with Astro, MDX, and modern web technologies
  • Community feedback and contributions from researchers worldwide

๐Ÿ“ž Support


Made with โค๏ธ for the scientific community