scientify 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.en.md +21 -0
  2. package/README.md +21 -0
  3. package/package.json +1 -1
package/README.en.md CHANGED
@@ -341,6 +341,27 @@ See [CLAUDE.md](./CLAUDE.md) for version update SOP and contribution guide.
341
341
 
342
342
  ---
343
343
 
344
+ ## Beta Sign-Up
345
+
346
+ Scientify is currently in closed beta, open to individuals and teams with real research needs.
347
+
348
+ After signing up, we will provide:
349
+
350
+ 1. Detailed onboarding guidance to get you started quickly
351
+ 2. An assessment of your research domain and the feasibility of end-to-end AI-driven research
352
+ 3. Personalized recommendations based on your research workflow
353
+ 4. Rapid development of new features tailored to your needs
354
+
355
+ <p align="center">
356
+ <a href="https://tsingyuai.feishu.cn/share/base/form/shrcne78pTl0NJ9gQqVPDvWm7Wb">
357
+ <img src="docs/assets/showcase/entry.png" width="200" alt="Scan to sign up for beta">
358
+ </a>
359
+ <br>
360
+ <sub><a href="https://tsingyuai.feishu.cn/share/base/form/shrcne78pTl0NJ9gQqVPDvWm7Wb">Sign Up for Beta</a></sub>
361
+ </p>
362
+
363
+ ---
364
+
344
365
  ## License
345
366
 
346
367
  MIT
package/README.md CHANGED
@@ -277,6 +277,27 @@ openclaw plugins install -l ./
277
277
 
278
278
  ---
279
279
 
280
+ ## 内测报名
281
+
282
+ Scientify 目前处于内测阶段,面向有真实研究需求的个人和团队开放。
283
+
284
+ 报名后,我们会为你提供:
285
+
286
+ 1. 详细的使用指导,帮助你快速上手
287
+ 2. 评估你的研究领域,分析 Scientify 执行端到端研究的可行性
288
+ 3. 根据你的研究特点推荐最适合的使用方法
289
+ 4. 根据你的需求快速开发新功能
290
+
291
+ <p align="center">
292
+ <a href="https://tsingyuai.feishu.cn/share/base/form/shrcne78pTl0NJ9gQqVPDvWm7Wb">
293
+ <img src="docs/assets/showcase/entry.png" width="200" alt="扫码报名内测">
294
+ </a>
295
+ <br>
296
+ <sub><a href="https://tsingyuai.feishu.cn/share/base/form/shrcne78pTl0NJ9gQqVPDvWm7Wb">扫描二维码,或者点我立即报名内测</a></sub>
297
+ </p>
298
+
299
+ ---
300
+
280
301
  ## License
281
302
 
282
303
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scientify",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Scientify - AI-powered research workflow automation for OpenClaw. Includes idea generation, literature review, research pipeline skills, and arxiv tool.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",