File size: 4,363 Bytes
2f8bacd
e903a32
2f8bacd
e903a32
2f8bacd
e903a32
2f8bacd
e903a32
 
 
 
 
 
 
 
2f8bacd
e903a32
2f8bacd
e903a32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
title: 'Maintain the unmaintainable'
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://huggingface.co/spaces/tfrere/research-paper-template/thumb.jpg
---
<div align="center">

# Research Article Template

[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
[![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg)](https://nodejs.org/)
[![Astro](https://img.shields.io/badge/Astro-4.10.0-orange.svg)](https://astro.build/)
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tfrere/research-article-template)


**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 →](https://huggingface.co/spaces/tfrere/research-article-template)**

</div>

## 🚀 Quick Start

### Option 1: Duplicate on Hugging Face (Recommended)

1. Visit **[🤗 Research Article Template](https://huggingface.co/spaces/tfrere/research-article-template)**
2. Click **"Duplicate this Space"**
3. Clone your new repository:
   ```bash
   git clone git@hf.co:spaces/<your-username>/<your-space>
   cd <your-space>
   ```

### Option 2: Clone Directly

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

### Installation

```bash
# 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](https://distill.pub/) (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](CONTRIBUTING.md) 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](https://creativecommons.org/licenses/by/4.0/).

- **Diagrams and text**: CC-BY 4.0
- **Source code**: Available on [Hugging Face](https://huggingface.co/spaces/tfrere/research-article-template)
- **Third-party figures**: Excluded and marked in captions

## 🙏 Acknowledgments

- Inspired by [Distill](https://distill.pub/) and the interactive scientific writing movement
- Built with [Astro](https://astro.build/), [MDX](https://mdxjs.com/), and modern web technologies
- Community feedback and contributions from researchers worldwide

## 📞 Support

- **[Community Discussions](https://huggingface.co/spaces/tfrere/research-article-template/discussions)** - Ask questions and share ideas
- **[Report Issues](https://huggingface.co/spaces/tfrere/research-article-template/discussions?status=open&type=issue)** - Bug reports and feature requests
- **Contact**: [@tfrere](https://huggingface.co/tfrere) on Hugging Face

---

**Made with ❤️ for the scientific community**