Skip to content

2zkai/Robotics-Deadlines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robotics-Deadlines

机器人学相关会议截稿日期倒计时系统 (Robotics Conference Deadline Countdown System)

功能特点

  • 📅 实时显示各大机器人学会议的截稿倒计时
  • 🔍 按研究领域分类展示会议信息
  • 📱 响应式设计,支持移动端访问
  • 🔄 动态更新倒计时显示

快速开始

前置要求

  • Node.js (v12.0.0 或更高版本)
  • npm (v6.0.0 或更高版本)

安装步骤

  1. 克隆仓库
git clone git@github.com:2zkai/Robotics-Deadlines.git
cd Robotics-Deadlines
  1. 安装依赖
npm install
  1. 启动服务器
npm start

访问 http://localhost:3000 即可查看应用

项目结构

Robotics-Deadlines/
├── src/
│   ├── public/
│   │   ├── index.html
│   │   └── style.css
│   ├── server.js
│   ├── database.js
│   └── init-data.js
├── package.json
└── README.md

会议分类

  • 与机器人强相关 (Strongly Related to Robotics)
  • 交叉领域 (Somewhere Between)
  • 与AI强相关 (Strongly Related to AI)

API 接口

GET /api/conferences

获取所有会议信息

POST /api/conferences

添加新会议

{
  "name": "会议名称",
  "deadline": "截稿日期",
  "category": "分类"
}

PUT /api/conferences/:id/category

更新会议分类

{
  "category": "新分类"
}

About

Deadline website for Robotics conference|搞中世纪AI,发羊皮纸Paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •