Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • D data-specification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Yu Yin
  • data-specification
  • Wiki
  • 门诊专家

门诊专家 · Changes

Page history
Create 门诊专家 authored Dec 20, 2019 by Yu Yin's avatar Yu Yin
Show whitespace changes
Inline Side-by-side
门诊专家.md 0 → 100644
View page @ 73dbbbaf
# 门诊专家爬取需求
这是一个简单实验,要求你爬取科大附属医院的全部门诊医师信息。数据来自于: http://www.ahslyy.com.cn/mz/index_13.aspx?pid=20
另外需要你**每周更新**全部医师的排班表,
## 数据格式
医师:
```js
[
{
"id":
"姓名":
"性别":
"职称":
"所属科室":
"专业特长":
"详细介绍":
},
..
]
```
其中 id 为自行生成的唯一编号。
排班表:
```js
[
{
"分区":
"门诊类型":
"科室":
"日期":
"时间":
"医师": [医师id1, 医师id2, ...]
}
]
```
其中 id 需要和医师表中 id 对应。
## 评分标准
1. 完成采集任务:1分
2. 每周更新排班表:1分
Clone repository
  • 39健康网 手术
  • 39健康网 检查
  • 39健康网 疾病
  • 39健康网 症状
  • 39健康网 药品
  • Coursera 视频间习题2
  • KDD 接收论文信息
  • LeetCode 中文讨论
  • LeetCode 中文试题
  • LeetCode 讨论
  • LeetCode 试题
  • Leetcode 题解
  • coursera
  • Home
  • 中国裁判文书网
View All Pages