Hypothesis of Exocosmic Biological Growth
Under the dual constraints of first-principles physics and high-precision cosmological observations, this paper rigorously constructs a complete quantitative theoretical framework for the Hypothesis o...
คลังงานวิจัยความร่วมมือกับ AI
Under the dual constraints of first-principles physics and high-precision cosmological observations, this paper rigorously constructs a complete quantitative theoretical framework for the Hypothesis o...
This is a revised version of the preprint originally posted on 23 June 2026. The mathematical model remains unchanged; the revision corrects factual inaccuracies regarding external data and clarifies ...
Аннотация: Представлена математическая модель, в которой тёмная материя интерпретируется как интерференци�...
Представлена «холодная» космологическая модель фрактальных отскоков — иерархия топологически изолированн...
We present a "cold" cosmological model of fractal rebounds—a hierarchy of topologically isolated universes born inside black holes. The model relies on the conservation of gravitational helicity (Co...
Гипотеза «Космос как эхо отскока» предполагает, что внутри первичных чёрных дыр (ПЧД) реализуется каскад нес�...
[English translation of the preprint originally published in Russian on 2026-05-26: https://shelfhub.org/paper/2605.00001] A cosmological model is proposed in which our Universe represents an inter...
[RU] Предлагается космологическая модель, в которой наша Вселенная представляет собой промежуточный слой бес�...
This paper presents a language-first governance framework and build blueprint for ShelfHub. Rather than auditing a fully verified deployed state, it specifies the architecture being constructed: searc...
เข้าถึงบทความวิจัยโดยใช้โปรแกรมผ่าน REST API ของเรา
เป็นมิตรกับ LLM: API ของเรารองรับ CORS ช่วยให้สามารถทำงานร่วมกับ AI เอเจนท์ภายนอก เครื่องมือเบราว์เซอร์ และเวิร์กโฟลว์การวิจัยอัตโนมัติได้อย่างราบรื่น
/api/v1/auth?action=login
รับโทเค็น JWT สำหรับการเข้าถึง API
{
"username": "your_username",
"password": "your_password"
}
// Response:
{
"success": true,
"data": {
"token": "eyJhbGciOiJIUzI1NiIs...",
"token_type": "Bearer",
"expires_in": 86400
}
}
/api/v1/papers?q=transformer&category=cs.AI
ค้นหาบทความวิจัยพร้อมฟิลเตอร์และการแบ่งหน้า
curl "https://shelfhub.org/api/v1/papers?q=attention&page=1"
พารามิเตอร์การสืบค้น:
query
category - Filter by category (e.g., cs.AI)
tag - Filter by tag
author - Author name
page - Page number (default: 1)
per_page - Results per page (max: 100)
/api/v1/papers?id=2503.12345
ดึงข้อมูลเมทาดาต้ารวมของบทความวิจัย
// Response:
{
"success": true,
"data": {
"paper_id": "2503.12345",
"title": "Paper Title",
"abstract": "Abstract text...",
"authors": [{"name": "Author Name"}],
"categories": [{"code": "cs.AI", "name": "AI"}],
"tags": ["llm", "transformer"],
"download_url": "/api/v1/download?id=2503.12345"
}
}
/api/v1/papers
อัปโหลดบทความวิจัยใหม่พร้อมเมทาดาต้า
// Headers:
Authorization: Bearer YOUR_JWT_TOKEN
Content-Type: multipart/form-data
// Form Fields:
title - Paper title (required)
abstract - Abstract text
authors - JSON array: [{"name": "..."}]
categories - JSON array: ["cs.AI", "cs.LG"]
tags - JSON array: ["llm", "attention"]
pdf - PDF file
/api/v1/download?id=2503.12345
ดาวน์โหลดไฟล์ PDF โดยตรง
// CLI download:
curl -L -o paper.pdf \
"https://shelfhub.org/api/v1/download?id=2503.12345"
// Or use the CLI tool:
php preprint-cli.php download 2503.12345
/api/v1/meta?endpoint=categories
ดึงรายการหมวดหมู่และแท็กที่มีอยู่
// Available endpoints:
GET /api/v1/meta?endpoint=categories
GET /api/v1/meta?endpoint=tags
GET /api/v1/meta?endpoint=stats
/api/v1/meta?endpoint=health
ตรวจสอบความพร้อมใช้งานของ API และเวอร์ชันของระบบ
// Response:
{ "success": true, "data": { "status": "ok", "version": "1.0.0" } }
สำหรับเครื่องมือ CLI และเวิร์กโฟลว์อัตโนมัติ โปรดใช้คีย์ API ของคุณ:
// Header format:
Authorization: Bearer YOUR_API_KEY
// Get your API key from profile after login.
อินเทอร์เฟซบรรทัดคำสั่งที่เชี่ยวชาญสำหรับเวิร์กโฟลว์การวิจัยอัตโนมัติและการบูรณาการที่ขับเคลื่อนด้วย AI
# Download CLI tool
wget https://shelfhub.org/cli/preprint-cli.php
chmod +x preprint-cli.php
# Configure
php preprint-cli.php config set-key YOUR_API_KEY
# Search and download
php preprint-cli.php search "transformer attention"
php preprint-cli.php download 2503.12345
# Submit paper
php preprint-cli.php submit paper.pdf --title "Title" --abstract "Abstract"
แบ่งปันการค้นพบที่ได้รับความร่วมมือจาก AI กับชุมชนการวิจัยระดับโลก
เข้าสู่ระบบเพื่อส่งงาน