Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <meta name="description" content="Data2Paper turns survey, questionnaire, experimental, and clinical datasets into editable research papers." /> | |
| <title>Data2Paper β Turn Data into Research Papers</title> | |
| <style> | |
| :root { color-scheme: light dark; font-family: Inter, system-ui, sans-serif; } | |
| body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: #07120f; color: #f2fbf7; } | |
| main { width: min(760px, calc(100% - 40px)); padding: 64px 0; } | |
| .mark { width: 88px; height: 88px; display: grid; place-items: center; border-radius: 24px; background: linear-gradient(135deg, #059669, #2563eb); font-size: 44px; } | |
| h1 { margin: 24px 0 12px; font-size: clamp(42px, 8vw, 72px); letter-spacing: -0.05em; } | |
| p { max-width: 680px; color: #bad1c8; font-size: 20px; line-height: 1.6; } | |
| nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; } | |
| a { padding: 12px 18px; border-radius: 10px; color: white; text-decoration: none; border: 1px solid #325248; } | |
| a.primary { background: #059669; border-color: #059669; } | |
| </style> | |
| </head> | |
| <body> | |
| <main> | |
| <div class="mark" aria-label="Data2Paper">π</div> | |
| <h1>Data2Paper</h1> | |
| <p> | |
| Turn survey, questionnaire, experimental, scale, panel, and clinical | |
| datasets into research papers with statistical analysis, figures, and | |
| editable outputs. | |
| </p> | |
| <nav> | |
| <a class="primary" href="https://datatopaper.com/?utm_source=huggingface&utm_medium=referral">Open Data2Paper</a> | |
| <a href="https://datatopaper.com/pricing?utm_source=huggingface&utm_medium=referral">View pricing</a> | |
| <a href="https://datatopaper.com/blog?utm_source=huggingface&utm_medium=referral">Read the blog</a> | |
| </nav> | |
| </main> | |
| </body> | |
| </html> | |