diff --git a/src/api/index.js b/src/api/index.js index 5936b2a..13d849b 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -1,5 +1,6 @@ import Setting from '@/setting' const host = Setting.apiBaseURL +let host1 = 'http://192.168.31.51:10010/' export default { logins: `users/users/user/login`, @@ -15,12 +16,15 @@ export default { backgroundActivityList: `competition/competition/management/backgroundActivityList`, addCompetition: `competition/competition/management/addCompetition`, batchDeleteCompetition: `competition/competition/management/batchDeleteCompetition`, - checkTheStatusOfTheCompetition: `competition/competition/management/checkTheStatusOfTheCompetition`, disabledEventsCompetition: `competition/competition/management/disabledEvents`, editCompetition: `competition/competition/management/editCompetition`, getCompetition: `competition/competition/management/getCompetition`, - getProjectAssessmentByCompetition: `occupationlab/occupationlab/projectManage/getProjectAssessmentByCompetition`, - publishCompetition: `competition/competition/management/publishCompetition`, - detailsOfCompetitionStage: `competition/competition/management/detailsOfCompetitionStage`, - entryInformation: `competition/competition/team/entryInformation`, + queryRegistrationByCondition: `competition/competition/registration/queryRegistrationByCondition`, + + delCertification: `users/enterprise/certification/batchDeletion`, + findCertification: `users/enterprise/certification/findById`, + selectEnterpriseCertificationList: `users/enterprise/certification/selectEnterpriseCertificationList`, + + queryUserInfoList: `${host1}users/users/userAccount/queryUserInfoList`, + viewUserDetails: `${host1}users/users/userAccount/viewUserDetails`, } \ No newline at end of file diff --git a/src/const/column.js b/src/const/column.js deleted file mode 100644 index 3fcefb8..0000000 --- a/src/const/column.js +++ /dev/null @@ -1,75 +0,0 @@ -/** - * 栏目配置 - * */ - -export default { - // 栏目类型 - types: [ - { - id: 1, - name: '常规栏目' - }, - { - id: 2, - name: '跳转链接' - }, - { - id: 3, - name: '长页栏目' - }, - { - id: 4, - name: '子级优先栏目' - } - ], - // 出版物类型 - publicationTypes: [ - { - id: 1, - name: '科技图书' - }, - { - id: 2, - name: '科技期刊' - }, - { - id: 3, - name: '专利文献' - }, - { - id: 4, - name: '会议文献' - }, - { - id: 5, - name: '科技报告' - }, - { - id: 6, - name: '政府出版物' - }, - { - id: 7, - name: '学位论文' - }, - { - id: 8, - name: '标准文献' - }, - { - id: 9, - name: '产品资料和其它' - } - ], - // 专利类别 - patentClasses: [ - { - id: 1, - name: '发明专利' - }, - { - id: 2, - name: '实用外观' - } - ] -} diff --git a/src/const/modules.js b/src/const/modules.js deleted file mode 100644 index be7f7ac..0000000 --- a/src/const/modules.js +++ /dev/null @@ -1,10926 +0,0 @@ -/** - * 页面设置的模块默认数据 - * */ - -export default { - index: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '', - isEnable: 1 - }, - list: [ - { - pic: 'https://huoran.oss-cn-shenzhen.aliyuncs.com/20230904/png/1698579017697353728.png', - title: '最全,最新的实验教学产品中心', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '稳定高效的在线实验教学与学习系统', - isEnable: 1 - } - ] - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '', - isEnable: 1 - }, - list: [ - { - pic: 'https://www.occupationlab.com/images/index/1.png', - title: '职站', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '教、学、练、考实验教学平台', - isEnable: 1 - }, - { - pic: 'https://www.occupationlab.com/images/index/2.png', - title: 'Dataforward数据前瞻', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '准确海量的数据平台', - isEnable: 1 - }, - { - pic: 'https://www.occupationlab.com/images/index/3.png', - title: '大赛平台', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '技能实践的大赛平台', - isEnable: 1 - }, - ], - dialogWidth: '1200px', - }, - ], - member: [ - { - type: 'introduce', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - ], - form: { - title: '', - isEnable: 1 - }, - list: [ - { - title: '找实训产品难?', - isEnable: 1 - }, - { - title: '专业咨询、写方案难?', - isEnable: 1 - }, - { - title: '产品与方案匹配难?', - isEnable: 1 - }, - { - title: '项目垫资难?', - isEnable: 1 - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'des', - label: '描述', - required: true - }, - ], - form: { - des: '职站商城聚合新商科实训产品,高品质低价格,让你一站式采购无忧', - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - des: '', - isEnable: 1 - }, - list: [ - { - pic: 'https://www.occupationlab.com/images/member/icon1.png', - title: '采购降本', - des: '优选高品质低价格产品', - isEnable: 1 - }, - { - pic: 'https://www.occupationlab.com/images/member/icon2.png', - title: '精准匹配', - des: '体系化产品方案匹配满足不同学科需求', - isEnable: 1 - }, - { - pic: 'https://www.occupationlab.com/images/member/icon3.png', - title: '本地服务', - des: '提供项目全流程售前售后支持服务', - isEnable: 1 - }, - { - pic: 'https://www.occupationlab.com/images/member/icon4.png', - title: '移动办公', - des: '查看产品、参数,下单,方案生成,手机上即可完成', - isEnable: 1 - }, - { - pic: 'https://www.occupationlab.com/images/member/icon5.png', - title: '免息账期', - des: '先发货后付款,支持背靠背支付', - isEnable: 1 - }, - { - pic: 'https://www.occupationlab.com/images/member/icon6.png', - title: '智能方案', - des: '内置有实验室配置方案模板只需3分钟即可生成方案', - isEnable: 1 - }, - ] - }, - ], - - about: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/about/1.png', - title: 'ABOUT', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/about/2.png', - title: 'Our History', - subTitle: 'Throughout the world, most of the top science and technology innovation centers are distributed', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `Greater Bay area is the most economically developed China. Therefore, in 2019, the Chinese central government proposed to build this region an international science ion cente. - - As one of the core cities in the bay area, with the convenient transportation infrastructure.` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Our Values', - des: 'What makes a light chaser' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '概述', - required: true - } - ], - form: { - title: 'Integrity', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '概述', - required: true - } - ], - form: { - title: 'Adventure', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '概述', - required: true - } - ], - form: { - title: 'Serve', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '概述', - required: true - } - ], - form: { - title: 'Focus on Future', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Facts', - des: 'Strength in numbers' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '2020', - des: 'The year IASF was founded' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '2', - des: 'Facility projects' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '240', - des: 'Employees' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '10', - des: 'Academicians' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '45%', - des: 'Hold doctorates or the highest degree in their field' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '$32B+', - des: 'Facility construction need-based grant aid provided ' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/about/5.png', - title: 'Strategic Plan', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'IASF is driven to serve the Science and industry, and solve grand challenges through research and innovation. We are open and creative, pursuing scientific management and decision-making.' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Govening Board & Leadership', - des: 'What makes a ligh chinese bay chaser' - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '', - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/about/6.png', - title: 'Sun Dongbai', - subTitle: 'Founder and 1st PRESIDENT OF THE INSTITUTE OF ADVANCED SCIENCE FACILITIES, SHENZHEN', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Dr. Sun was the executive vice president of Sun Yat- and vice president of the University of Science and Technology Beijing (2008-2017). One of the most widely well-known material scientists aation', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/about/7.png', - title: 'Yang Xueming', - subTitle: 'Vice President of the Institute of Advanced Scienc, Shenzhen', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Dr. Yang is a world-recognized physical chemistry scientist, an Academician of the Chinese Academy of Science, an awardee of the National Science Fund for Distinguished Young Scholars', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/about/8.png', - title: 'Ulf KALSSON', - subTitle: 'The Chairman of Science and Technology Advisory Committee', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Dr. Ulf Karlsson is a joint professor of Linköping University and KTH Royal Institute of Technology. He established the laboratory of material science and was the director of the materials science platform', - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Committees', - des: 'What makes a ligh chinese bay chaser' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/about/9.png', - title: 'Science and Technology', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'installation and nanostructuring' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/about/10.png', - title: 'User Committee', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'installation and nanostructuring' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/about/11.png', - title: 'Industry Advancement Committee', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'installation and nanostructuring' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Staff & Organization Chart', - des: 'Meet the light chaser' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/about/12.png', - title: 'Throughout the world, most of the top science and technology innovation centers are distributed', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'The IASF has over 300 employees, of which 50% hold a Ph.D. degree, and more than 25% of core positions had abroad research and management experience.' - } - }, - ], - careers: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/careers/1.png', - title: 'CAREERS', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/careers/2.png', - title: 'Research', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Positions' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/careers/3.png', - title: 'Engineering', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Positions' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/careers/4.png', - title: 'Management Staff', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Positions' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/careers/5.png', - title: 'Post-doc Programs', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Positions' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Profiles', - des: 'What makes a light chaser' - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/careers/6.png', - title: 'IASF started its journey to chase light, push the boundaries forward, and discover the unknown.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Throughout the world, most of the top science and technology innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area in Japan.', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/careers/7.png', - title: 'IASF started its journey to chase light, push the boundaries forward, and discover the unknown.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Throughout the world, most of the top science and technology innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area in Japan.', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/careers/8.png', - title: 'IASF started its journey to chase light, push the boundaries forward, and discover the unknown.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Throughout the world, most of the top science and technology innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area in Japan.', - isEnable: 1 - } - ] - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/careers/9.png', - title: 'Benefits', - subTitle: 'YOU ARE IN GOOD HANDS', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'We offer the most competitive package to assure the welfare of our people at IAST.', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/careers/10.png', - title: 'Traineeships', - subTitle: 'YOUR FUTURE STARTS HERE', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'IASF works with research institutions, universities, and others, to provide a pathway for future scientists, engineers, and industry leaders.', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/careers/11.png', - title: 'Programs', - subTitle: 'YOUR INSPIRATION HAS GREAT SUPPORTS', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'We collect various professional and funding resources to support your dream and ideas, your job is as simple as it looks, go for it!', - isEnable: 1 - } - ] - }, - ], - edu: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/edu/1.png', - title: 'EDUCATION & COLLABORATION', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/edu/2.png', - title: 'Partnership', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `Together, Stronger` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/edu/2.png', - title: 'Programs', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `Our campus is Shenzhen and Beyound` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Engagement', - des: 'Serving Community' - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 540, - height: 506 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/edu/3.png', - title: 'community service', - subTitle: 'IASF is driven to serve the Science and industry, and solve grand challenges.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/edu/4.png', - title: 'community service', - subTitle: 'IASF is driven to serve the Science and industry, and solve grand challenges.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/edu/5.png', - title: 'community service', - subTitle: 'IASF is driven to serve the Science and industry, and solve grand challenges.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …', - isEnable: 1 - } - ] - }, - ], - home: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/home/1.png', - title: 'HOME', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'OUR FACILITIES', - des: 'IASF will carry a world-class light source research park by operating a synchrotron radiation facility and a soft X-ray Superconducting free-electron laser facility.' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/home/2.png', - title: 'Shenzhen Innovation Lightsource Facility', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'The Shenzhen synchrotron radiation facility has a fourth-generation diffraction-limited storage ring with an electron energy of 3 GeV at a low emittance of 50-150 pm·rad, and it provides photons with broad range energy from 4 meV to 160 keV.' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/home/3.png', - title: 'Shenzhen Soft X-ray Superconducting Free-electron Laser Facility ', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Shenzhen XFEL consists of a 2.5 GeV CW superconducting linear accelerator and four initial undulator lines, aiming at generating X-Rays between 40 eV and 1 keV at rates up to 1MHz.' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Latest information', - des: 'Keep up with what happen with IASF' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: "Light Chasers' Home at IASF", - des: 'Keep up with what happen with IASF' - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/careers/6.png', - title: 'SHAO Jiahang, PH.D.', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1, - des: '“..., The new facility (S3FEL) will provide the brightest soft X-ray laser to both scientific and industrial users worldwide, enabling applications that are beyond imagination, ...”…' - }, - { - pic: 'http://139.159.254.212/images/careers/7.png', - title: 'PENG Ziling, Ph.D.', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1, - des: '“..., With so many young, professional, and passionate workmates, I treasure the moments we spent on fruitful discussions, brainstorming, teamworking, and the leisure activities on the Guangming farm just next to our worksite, ...”…' - }, - { - pic: 'http://139.159.254.212/images/careers/8.png', - title: 'CHEN Rikun, M.S.', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1, - des: '“..., Working is more of a learning process for a young professional. Every day at IASF I try to learn to write properly, communicate effectively, and solve problems. As getting more experience, I feel excited to grow with IASF, ...”.…' - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '概述', - required: true - } - ], - form: { - title: 'ABOUT', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'The Institute of Advanced Science Facilities in Shenzhen, China is home to world-class science, world-class facilities, and world-class people. Located 25 miles east of Shenzhen city center, on a 1.2 acre campus, IASF has over three hundred researchers and support staff.…' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'IASF at a glance', - des: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '2020', - des: 'The year IASF was founded' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '2', - des: 'Facility projects' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '240', - des: 'Employees' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '10', - des: 'Academicians' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '45%', - des: 'Hold doctorates or the highest degree in their field' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '$32B+', - des: 'Facility construction need-based grant aid provided ' - } - }, - ], - news: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/news/1.png', - title: 'NEWS & EVENTS', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'columns', - form: { - columnName: '', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, - list: [ - { - columnName: 'General news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, - { - columnName: 'Research news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, - { - columnName: 'General news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, - { - columnName: 'General news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, - { - columnName: 'Research news', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, - { - columnName: 'Journal covers', - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Seminars & Workshops', - des: 'What makes a ligh chinese bay chaser' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Conference', - des: 'What makes a ligh chinese bay chaser' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - articleNumOpt: 8, - columnTitle: 1, - columnTitleCustom: '' - } - }, - ], - newsPress: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/news/1.png', - title: 'NEWS & EVENTS', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/newsPress/1.png', - title: 'Reports', - subTitle: 'IASF is driven to serve the Science and industry, and solve grand challenges.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/newsPress/2.png', - title: 'Brochures', - subTitle: 'IASF is driven to serve the Science and industry, and solve grand challenges.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/newsPress/3.png', - title: 'Gallery', - subTitle: 'IASF is driven to serve the Science and industry, and solve grand challenges.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …', - isEnable: 1 - } - ] - }, - ], - newsProcurement: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/news/1.png', - title: 'NEWS & EVENTS', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/newsProcurement/1.png', - title: 'Project ', - subTitle: 'IASF is driven to serve the Science and industry, and solve grand challenges.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/newsProcurement/2.png', - title: 'Goods', - subTitle: 'IASF is driven to serve the Science and industry, and solve grand challenges.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/newsProcurement/3.png', - title: 'Service', - subTitle: 'IASF is driven to serve the Science and industry, and solve grand challenges.', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area …', - isEnable: 1 - } - ] - }, - ], - research: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/research/1.png', - title: 'RESEARCH', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Research Areas', - des: 'What we can do and beyound' - } - }, - { - type: 'forms', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/research/res1.png', - title: 'Physics', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Research Field Description', - }, - { - pic: 'http://139.159.254.212/images/research/res2.png', - title: 'Chemistry', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Research Field Description', - }, - { - pic: 'http://139.159.254.212/images/research/res3.png', - title: 'Biology', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Research Field Description', - }, - { - pic: 'http://139.159.254.212/images/research/res4.png', - title: 'Advanced Materials ', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Research Field Description', - }, - { - pic: 'http://139.159.254.212/images/research/res5.png', - title: 'Advanced Manufacturing', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Research Field Description', - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'R&D Group', - des: 'What makes a ligh chinese bay chaser' - } - }, - { - type: 'forms', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - list: [ - { - pic: 'http://139.159.254.212/images/research/3.png', - title: 'Accelerator Cryogenic System', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/research/4.png', - title: 'Accelerator Laser Science ', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/research/5.png', - title: 'Quantum Materials', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/research/6.png', - title: 'Surface Science and Catalysis', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/research/7.png', - title: 'Atomic and Molecular Science', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/research/8.png', - title: 'Atmospheric and Interstellar Science', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - ] - }, - - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Publications', - des: 'What makes a ligh chinese bay chaser' - } - }, - { - type: 'forms', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/research/12.png', - title: '这里是标题一句话标题', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Online single-shot characterization of ultrafast pulses from high-gain free-electron lasers, Li Zeng,Chao Feng,Duan Gu,Xiaofan Wang,Kaiqing Zhang,Bo Liu,Zhentang Zhao,Fundamental Research', - }, - { - pic: 'http://139.159.254.212/images/research/13.png', - title: '这里是标题一句话标题', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `产生超快水窗波段X射线的ESASE方案模拟 - 涂凌君 ,冯超 ,王晓凡 , 赵振堂 , - 强激光与粒子束, - 2022, 34(3):031019 - `, - }, - { - pic: 'http://139.159.254.212/images/research/14.png', - title: '这里是标题一句话标题', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `多层膜元件热应力分析方法、系统和终端设备,申请(专利)号:CN202111530134.0, - 申请日:2021-12-14,申请公布号:CN114239355A,申请人:深圳综合粒子设施研究院,发明人:徐中民 - ` - }, - ] - }, - ], - application: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/application/1.png', - title: 'APPLICATION', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/research/2.png', - title: 'Why IASF?', - subTitle: `IASF started its journey to chase light, - The one that can drive innovation, - push the boundaries forward, and discover the unknown.`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `Throughout the world, most of the top science and technology innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area in Japan. And the Guangdong-Hong Kong-Macao IASF` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Applications', - des: 'What makes a ligh chinese bay chaser' - } - }, - { - type: 'forms', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - list: [ - { - title: 'Astronomical Science', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: 'Physics', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: 'Quantum Materials', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: 'Energy Catalytic', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: 'Biomedicine', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: 'New Energy', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: 'Cancer Treatment', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: 'Atomic Science', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: 'Radioactive Waste Materials', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: 'High-sensitivity Detection', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'R&D Group', - des: 'What makes a ligh chinese bay chaser' - } - }, - { - type: 'forms', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - list: [ - { - pic: 'http://139.159.254.212/images/application/3.png', - title: 'Biomedicine', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/application/4.png', - title: 'Advanced Materials ', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/application/5.png', - title: 'Advanced Manufacturing', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/application/6.png', - title: 'High-throughput Measurements ', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/application/7.png', - title: 'Marine Titanium Alloy', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - { - pic: 'http://139.159.254.212/images/application/8.png', - title: 'Lead Bismuth Reactor', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: 'Research & Industry News', - des: 'What makes a ligh chinese bay chaser' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - ], - science: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/science/1.png', - title: '科普之窗', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '向全世界科技界实行开放共享,促进信息、材料、能源、生物、环境、化学等多个基础科学领域的极速发展。' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '为什么要建设S³FEL?', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `2006年,世界上第一台软X射线自由电子激光诞生于德国汉堡同步加速器实验室。 2009年,世界第一台硬X 射线自由电子线性相干光源 成功出光, LCLS可提供更高亮度和更好横向相干性的XFEL脉冲…` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: 'X射线是什么', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `光源是人类文明发展的助推器。从火光到激光,每次光源的发展创新都有效推动了科学技术的发展,显著改变了人类认识世界的方式,并引起了人类社会的广泛变革。先进光源是人类探测物质分子、原子和壳和工具。` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: 'X射线自由电子激光', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `FEL是一种以真空中相对论电子束为工作介质、在周期变化磁场中以受激辐射方式放大电磁波的新型强相干光源。FEL的装置通常由加速器、波荡器和光束线站三部分组成的波长连续可调,可覆盖极紫外…` - } - }, - ], - talent: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/talent/1.png', - title: '人才队伍', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'S³FEL正大力引进国内、外高端创新人才和团队,成长为竞争力和影响力卓越的世界一流科学大装置。' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/talent/2.png', - title: '人才队伍', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `S³FEL已拥有一支高学历、高素质、高技术水平、高执行力,并勇于创新的工程技术团队。团队结构合理,包含研究人员、工程技术人员和管理人员等多种核心技术人才。 - S³FEL正大力引进国内、外高端创新人才和团队,成长为竞争力和影响力卓越的世界一流科学大装置。 ` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/talent/3.png', - title: '人才需求', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `S³FEL是集“世界一流、深圳特色”的标志性、稀缺性、先进性于一体的自由电子激光重大科研平台。S3FEL的建设将紧密围绕高水平建设综合性国家科学中心的战略目标,面向国民经济主战场和世界科技前沿,汇聚全球高端创新资源,依托先行示范区政策、产业、资本、市场和技术等优势。 - S³FEL将服务于集成电路、生物医药、先进材料和先进制造等大湾区高新技术产业,以及产业核心关键技术发展相关的物理、化学、生物、材料、医学等多学科前沿基础研究。 - S³FEL欢迎物理学、光学工程、机械工程、动力工程及工程热物理、仪器科学与技术、电气工程、电子科学与技术、控制科学与工程、信息与通信工程、计算机科学与技术、材料科学与工程、化学、生物学、力学、测绘科学与技术等各专业人才的加入,共享发展新机遇,共创湾区大未来。` - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - } - ], - form: { - title: '人物风采' - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/talent/2.png', - title: '这是一条描述', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/talent/3.png', - title: '这是一条描述', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/talent/2.png', - title: '这是一条描述', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/talent/2.png', - title: '在校生/毕业生', - subTitle: '校园招聘', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `S³FEL已拥有一支高学历、高素质、高技术水平、高执行力,并勇于创新的工程技术团队。团队结构合理,包含研究人员、工程技术人员和管理人员等多种核心技术人才。 S³FEL正大力引进国内、外高端创新人才和团队,成长为竞争力和影响力卓越的世界一流科学大装置。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/talent/3.png', - title: '有经验的职场人士', - subTitle: '社会招聘', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `S³FEL已拥有一支高学历、高素质、高技术水平、高执行力,并勇于创新的工程技术团队。团队结构合理,包含研究人员、工程技术人员和管理人员等多种核心技术人才。 S³FEL正大力引进国内…` - } - }, - ], - userSharing: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1920, - height: 345 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/userSharing/1.png', - title: '用户共享', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '向全世界科技界实行开放共享,促进信息、材料、能源、生物、环境、化学等多个基础科学领域的极速发展。' - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题', - required: false - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '用户共享', - subTitle: '高效运行、分类开放', - des: `S³FEL是由深圳市政府投资建设的新一代自由电子激光大科学装置,将成为世界上顶级的先进光源大科学装置,是支撑深圳社会主义先行示范区和大湾区综合性国家科学中心建设的大型公共科技创新平台,对提升我国的科技影响力、集聚顶尖科技人才、推动科技创新具有非常重要的意义。 S³FEL以“高效运行、分类开放”为共享理念,向全世界科技界实行开放共享,促进信息、材料、能源、生物化学等多个基础科学领域的极速发展。` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '机时申请', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `向全世界科技界实行开放共享,多个基础科学领域的极速发展。 - ` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '实时运行动态', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `促进信息、材料、能源、生物、环境、化学等多个基础科学领域的极速发展。 ` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '用户常见问题', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `常见问题答案,也能提问由深圳市政府投资建设的新一代自由` - } - }, - ], - exp: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/exp/1.png', - title: '装置介绍', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'media', - prop: 'pic', - label: '资源', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '实验线站', - subTitle: 'EXPERIMENT STATIONS', - pic: 'http://139.159.254.212/images/exp/2.png', - des: ` 科学实验站是S³FEL面向国家重大需求、聚焦科学前沿和引领地区产业发展的关键,旨在重点探究量子材料、能源催化、生物医药、大气与星际科学、原子分子科学等领域的关键技术和科学难题。S³FEL的供光具有超高时间分辨(40飞秒)、超高重复频率(最高百万赫兹)和超高亮度(电子束能量达2.5 Gev)的特点。 - - S³FEL可在原子尺度上研究复杂生物分子和材料的结构及组成,进而绘制病毒或细胞的原子量级三维精细结构,有助于科学家更深入地了解生物分子的结构和功能,为新药研发提供依据。在能源催化领域,S³FEL可研究飞秒内的化学变化,如化学键的形成和断裂、反应体系中电荷和能量的转移、反应过程中催化剂表面结构的动态演变等, 有助于科学家更好地研究复杂催化过程的反应机理和动力学过程,进而提高传统能源的利用效率,加快新能源开发。S³FEL还可用于探索极端电场或磁场强度下的物质变化,如研究星云和恒星的演变,探索生命的起源等。` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - title: '量子材料', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - title: '能源催化', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - title: '生物医药', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - title: '大气雾霾与团簇研究', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - title: '星际化学', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - title: '原子分子物理', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - } - }, - ], - overviewTrailer: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/survey/1.png', - title: 'S³FEL概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'video', - prop: 'video', - label: '视频', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - video: '', - des: `

      2006年,世界上第一台软X射线自由电子激光(简称FLASH)诞生于德国汉堡同步加速器实验室。 FLASH首次发出波长短至13.5 纳米、每秒150次脉冲、脉冲激光能量高达170 微焦的激光,并首次得到了非晶样品的高分辨率衍射图像。2009年,世界第一台硬X 射线自由电子线性相干光源 (简称LCLS)成功出光。 LCLS可提供更高亮度和更好横向相干性的XFEL脉冲,且脉冲亮度高达13.6 GeV。

- -

      我国在自由电子激光领域建成和在建的装置共有四台,分别是由中国科学院大连化学物理研究所牵头建设的大连相干光源出光,低重复频率,主要工作在极紫外波段)、由中国科学院上海应用物理研究所牵头建设的软X射线自由电子激光装置( 2021年建成出光,低重复频率,主要工作在软X射线波段)、由上海科技大学牵头建设的硬X射线自由电子激光装置(建设中,高重复频率,主要工作在硬X射线波段)、由深圳综合粒子设施研究院牵头建设的深圳中能高重复频率X射线自由电子激光。

` - } - }, - ], - overviewLocation: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/survey/1.png', - title: 'S³FEL概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - des: `

      S³FEL是光明科学城大科学装置集群的重要成员,建设地点位于深圳市光明区北片区,毗邻莲塘水库,占地面积约40万平方米,其中S³FEL装置的主体建筑总长约1800米。

- - ` - } - }, - ], - sfel: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/sfel/1.png', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '新闻动态', - subTitle: 'NEWS CENTER' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '通知公告', - subTitle: ' ANNOUNCEMENTS' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '学术活动', - subTitle: ' ACADEMIC ACTIVITIES' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '媒体采风', - subTitle: ' MEDIA COVERAGE' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '出版物', - subTitle: ' PUBLICATIONS' - } - }, - { - type: 'forms', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/research/12.png', - title: '这里是标题一句话标题', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: 'Online single-shot characterization of ultrafast pulses from high-gain free-electron lasers, Li Zeng,Chao Feng,Duan Gu,Xiaofan Wang,Kaiqing Zhang,Bo Liu,Zhentang Zhao,Fundamental Research', - }, - { - pic: 'http://139.159.254.212/images/research/13.png', - title: '这里是标题一句话标题', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `产生超快水窗波段X射线的ESASE方案模拟 - 涂凌君 ,冯超 ,王晓凡 , 赵振堂 , - 强激光与粒子束, - 2022, 34(3):031019 - `, - }, - { - pic: 'http://139.159.254.212/images/research/14.png', - title: '这里是标题一句话标题', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `多层膜元件热应力分析方法、系统和终端设备,申请(专利)号:CN202111530134.0, - 申请日:2021-12-14,申请公布号:CN114239355A,申请人:深圳综合粒子设施研究院,发明人:徐中民 - ` - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '工程进展', - subTitle: 'PRROJECT PROGRESS' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - ], - deviceIntroLinear: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/device/15.png', - title: '装置介绍', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '超导直线加速器-1', - des: `Superconducting linac -1` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: 'S³FEL的光阴极注入器/电子枪利用光电效应产生高亮度电子束团,并将其加速到90 MeV。', - des: `主加速器基于超导连续波工作模式,采用三级加速、两级压缩的结构,将电子束团能量提高到2.5 GeV;同时在保持横向发射度不变的情况下,将电子束长度从几皮秒压缩到几十飞秒,峰值流强提升到800 A以上。相比基于常温加速技术的高增益FEL,超导直线加速器技术可以有效提高电子束流的重复频率,实现最高每秒106脉冲输出(常温加速技术为~102脉冲/秒),进而大幅度提高FEL激光的平均功率。` - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - title: 'S³FEL超导直线加速器示意图', - pic: 'http://139.159.254.212/images/device/11.png', - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - title: 'S³FEL超导直线加速器性能指标', - pic: 'http://139.159.254.212/images/device/12.png', - } - }, - ], - deviceIntroLayout: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/device/14.png', - title: '装置介绍', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '整体布局', - subTitle: `The overall layout`, - des: `S³FEL装置主要包括一台超导直线加速器(电子束能量为2.5 GeV、重复频率为1 MHz)、4条波荡器线及首批14个实验线站。根据具体的功能可以分为注入器、主加速器、自由电子激光放大器(波荡器线)、光束线和实验站,还有包括束流诊断、控制、激光、同步、数据采集与处理等在内的公共子系统,以及低温、公用设施等配套系统和设施。`, - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'des', - label: '描述' - }, - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - des: ` S³FEL首批拟建设4条波荡器线,分别是2条外种子(EEHG)线和2条自放大自发辐射(SASE)线,以同时满足首批实验站的不同研究需求。按照能区划分,FEL-1、FEL-2工作在自放大自发辐射模式(SASE),并且为将来升级为self-seeding模式预留空间。FEL-1出光波段为1-3 nm(调整电子束能量时可覆盖1-6 nm),FEL-2输出光波长为2.3-15 nm,作为光刻研究专用光束线。FEL-3和4基于回声型谐波产生原理(EEHG),FEL-3输出波长为2.3-15 nm,涵盖水窗波段,FEL-4输出波长为5-30 nm的极紫外FEL脉冲。通过快速束流分配技术,波荡器束线可同时工作。各条波荡器线产生的FEL光,通过光束线系统实现FEL光学参数的实时诊断,包括光强、光谱、光斑位置,光斑尺寸以及相干性等,并通过传输与聚焦系统传输至后端的实验站,以满足各个实验站对光源的不同需求。首批建设实验站共涉及6个前沿科技领域,分别为极紫外光刻、量子材料、能源催化、生物医药、大气与星际科学以及原子分子科学。`, - pic: 'http://139.159.254.212/images/device/6.png', - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - pic: 'http://139.159.254.212/images/device/8.png', - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 986, - height: 293 - }, - ], - form: { - title: 'S³FEL性能指标', - pic: 'http://139.159.254.212/images/device/9.png', - } - }, - ], - deviceIntroBeam: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/device/13.png', - title: '装置介绍', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '光束线', - des: `The beam line`, - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - }, - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - title: 'S³FEL光束线覆盖的波段范围为1~30 nm,包含前端区、光学传输系统和诊断系统,是连接自由电子激光光源和后端科学实验站的桥梁。', - des: `光束线的作用是将光源发出的超快、全相干、高亮度的激光高效地传输到实验站样品处,并在传输过程中对FEL脉冲进行频谱诊断、脉冲能量诊断、光斑位置诊断、光斑横向分布诊断、脉冲到达时间诊断、波前诊断、偏振诊断等。同时根据后端实验站的不同科学需求,可进一步对FEL脉冲进行单色化、脉冲能量衰减、横向光斑微聚焦等。`, - pic: 'http://139.159.254.212/images/device/1.png', - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - }, - ], - form: { - pic: 'http://139.159.254.212/images/device/2.png', - des: `波荡器是S³FEL光束线的关键部件,由一系列N极和S极交替排列的磁铁阵列构成,是一种能够产生空间周期性分布磁场的电磁装置。被超导直线加速器加速的高能电子束经过波荡器时,将扭摆状波荡前行。通过合理选择电子束和波荡器的参数,可使电子束在每个波动周期内与波荡器发出的同步辐射相互干涉,以获得超高亮度、强相干、高重频的X射线自由电子激光。`, - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - title: '波荡器性能指标', - pic: 'http://139.159.254.212/images/device/3.png', - } - }, - ], - overviewSetup: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/survey/1.png', - title: 'S³FEL概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '组织架构', - des: ` 根据《深圳综合粒子设施理事会章程》有关规定,研究院实行理事会领导下的院长负责制,理事长由市长担任,副理事长由分管发改、科创副市长,以及中山大学、南方科技大学校长担任,理事成员包括市政府秘书长、相关副秘书长及政府部门、高等院校、科研机构、龙头企业相关负责同志。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - pic: 'http://139.159.254.212/images/overviewSetup/2.png', - } - }, - ], - overviewDevHistory: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/survey/1.png', - title: 'S³FEL概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '发展历程', - des: 'DEVELOPMENT HISTORY' - } - }, - { - type: 'history', - historyForm: { - title: '', - isEnable: 1, - list: [] - }, - list: [], - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - // width: 392, - // height: 247 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: ``, - isEnable: 1 - } - }, - ], - overviewIntro: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/overviewIntro/4.png', - title: 'S³FEL概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 764, - height: 669 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/overviewIntro/1.png', - title: 'S³FEL概况', - des: ` 深圳中能高重复频率X射线自由电子激光(Shenzhen Superconducting Soft-X-ray Free Electron Laser,简称S³FEL)是第四代先进光源大科学装置,由深圳综合粒子设施研究院和深圳市光明区人民政府共同建设。 - S³FEL是基于超导高频技术的高重复频率X射线自由电子激光装置,具有高亮度、超短脉冲、高相干、波长连续可调等特点。其原理是采用超导加速器将高品质电子束加速到高能,并利用NS极交替排列的磁铁阵列(波荡器)来产生具备激光品质的高功率相干辐射。由于采用了超导加速器,S³FEL的平均亮度比常温型X射线自由电子激光提高了1000倍,比第三代同步辐射光源提高了10 亿倍,光脉冲缩短了1000倍,相干性提高了1000倍,是目前世界上最尖端的大科学装置。 - S³FEL主要由一台超导直线加速器、波荡器、光束线和实验站组成,可产生重复频率达1MHz、电子束能量达2.5 GeV的软X 射线自由电子激光,可在百飞秒内级实现原子、分子及外壳层电子结构的无损、动态监测,是科学家认识和了解物质微观结构及动态变化的“高速摄像机”。 - S³FEL为科学家和企业用户提供了一种具有超高时间分辨、空间分辨和能量分辨的新方法、新技术。 S³FEL在量子材料、能源催化、生物医药、大气与星际科学、原子分子科学等领域的应用研究,将为促进我国战略性新兴产业创新发展和关键仪器设备国产化、突破我国战略性新兴产业技术瓶颈等提供关键技术支撑。 - S³FEL汇聚并培养信息、生命、材料、能源等学科领域的国际水平科技领军人才,集聚世界前沿和原创性科学技术及产业研发,将推动一批高水平大学和科研机构的科技人才队伍建设及相关学科的高质量发展,营造粤港澳大湾区人才高地,并助力粤港澳大湾区国际科技创新中心的建设。此外, S³FEL作为重要的科普教育基地,是展示我国科技实力、提高全民族科学素质和民族自信的重要宣传窗口。S³FEL主体建筑将成为深圳市地标式建筑,促进提升深圳市的城市形象和国际化知名度。` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: 'Shenzhen Superconducting Soft X-Ray Fre Electron Laser', - des: `探索认知微观世界和物质结构的”高速摄像机”` - } - }, - ], - 'estate/index': [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1920, - height: 991 - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - pic: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/estate/8.png', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '新闻动态', - subTitle: 'NEWS CENTER' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '人才中心', - subTitle: ' TALENT CENTER' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 700, - height: 543 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/estate/9.png', - title: '大湾区科技之光由你点亮!', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `The light of science and technology in the Greater Bay Area is lit by you! - - 以宏伟事业吸引人才、以发展空间留住人才,以优厚待遇保障人才。` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '学术活动', - subTitle: ' ACADEMIC ACTIVITIES' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - } - ], - form: { - title: '工程进展', - subTitle: 'PRROJECT PROGRESS' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - ], - 'estate/survey': [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1920, - height: 480 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/estate/4.png', - title: '概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '深圳产业光源概况', - des: `深圳中能同步辐射光源(深圳产业光源)建设单位为深圳综合粒子设施研究院和深圳市光明区人民政府,选址于光明区北片区大科学装置群内。深圳产业光源以“需求牵引、错位发展、特色突出、集智创新”为方针。围绕国家重大战略需求,以战略性新兴产业发展需求为牵引、以关键技术攻关为导向,聚焦服务深圳及粤港澳大湾区集成电路、生物医药、先进材料和先进制造等产业,设计建设一台储存环周长 696 m、电子能量为 3.0 GeV、发射度约100 pm·rad 的高性能中能同步辐射四代光源。项目建设内容由加速器、光束线、实验站、公共辅助四大部分组成,光束线站设计总容量约55条,首批建设27条。同时,为更高效便捷的服务产业用户,拟建设大数据中心、产业用户辅助实验系统等配套设施。` - } - }, - ], - 'estate/event': [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1920, - height: 480 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/estate/4.png', - title: '概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'history', - historyForm: { - title: '', - isEnable: 1, - list: [] - }, - list: [], - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - width: 392, - height: 247 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: ``, - isEnable: 1 - } - }, - ], - 'estate/orgSetup': [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1920, - height: 480 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/estate/4.png', - title: '概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '机构设置', - des: `根据《深圳综合粒子设施理事会章程》有关规定,研究院实行理事会领导下的院长负责制,理事长由市长担任,副理事长由分管发改、科创副市长,以及中山大学、南方科技大学校长担任,理事成员包括市政府秘书长、相关副秘书长及政府部门、高等院校、科研机构、龙头企业相关负责同志。 - ` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: false, - width: 1100, - height: 812 - }, - ], - form: { - pic: 'http://139.159.254.212/images/estate/1.png', - }, - }, - ], - 'estate/location': [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1920, - height: 480 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/estate/4.png', - title: '概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 848, - height: 505 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/estate/5.png', - title: '过渡场地', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `过渡场地地址:深圳市光明区新湖街道圳园路268号3号楼5层 - 邮编:518107 - 同步辐射光源工程经理部办公地点位于深圳市光明区新湖街道圳园路268号3号楼5层 ,面积约2800平方米,分别设置办公与实验场地,具备开展参观交流、科研与日常工作的良好条件` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 848, - height: 505 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/estate/6.png', - title: '实验室(硬X射线衍射测试平台)', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `地址:深圳市光明区光侨大道3333号新健兴科技工业园A4栋3层 邮编: 518107 - - 硬X射线衍射测试平台位于深圳市光明区光侨大道3333号新健兴科技工业园A4栋3层,围绕9.2keV的高性能X射线,可实现2D-XRD (透射模式,秒级原位表征、二圆-XRD(反射模式)、微焦斑XRF(微焦光斑、1012phs/s/mm2通量密度)、2D-SAXS(透射/反射双模式、不同q值间管道切换)、微米成像(兼顾CT功能)五大实验功能。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 848, - height: 505 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/estate/7.png', - title: '研究院综合楼', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `地址:深圳市光明区光侨大道3333号新健兴科技工业园A4栋3层 邮编: 518107 - - 研究院首栋建筑(综合楼)位于大湾区综合性国家科学中心核心承载区的光明科学城大科学装置集群核心区内,共设七层,目前已于2021年12月29日顺利封顶。` - } - }, - ], - talentCenter: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/talentCenter/5.png', - title: '人才中心', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '有兴趣将科学转化为创新吗?在IASF建立你的职业生涯。', - des: `在IASF,我们从不同的角度看待世界。我们的科学家和工程师在清洁能源、环境、技术、国家安全等方面进行世界一流的研究。我们正在寻找创造性的方法来让世界为更美好的未来做好准备。 - - 通过选择您感兴趣的机会类型开始。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - pic: 'http://139.159.254.212/images/talentCenter/1.png', - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '校园招聘', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `在IASF,有兴趣将科学转化为创新吗?在IASF建立你的职业生我们的科学国家安全等方面进行世界…` - } - }, - { - type: 'introduce', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - ], - form: { - title: '', - isEnable: 1, - }, - list: [ - { - title: '实验室综合管理岗', - isEnable: 1 - } - ] - }, - - - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - pic: 'http://139.159.254.212/images/talentCenter/2.png', - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '社会招聘', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `在IASF,有兴趣将科学转化为创新吗?在IASF建立你的职业生我们的科学国家安全等方面进行世界…` - } - }, - { - type: 'introduce', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - ], - form: { - title: '', - isEnable: 1, - }, - list: [ - { - title: '实验室综合管理岗', - isEnable: 1 - } - ] - }, - - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/talentCenter/3.png', - title: '通知公告', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/talentCenter/4.png', - title: '人才服务', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - } - }, - ], - governance: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/governance/1.png', - title: '关于IASF/治理结构观', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 562, - height: 467 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/governance/2.png', - title: '治理结构', - des: `深圳综合粒子设施研究院是深圳市委市政府充分发挥中国特色社会主义制度优势,探索市场化、法制化、国际化下设立的公益性科研事业单位,遵循理事会治理机制,坚持党委领导下的校长负责制。 - - 《深圳综合粒子设施研究院理事会章程》《深圳综合粒子设施研究院章程》于2020年6月4日研究院第一届理事会第一次会议通过。` - } - }, - - { - type: 'history', - historyForm: { - title: '', - isEnable: 1, - list: [] - }, - list: [ - { - title: '理事会', - list: [ - { - pic: 'http://139.159.254.212/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 - - 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '研究院党委', - list: [ - { - pic: 'http://139.159.254.212/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 - - 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '院长办公室', - list: [ - { - pic: 'http://139.159.254.212/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 - - 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '科技委员会', - list: [ - { - pic: 'http://139.159.254.212/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 - - 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '用户委员会', - list: [ - { - pic: 'http://139.159.254.212/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 - - 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - { - title: '产业促进委员会', - list: [ - { - pic: 'http://139.159.254.212/images/governance/8.png', - title: '产业促进委员会', - des: ` 产业促进委员会对理事会负责,是贯彻战略性新兴产业发展需求牵引导向,强化设施服务深圳和大湾区高新技术产业发展,加强“从0 到1”原创科技成果持续供给产业,强化科技服务经济的专门机构。 - - 产业促进委员会主要负责根据深圳和大湾区产业需求及发展动态,挖掘、凝练高新技术产业发展的“卡脖子”技术和下一代产业发展关键技术;对研究院设施的产业需求、建设方案和性能指标进行咨询建议,参与编制设施中产业板块线站机时分配方案;收集产业用户对设施的管理运行模式、装置使用和升级需求、重点合作课题的建议和意见,为设施服务产业发展方向、研究计划、运行管理等的完善和改进提供决策参考;负责对定期举办产业用户培训进行指导,积极引导高新技术企业与研究院深度合作,促进设施服务产业经济发展。`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ] - }, - ], - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - des: ``, - isEnable: 1 - }, - disableAdd: true // 禁止添加里面的list - }, - ], - org: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/overview/1.png', - title: '关于IASF/组织架构', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '组织架构', - des: `院长办公会是研究院行政议事决策机构,主要职责是研究决定研究院的事业发展规划、年度工作计划和具体规章制度,科学研究、技术攻关、设施建设的计划和安排,内设机构设置方案和负责人任免,职工的聘任和解聘,年度财务预算方案的拟订和执行,资产保护和管理,国际交流合作等行政工作重要事务。研究院本着按需设置、灵活调整、集约高效、运转有序的原则设置管理支撑部门和项目工程经理部门两类内设机构。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: false, - width: 1242, - height: 1012 - }, - ], - form: { - pic: 'http://139.159.254.212/images/overview/14.png', - }, - }, - ], - devHistory: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/overview/1.png', - title: '关于IASF/发展历程', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '发展历程', - subTitle: 'DEVELOPMENT HISTORY', - des: `深圳综合粒子设施研究院的诞生,源于粤港澳大湾区建设这个重大国家战略建设的实际须要。2017年7月,习近平总书记在香港亲自见证《深化粤港澳合作推进大湾区建设框架协议》的签署,首次提出建设粤港澳大湾区国际科技创新中心。而在深圳布局建设代表国际科技创新中心标志性、稀缺性、先进性的重大科技基础设,成为各界共识。` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '发展大事记', - subTitle: 'DEVELOPMENT HISTORY', - des: ` - 1月5日 陆续与中科院沈科仪、深圳大学、松山湖材料实验室、比亚迪等企业、高校和科研院所签约,对外合作步伐加快。 - 6月10日 中共深圳综合粒子设施研究院党委批复成立。 - 8月5日 研究院党员大会召开,选举产生首届两委班子。 - 10月14日 深圳综合粒子设施研究院加入国际超导加速器联盟。` - } - }, - ], - overview: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/overview/1.png', - title: '关于IASF/概况', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 660, - height: 492 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/overview/2.png', - title: '关于我们', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `深圳综合粒子设施研究院坐落在大湾区综合性国家科学中心主阵地——深圳光明科学城,成立于2022年5月13日,是深圳推进粤港澳大湾区、中国特色社会主义先行示范区“双区”建设和打造高质量发展高地的重要战略布局。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1320, - height: 467 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/overview/17.png', - title: '核心宗旨', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `研究院紧密围绕高水平建设大湾区综合性国家科学中心的战略目标,面向国民经济主战场和世界科技前沿,承担“世界一流、深圳特色”的综合粒子设施设计、建设、运营、管理等全生命周期任务,打造世界一流重大科技基础设施和重大科研平台。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1320, - height: 467 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/overview/18.png', - title: '首要任务', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `全力推进国际一流科学城标志性、稀缺性、先进性的综合粒子设施一期工程建设,是研究院当前落实深圳市委市政府有关决策部署的首要任务。助力产业核心关键技术发展相关的物理、化学、生物、材料、医学等多学科的前沿基础研究取得重大突破,为大湾区建成具有全球影响力的科技和产业创新高地,贡献源源创新动力。` - } - }, - - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '发展大事记', - subTitle: 'DEVELOPMENT HISTORY', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `深圳综合粒子设施研究院的诞生,源于粤港澳大湾区建设这个重大国家战略建设的实际须要。2017年7月,习近平总书记在香港亲自见证《深化粤港澳合作推进大湾区建设框架协议》的签署,首次提出建设粤港澳大湾区国际科技创新中心。而在深圳布局建设代表国际科技创新中心标志性、稀缺性、先进性的重大科技基础设,成为各界共识。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 426, - height: 396 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/overview/3.png', - title: '以产业需求为牵引', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `以需求为导向指导设施规划建设;以共享为原则提升设施管理水平。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 426, - height: 396 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/overview/4.png', - title: '大湾区合作典范', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `电子、光子、质子、中子、中微子等微观粒子,是我们对微观世界物质的充分认识、测量、乃至调控的媒介。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 426, - height: 396 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/overview/5.png', - title: '勇当新时代“拓荒牛”', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `凭借“敢闯敢试、敢为人先、埋头苦干”的特区精神` - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '深圳综合粒子设施研究院速览', - des: `建设世界一流重大科技基础设施和重大科研平台,建设国际一流科研机构` - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - ], - form: { - pic: '', - title: '', - isEnable: 1, - }, - list: [ - { - pic: 'http://139.159.254.212/images/overview/7.png', - title: '公益性科研事业单位、新型研发机构、重大科技基础设施法人单位。', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/overview/8.png', - title: '实行理事会领导下的院长负责制,市场化、国际化、法制化下实行企业化运营。', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/overview/9.png', - title: '承担重大科技基础设施全生命周期的规划、设计、建设、运营任务。', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/overview/10.png', - title: '聚焦服务粤港澳大湾区科学研究和高新技术产业发展需要。', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/overview/11.png', - title: ' 位置:深圳北部光明科学城的大装置集群核心区。', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/overview/12.png', - title: '距离:光明高铁站(6km), 松山湖科学城(10km) 深圳大学城(21km),深圳机场(23km),皇岗口岸(32km)。', - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/overview/13.png', - title: '成立日期,2020年5月13日。', - isEnable: 1 - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '300+', - des: `在职员工` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '85%', - des: `工程技术人员` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - title: '200+', - des: `培养专项博士` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 933, - height: 836 - }, - ], - form: { - pic: 'http://139.159.254.212/images/overview/6.png', - } - }, - ], - mission: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/mission/1.png', - title: '关于IASF/使命、愿景、价值观', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1200, - height: 400 - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '使命', - pic: 'http://139.159.254.212/images/mission/2.png', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `建设运营标志性、稀缺性、先进性综合粒子设施 - 中能同步辐射光源、中能高重复频率X射线自由电子激光 - 服务大湾区高新技术产业 - 集成电路、生物医药、先进材料和先进制造等 - 发展产业核心关键技术相关的多学科前沿基础研究 - 物理、化学、生物、材料、医学等` - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1200, - height: 400 - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '愿景', - pic: 'http://139.159.254.212/images/mission/3.png', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `成为粤港澳大湾区科技和产业创新驱动发展引擎和高质量发展先锋,勇当国家战略科技力量“第一方阵”排头兵。` - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - ], - form: { - title: '指导思想', - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - crop: false - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1, - des: `` - }, - list: [ - { - pic: 'http://139.159.254.212/images/mission/4.png', - title: '凝心聚力', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1, - des: `IASF的工作人员来自五湖四海、大江南北,但大家目的一致,齐心协力建设世界一流的光源设施,为建设粤港澳大湾区国际科技创新中心做出有力支撑。` - }, - { - pic: 'http://139.159.254.212/images/mission/5.png', - title: '开放合作', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1, - des: `粤港澳大湾区是中国开放程度最高的区域,我们坚持以最开放的心态、最务实的姿态,向各个国家和地区的科学家们敞开合作大门,邀请湾区企业和一带一路国家共同参与项目的建设和运营。` - } - ] - }, - ], - scientific: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/overview/15.png', - title: '科学研究', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '加速推进深圳综合粒子设施一期工程建设的各项前期准备工作,是研究院当前的首要任务。' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1200, - height: 559 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/home/3.png', - title: '深圳自由电子激光 ', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `以前沿科学技术发展和核心产业需求为导向,助力解决国家重大发展需求,并特别专注于推动半导体光刻、量子材料、能源科学、生物医药、燃烧科学、大气环境、星际科学、原子分子物理等前沿科学和应用产业的持续创新发展,实现深圳战略性新兴产业技术瓶颈及其相关根源性科学问题的重大突破。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1200, - height: 559 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/home/2.png', - title: '深圳产业光源', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `围绕国家重大战略需求,以战略性新兴产业发展需求为牵引、以核心关键技术攻关为导向,建设一台中能、高亮度、小发射度的高性能同步辐射产业光源,提升前沿基础和产业技术的原始创新能力,服务高新技术产业发展,支撑粤港澳大湾区综合性国家科学中心和社会主义先行示范区的经济社会发展和产业技术创新。` - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '概述', - required: true - } - ], - form: { - title: '关于综合粒子设施', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `第二次工业革命以来,构成我们物质世界的电子、光子、质子、中子、中微子等形形色色的微观粒子陆续被发现,每一次发现都代表着人类科技文明的巨大进步。如今,这些微观粒子已经成为了科学家们进军微观世界、深刻理解物质世界的探测媒介,而利用这些微观粒子开展科学研究的大科学装置,则被称之为综合粒子设施。` - } - }, - ], - industrial: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/industrial/1.png', - title: '产业应用', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 560, - height: 500 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/industrial/2.png', - title: '大科学时代的“科技灯塔”', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `随着新一轮科技革命和产业变革突飞猛进,学科交叉融合不断发展,科学研究范式发生深刻变革,科学技术和经济社会发展加速渗透融合。在大科学时代,科学发现与发明、产业技术创新,也越来越离不开大科学装置的支持。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 600, - height: 450 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/industrial/3.png', - title: '建成具有全球影响力的科技和产业创新高地', - des: `制造业是国民经济的“压舱石”,也是我国高质量发展的“顶梁柱”。粤港澳大湾区产业体系完备、创新要素集聚,科技研发与产业转化能力突出,互补性强,正着力构建具有国际竞争力的现代化产业体系。 - - 深圳把握全球新一轮科技革命和产业变革趋势,衔接广东省“10+10”战略新兴产业集群规划,出台深圳发展壮大“20+8”产业集群计划,提出发展以先进制造业为主体的20个战略性新兴产业集群,前瞻布局8大未来产业。` - } - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述', - required: true - } - ], - form: { - title: '产业用户需求调研计划', - des: `支撑大湾区综合性国家科学中心建设的公益性科研事业单位` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 576, - height: 423 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/home/2.png', - title: '深圳产业光源', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `深圳产业光源以大湾区战略性新兴产业发展需求为牵引、以核心关键技术攻关为导向,明确定位为产业光源,是国内首个专注于服务产业创新和经济发展的第四代同步辐射光源。我们将“深入产业第一线“,实际了解用户痛点,收集“卡脖子”问题症结,将产业发展面临的实际问题凝炼成具体的科学问题,寻找并制定解决方法,以“4R理念”形成对真实样品和真实的制备条件在真实环境下进行的实时测量的应用场景终极服务方案,为产业线站建设提前布局。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 576, - height: 423 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/home/3.png', - title: '深圳自由电子激光 ', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `深圳自由电子激光装置聚焦国家重大需求、国际科学前沿和地区产业引领的战略目标进行布局的关键,聚焦关键核心“卡脖子”技术背后前沿科学基础问题,努力实现深圳战略性新兴产业技术瓶颈及其相关根源性科学问题的重大突破。我们将以“产业/应用/科研需求”为导向,进一步深入挖掘产业(企业)、科研院所、高校用户的“用光”需求,继续深入优化装置设计,服务。` - } - }, - - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '应用方向', - des: '支撑大湾区综合性国家科学中心建设的公益性科研事业单位' - } - }, - { - type: 'forms', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - list: [ - { - title: '集成电路', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '锂电池', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '第三代半导体', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '先进材料', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '先进制造', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '汽车制造', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '量子材料', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '生物医药', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '疾病诊疗', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '大健康', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - - { - title: '新能源', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '能源催化', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '现代农业', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '节能环保', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '海洋装备', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - { - title: '核能', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '概述' - } - ], - form: { - title: '产业案例', - des: '支撑大湾区综合性国家科学中心建设的公益性科研事业单位' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - ], - researchTeam: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/researchTeam/1.png', - title: '研究团队', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - ], - speech: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/speech/1.png', - title: '关于IASF/院长致辞', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 474, - height: 474 - }, - { - type: 'editor', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/speech/3.png', - title: '院长致辞 ', - subTitle: 'President Speech ', - des: `各位朋友: - 加快实现高水平科技自立自强,是推动高质量发展的必由之路。当前,粤港澳大湾区正朝着建成具有全球影响力的科技和产业创新高地这一宏伟蓝图奋力前进。而在大科学时代,我们实现科学技术的前沿突破,在产业发展上取得颠覆式创新和持续性创新,从根本上解决气候变暖、重大疾病挑等人类可持续发展问题上,越来越离不开大科学装置的支持。 - 建设综合粒子设施,是深圳推进粤港澳大湾区、深圳先行示范区建设重大战略落地实施,以主阵地作为推进大湾区综合性国家科学中心建设的重要决策部署。项目的建成,不仅将成为支撑大湾区集成电路、生物医药、先进制造、新材料、新能源等众多产业领域创新发展的先进工具和强大平台,也将是面向国家重大需求和国际科学前沿,突破产业技术瓶颈、解决其相关根源性科学问题的大国重器。 - 综合粒子设施一期项目包括深圳产业光源和深圳自由电子激光,自2021年初深圳综合粒子设施研究院筹备建立以来,我们的首要任务便是全力推进两个项目的设计、立项、关键技术突破、核心设备研制等前期准备工作,为接下来工程建设及建成运行打下坚实基础。 - 面对重重挑战,我们坚信没有一座高山不可逾越。我们将牢记深圳市委市政府设立研究院的初心和期望,传承改革开放杀出一条血路的魄力,万众一心,迎难而上,不负众望建设好综合粒子设施,为全体深圳人民及合作伙伴交上一份优质答卷;我们将秉持开放合作的建设理念,面向国内外创新资源敞开共建、共享、共赢的合作大门,携手大湾区创新资源共同建设世界一流大科学装置;我们将坚持需求牵引的宗旨,探索在地方政府主导下,研究机构、高校、企业、金融机构共建重大科技基础设施的新途径,为粤港澳大湾区建设国际科技创新中心提供坚实支撑;我们还将进一步加强与港澳的创新融合,让科学进步之光,照亮大湾区高质量发展之路,点亮东方之珠璀璨的明天。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - pic: '', - } - }, - ], - talentCentre: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/talentCentre/1.png', - title: '人才中心', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - title: '有兴趣将科学转化为创新吗?在IASF建立你的职业生涯。', - des: `在IASF,我们从不同的角度看待世界。我们的科学家和工程师在清洁能源、环境、技术、国家安全等方面进行世界一流的研究。我们正在寻找创造性的方法来让世界为更美好的未来做好准备。 - - 通过选择您感兴趣的机会类型开始。` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 985, - height: 474 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - }, - ], - form: { - pic: 'http://139.159.254.212/images/talentCentre/2.png', - title: '科学研究/工程技术类', - des: `描述`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 985, - height: 474 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - }, - ], - form: { - pic: 'http://139.159.254.212/images/talentCentre/3.png', - title: '管理服务类', - des: `描述`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'introduce', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - }, - list: [ - { - title: '人才中心', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - ], - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - ], - contactUs: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/contactUs/1.png', - title: '联系我们', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'editor', - prop: 'info', - label: '信息', - required: false - }, - ], - form: { - title: 'Contact us', - info: `

地址 深圳市光明区新湖街道圳园路268号3号楼3—6层

-

电话 0755-21096000

-

邮箱 gad@mail.iasf.ac.cn

` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true - }, - ], - form: { - pic: 'http://139.159.254.212/images/contactUs/2.png', - } - }, - { - type: 'introduce', - forms: [ - { - type: 'input', - prop: 'dep', - label: '部门', - required: false - }, - { - type: 'input', - prop: 'contacts', - label: '联系人', - required: false - }, - { - type: 'input', - prop: 'phone', - label: '电话', - required: false - }, - { - type: 'input', - prop: 'email', - label: '邮箱', - required: false - }, - ], - form: { - dep: '', - dep: '', - phone: '', - email: '', - isEnable: 1 - }, - list: [ - { - dep: '', - contacts: '', - phone: '', - email: '', - isEnable: 1 - } - ] - }, - ], - lightSources: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/lightSources/1.png', - title: '科学普及', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - }, - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1200, - height: 536 - }, - ], - form: { - title: '标题', - des: `支撑大湾区综合性国家科学中心建设的公益性科研事业单位`, - pic: 'http://139.159.254.212/images/lightSources/2.png', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'introduce', - forms: [ - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'input', - prop: 'name', - label: '光源名称', - required: false - }, - { - type: 'input', - prop: 'country', - label: '国家和地区', - required: false - }, - { - type: 'input', - prop: 'address', - label: '地点', - required: false - }, - { - type: 'input', - prop: 'gev', - label: '能量(GeV)', - required: false - }, - { - type: 'input', - prop: 'storage', - label: '储存环周长(m)', - required: false - }, - { - type: 'input', - prop: 'stations', - label: '光束线', - required: false - }, - { - type: 'input', - prop: 'intergenerational', - label: '代际', - required: false - }, - { - type: 'input', - prop: 'emittance', - label: '发射度(nm.rad)', - required: false - }, - { - type: 'input', - prop: 'status', - label: '状态', - required: false - }, - { - type: 'input', - prop: 'time', - label: '建成时间', - required: false - }, - ], - form: { - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - name: '', - country: '', - gev: '', - storage: '', - stations: '', - intergenerational: '', - emittance: '', - status: '', - time: '', - }, - list: [ - { - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - name: '', - country: '', - gev: '', - storage: '', - stations: '', - intergenerational: '', - emittance: '', - status: '', - time: '', - isEnable: 1, - } - ], - labelWidth: '120px', - dialogWidth: '1200px', - sort: true - }, - { - type: 'introduce', - forms: [ - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'input', - prop: 'name', - label: '光源名称', - required: false - }, - { - type: 'input', - prop: 'country', - label: '国家和地区', - required: false - }, - { - type: 'input', - prop: 'address', - label: '地点', - required: false - }, - { - type: 'input', - prop: 'accelerator', - label: '加速器技术', - required: false - }, - { - type: 'input', - prop: 'gev', - label: '能量/GeV', - required: false - }, - { - type: 'input', - prop: 'wavelength', - label: '光子能量', - required: false - }, - { - type: 'input', - prop: 'repetitive', - label: '重复频率/Hz', - required: false - }, - { - type: 'input', - prop: 'facility', - label: '设施长度/m', - required: false - }, - { - type: 'input', - prop: 'stations', - label: '实验站', - required: false - }, - { - type: 'input', - prop: 'status', - label: '状态', - required: false - }, - { - type: 'input', - prop: 'time', - label: '建成时间', - required: false - }, - ], - form: { - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - name: '', - country: '', - address: '', - accelerator: '', - gev: '', - wavelength: '', - repetitive: '', - facility: '', - stations: '', - status: '', - time: '', - }, - list: [ - { - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - name: '', - country: '', - address: '', - accelerator: '', - gev: '', - wavelength: '', - repetitive: '', - facility: '', - stations: '', - status: '', - time: '', - status: '', - } - ], - labelWidth: '120px', - sort: true - }, - { - type: 'form', - forms: [ - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - des: '全球先进光源页面所刊载内容,包括图片、文字、数据源自相关设施官方网站、宣传手册,以及国际原子能机构(IAEA)网站公开数据,由深圳综合粒子设施研究院及中国科学学与科技政策研究会科技基础设施专业委员会共同汇总整理而来。相关内容供访问者学习、研究,如需转载或引用,须声明内容来源。' - } - }, - ], - team: [ - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 384 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/team/1.png', - title: '关于IASF/核心团队', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 224, - height: 268 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - subTitle: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '', - isEnable: 1 - }, - list: [ - { - pic: 'http://139.159.254.212/images/team/2.png', - title: '孙冬柏', - subTitle: '院长/深圳产业光源项目总经理', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `孙冬柏作为院领导,负责组织制定研究院的战略规划与实施监督,分管人才队伍建设、财务管理等方面工作,同时作为总指挥、总负责人,主持建设深圳产业光源项目。孙冬柏曾任中山大学常务副校长,层主持建设了“十一五”国家重大科技基础设施“重大工程材料服役安全研究评价设施”暨国家材料服役安全科学中心;担任分总体负责人,负责研制建设了“十二五”国家重大科技基础设施“高能同步辐射光源验证装置”—工程材料线站。`, - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/team/3.png', - title: '谭茂芹', - subTitle: '党委书记/行政副院长', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `谭茂芹作为院领导,负责组织制定研究院的战略规划与实施监督,分管人才队伍建设、财务管理等方面工作,同时作为总指挥、总负责人,主持建设深圳产业光源项目。孙冬柏曾任中山大学常务副校长,层主持建设了“十一五”国家重大科技基础设施“重大工程材料服役安全研究评价设施”暨国家材料服役安全科学中心;担任分总体负责人,负责研制建设了“十二五”国家重大科技基础设施“高能同步辐射光源验证装置”—工程材料线站。`, - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/team/4.png', - title: '杨学明', - subTitle: '副院长/深圳自由电子激光项目总经理', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `杨学明作为院领导,负责组织制定研究院的战略规划与实施监督,分管人才队伍建设、财务管理等方面工作,同时作为总指挥、总负责人,主持建设深圳产业光源项目。孙冬柏曾任中山大学常务副校长,层主持建设了“十一五”国家重大科技基础设施“重大工程材料服役安全研究评价设施”暨国家材料服役安全科学中心;担任分总体负责人,负责研制建设了“十二五”国家重大科技基础设施“高能同步辐射光源验证装置”—工程材料线站。`, - isEnable: 1 - } - ], - dialogWidth: '1200px', - }, - ], - iasf: [ - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 1912, - height: 941 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'http://139.159.254.212/images/iasf/banner1.png', - title: '粤港澳科技与产业合作典范', - des: '——为大湾区打造具有全球影响力的产业科技创新中心贡献关键支撑', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/iasf/banner2.png', - title: '聚焦高质量发展首要任务', - des: '——抓住新一轮科技革命和产业变革机遇,以大科学装置释放的创新动能驱动引领高质量发展', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/iasf/banner3.png', - title: '开放合作共同应对时代挑战', - des: '——坚持开放合作的设施建设理念,携手推动科学技术更好造福人类。', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'http://139.159.254.212/images/iasf/banner4.png', - title: '敢闯敢试、敢为人先、埋头苦干', - des: '——秉承“特区精神”勇攀高峰、勇立潮头,无愧深圳“先行示范”的历史使命', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - ] - }, - - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '综合粒子设施', - des: '将微观粒子作为认知微观世界的利器', - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 690, - height: 488 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/home/2.png', - title: '深圳产业光源', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '首台聚焦高新技术产业发展需要的第四代中能同步辐射光源' - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 690, - height: 488 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'http://139.159.254.212/images/home/3.png', - title: '深圳自由电子激光', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '世界最亮的软X射线光源装置' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '新闻动态', - des: '支撑大湾区综合性国家科学中心建设的公益性科研事业单位', - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - - - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '追光者之家', - des: `支撑大湾区综合性国家科学中心建设的公益性科研事业单位` - } - }, - { - type: 'column', - form: { - site: '', - column: '', - articleNum: '', - columnTitle: 1, - columnTitleCustom: '' - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '人才中心', - des: `支撑大湾区综合性国家科学中心建设的公益性科研事业单位` - } - }, - - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 600, - height: 465 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题', - required: false - }, - { - type: 'editor', - prop: 'des', - label: '描述', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/estate/9.png', - title: '大湾区科技之光由你点亮!', - subTitle: '', - des: `

大科学装置建设在即,部分专业岗位面向优秀人才长期开放。在IASF,我们不仅提供一片

-

大展才能的宏伟热土,更能提供广阔的事业发展空间和具有国际竞争力的和待遇保障。

`, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 744, - height: 657 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'des', - label: '描述', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/iasf/2.png', - title: '关于IASF', - des: '紧密围绕高水平建设大湾区综合性国家科学中心的战略目标,面向经济主战场和世界科技前沿,充分吸纳国际国内高端创新资源,依托先行示范区政策、产业、资本、市场和技术等优势,建设世界一流重大科技基础设施和重大科研平台,建设国际一流科研机构。', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图标', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/iasf/3.png', - title: '世界光源', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图标', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/iasf/4.png', - title: '图片库', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图标', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/iasf/5.png', - title: '视频库', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图标', - required: true - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/iasf/6.png', - title: '大事记', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图标', - required: true, - width: 98, - height: 98 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - ], - form: { - pic: 'http://139.159.254.212/images/iasf/7.png', - title: '联系我们', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - } - } - }, - { - type: 'introduce', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'link', - prop: 'link', - label: '链接' - } - ], - form: { - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - list: [ - { - title: '网站地图', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - title: '新闻中心', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - title: '热点阅读', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - title: '党建文化', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - } - ], - }, - ], - aboutUs: [ - { - type: 'introduce', - forms: [ - { - type: 'media', - prop: 'pic', - label: '资源', - required: true, - width: 1912, - height: 480 - }, - { - type: 'editor', - prop: 'des', - label: '描述' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'upload', - prop: 'weixinPic1', - label: '公众号二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'weixinText1', - label: '公众号文案' - }, - { - type: 'upload', - prop: 'weixinPic2', - label: '小程序二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'weixinText2', - label: '小程序文案' - }, - ], - form: { - pic: '', - des: ``, - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - pic: 'https://huorantech.com/images/about/qrcode.jpg', - title: `扫一扫,关注公众号`, - weixinPic1: '', - weixinText1: ``, - weixinPic2: '', - weixinText2: ``, - }, - list: [], - dialogWidth: '1200px', - labelWidth: '110px' - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 367, - height: 524 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle1', - label: '小标题' - }, - { - type: 'input', - prop: 'subTitle2', - label: '英文标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'https://huorantech.com/images/about/about1.png', - title: '或然科技有限公司', - subTitle1: '职站商城,让您一站式采购无忧', - subTitle2: 'HUORAN TECH', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `深圳或然科技,教育数字化产业的推动者,为教育IT创业者赋能的首选合作伙伴。我们是一家拥有丰富IT互联网背景的科技企业,致力于为教育软件销售代理人提供专业而全面的产品供应链服务。` - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '随时、随地、贴心为您提供全方位服务', - des: 'At anytime,anywhere,intimate to provide you with a full range of services', - } - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '企业文化', - des: 'CORPORATE CULTURE', - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - width: 70, - height: 70 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'https://huorantech.com/images/about/about4.png', - title: '使命', - des: '成就百万教育产业数字化的创业者', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/about/about5.png', - title: '愿景', - des: '成为教育产业数字化的共创平台', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/about/about6.png', - title: '核心价值观', - des: '公正、诚信、创新、实干', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - ], - dialogWidth: '900px' - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '为什么选择我们', - subTitle: 'WHY CHOOSE US', - des: '专业、全面、高效', - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - width: 70, - height: 70 - }, - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'textarea', - prop: 'des', - label: '描述' - } - ], - form: { - pic: '', - title: '', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: '' - }, - list: [ - { - pic: 'https://huorantech.com/images/index/index3.png', - title: '产品优势', - des: '整合好不同的教育信息化解决方案所需的软件和硬件产品,通过教育产业互联网平台和反向供应链,提供利润合适,交付便捷,质量有保障的体系化产品。', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/index/index4.png', - title: '服务优势', - des: '专业的培训和服务团队,提供教育信息化产业的创业辅导和专业培训。帮助打造一支专业化的商务支持、客户成功和售后运营服务的支撑型团队。', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - { - pic: 'https://huorantech.com/images/index/index5.png', - title: '生态优势', - des: '我们拥有强大可靠的渠道、产品的生态联盟,可共享、调用生态内的多方资源,背靠联盟携手共创新奇迹。', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - isEnable: 1 - }, - ], - dialogWidth: '900px' - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'input', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '合作院校', - subTitle: 'PARTNERSHIP', - des: '助力100+所院校客户实现数字化升级', - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - width: 453, - height: 308 - }, - { - type: 'input', - prop: 'title', - label: '标题', - required: true - }, - { - type: 'textarea', - prop: 'subTitle', - label: '小标题' - }, - { - type: 'link', - prop: 'link', - label: '链接' - }, - { - type: 'editor', - prop: 'des', - label: '描述' - } - ], - form: { - pic: 'https://huorantech.com/images/index/index0.png', - title: '他们说', - subTitle: '—— 河海大学老师', - link: { - linkName: '无', - connectionType: 1, - columnId: [], - articleId: '', - linkAddress : '', - site: '', - otherColumnId: [], - otherArticleId: '', - isOpen: 1 - }, - des: `平台功能丰富,操作简单,自动判分功能,能更高效的批改作业给学生更好的指导。` - } - }, - { - type: 'introduce', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '图片', - required: true, - width: 253, - height: 124 - }, - ], - form: { - pic: '', - }, - list: [ - { - pic: 'https://huorantech.com/images/index/school1.png', - }, - { - pic: 'https://huorantech.com/images/index/school2.png', - }, - { - pic: 'https://huorantech.com/images/index/school3.png', - }, - { - pic: 'https://huorantech.com/images/index/school4.png', - }, - { - pic: 'https://huorantech.com/images/index/school5.png', - }, - ] - }, - { - type: 'form', - forms: [ - { - type: 'input', - prop: 'title', - label: '标题', - }, - { - type: 'input', - prop: 'des', - label: '描述' - } - ], - form: { - title: '联系我们', - des: `CONTACT US` - } - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: 'logo', - width: 185, - height: 44 - }, - { - type: 'input', - prop: 'site', - label: '公司官网', - }, - { - type: 'input', - prop: 'address', - label: '地址' - }, - { - type: 'input', - prop: 'phone', - label: '合作咨询', - }, - { - type: 'input', - prop: 'mail', - label: '客户建议' - }, - ], - form: { - pic: 'https://huorantech.com/images/about/logo.png', - site: '公司官网:www.huorantech.com', - address: `地址:广东省深圳市南山区粤海街道海天二路盈峰中心2101`, - phone: `合作咨询:郭经理 17671782660`, - mail: `客户建议:service@huorantech.cn`, - }, - labelWidth: '100px' - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '公众号二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'title', - label: '公众号文案' - }, - ], - form: { - pic: 'https://huorantech.com/images/about/qrcode.jpg', - title: `扫一扫,关注公众号`, - }, - labelWidth: '100px' - }, - { - type: 'form', - forms: [ - { - type: 'upload', - prop: 'pic', - label: '小程序二维码', - width: 103, - height: 103 - }, - { - type: 'input', - prop: 'title', - label: '小程序文案' - }, - ], - form: { - pic: 'https://huorantech.com/images/about/mini-program-sm.jpg', - title: `扫一扫,登录职站商城`, - }, - labelWidth: '100px' - }, - ], -} \ No newline at end of file diff --git a/src/const/user.js b/src/const/user.js new file mode 100644 index 0000000..e5493b8 --- /dev/null +++ b/src/const/user.js @@ -0,0 +1,44 @@ +/** + * 栏目配置 + * */ + +export default { + // 角色 + platformSource: [ + { + id: '', + name: '不限' + }, + { + id: 7, + name: '个人' + }, + { + id: 5, + name: '幼儿园' + }, + { + id: 6, + name: '供应商' + }, + ], + // 认证状态 + auditStatus: [ + { + id: null, + name: '不限' + }, + { + id: 0, + name: '默认待审核' + }, + { + id: 1, + name: '通过' + }, + { + id: 2, + name: '驳回' + }, + ], +} diff --git a/src/pages/activity/add/index.vue b/src/pages/activity/add/index.vue index b4387c6..b2ca102 100644 --- a/src/pages/activity/add/index.vue +++ b/src/pages/activity/add/index.vue @@ -1,190 +1,190 @@ @@ -200,6 +200,7 @@ export default { data () { return { id: this.$route.query.id || '', + name: this.$route.query.name, headers: { token: Util.local.get(Setting.tokenKey) }, @@ -208,7 +209,6 @@ export default { form: { id: this.$route.query.id || '', founder: 1, - maximumNumber: '', carouselUrl: '', coverUrl: '', competitionAnnexList: [], // 赛事附件 @@ -225,7 +225,9 @@ export default { whetherToShowApplicants: '1', reportingPlace: '', competitionRangeList: [], - competitionRegistration: {} + competitionRegistration: {}, + createSource: 0, + quantityLimit: '' }, competitionScope: [], scopes: [ @@ -315,7 +317,7 @@ export default { route: '/activity' }, { - name: '创建活动' + name: this.id ? this.name : '创建活动' }, ]) this.getData() @@ -333,6 +335,7 @@ export default { data.competitionScope = 1 } else if (data.competitionScope !== 1) { this.competitionScope = data.competitionScope.split(',').map(e => +e) + data.competitionScope = 0 } // 附件 const fileList = data.competitionAnnexList @@ -378,7 +381,7 @@ export default { uploadAnnexSuccess (file) { const url = file.url const data = { - activityId: this.form.id || '', + competitionId: this.form.id || '', fileName: file.name, name: file.name, filePath: url, @@ -428,6 +431,7 @@ export default { if (!form.playStartTime) return Util.warningMsg("请选择举办时间"); if (playStartTime && signUpEndTime && playStartTime < signUpEndTime) return Util.warningMsg("举办时间不能早于报名结束时间"); if (form.isNeedCode && (!form.invitationCode || form.invitationCode.length !== 4)) return Util.warningMsg('请填写四位数邀请码') + if (!form.quantityLimit) return Util.warningMsg('请填写报名人数上限') if (!form.description) return Util.warningMsg("请填写活动详情"); } form.publishStatus = status diff --git a/src/pages/activity/list/index.vue b/src/pages/activity/list/index.vue index 417fca6..8f5c866 100644 --- a/src/pages/activity/list/index.vue +++ b/src/pages/activity/list/index.vue @@ -26,7 +26,8 @@ clearable>
  • - @@ -93,16 +94,12 @@ - - - - + -
    - -
    - -
    -
    -
    - - - +
    + + +
    @@ -89,7 +80,7 @@ export default { // tab切换 tabSwitch (i) { this.active = i - this.$router.push(`manageDetail?id=${this.$route.query.id}&tab=${i}&name=${this.name}`) + this.$router.push(`/activity/manage?id=${this.$route.query.id}&tab=${i}&name=${this.name}`) }, // 判断返回还是tab backOrTab (i) { diff --git a/src/pages/activity/manage/matchSignup.vue b/src/pages/activity/manage/matchSignup.vue index 70d3288..cca4d6c 100644 --- a/src/pages/activity/manage/matchSignup.vue +++ b/src/pages/activity/manage/matchSignup.vue @@ -6,7 +6,7 @@
    • -
    • - +
    - 批量导出 + @click="exportAll">批量导出 -->
    @@ -52,19 +52,16 @@ - - - - + --> @@ -63,52 +63,10 @@ export default { data () { return { id: this.$route.query.id || '', - headers: { - token: Util.local.get(Setting.tokenKey) - }, - scope: 0, - form: { - id: this.$route.query.id || '', - founder: 1, - isOpen: 0, // 职站是否开启(0开启 1未开启 默认0) - maximumNumber: '', - carouselUrl: '', - coverUrl: '', - activityFileList: [], // 赛事附件 - initiator: '', - isNeedCode: 0, - invitationCode: '', - maximumNumber: 0, - signUpStartTime: '', - signUpEndTime: '', - playStartTime: '', - playEndTime: '', - projectDescribe: '', - projectName: '', - publishStatus: 0, - competitionScope: 0, - competitionScope1: [] - }, - fileName: '', - signupTime: [], - playTime: [], - sponsorList: [""], - undertakerList: [''], - fileList: [], + form: {}, submiting: false, - pass: false, - updateTime: 0, }; }, - watch: { - // 监听信息是否有更改,有的话页面离开的时候要询问是否要保存 - form: { - handler () { - this.updateTime++ - }, - deep: true - }, - }, mounted () { this.$store.commit('user/setCrumbs', [ { @@ -119,114 +77,21 @@ export default { name: '幼儿园审核' }, ]) - // this.getData() + this.getData() }, methods: { getData () { - const { id } = this.form - id && this.$post(`${this.api.findByIdActivity}?id=${id}`).then(({ data }) => { - if (data.signUpStartTime) this.signupTime = [data.signUpStartTime, data.signUpEndTime] - if (data.playStartTime) this.playTime = [data.playStartTime, data.playEndTime] - this.sponsorList = data.initiator.split(",") - // 附件 - const fileList = data.activityFileList - if (fileList) { - fileList.map(e => { - e.name = e.fileName - e.url = e.filePath - }) - } else { - data.activityFileList = [] - } + const { id } = this + id && this.$post(`${this.api.findCertification}?id=${id}`).then(({ data }) => { this.form = data this.$nextTick(() => { this.updateTime = 0 }) }).catch(err => { }) }, - handleExceed (files, fileList) { - Util.warningMsg(`当前限制选择 1 个文件,如需更换,请删除上一个文件再重新选择!`); - }, - beforeRemove (file, fileList) { - return this.$confirm(`确定移除 ${file.name}?`); - }, - handleRemove () { - Oss.del(this.form.coverUrl) - this.form.coverUrl = '' - }, - uploadError (err, file, fileList) { - this.$message({ - message: "上传出错,请重试!", - type: "error", - center: true - }) - }, - // 封面自定义上传 - async handleRequest ({ file }) { - this.form.coverUrl && Oss.del(this.form.coverUrl) - Oss.upload(file).then(res => { - this.form.coverUrl = res.url - }) - }, - // 附件上传成功 - uploadAnnexSuccess (file) { - const url = file.url - const data = { - activityId: this.form.id || '', - fileName: file.name, - name: file.name, - filePath: url, - url - } - this.form.activityFileList.push(data) - }, - handleExceedAnnex (files, fileList) { - Util.warningMsg(`当前限制选择 5 个文件,如需更换,请删除一个文件再重新选择!`); - }, - // 附件上传前 - beforeUpload (file) { - const isLt2M = file.size / 1024 / 1024 < 10 - if (!isLt2M) Util.warningMsg('请上传小于10MB的附件!') - if (isLt2M) { - this.fileName = file.name - return true - } else { - return false - } - }, - handleAnnexRemove (file, fileList) { - Oss.del(file.url) - this.form.activityFileList = fileList - }, - // 随机邀请码 - randomInv () { - let result = '' - for (let i = 0; i < 4; i++) { - result += Math.floor(Math.random() * 10); - } - this.form.invitationCode = result - }, // 提交 - save (status) { + submit (status) { const { form } = this - form.initiator = this.sponsorList.filter(d => d).join(); - if (!form.projectName) return Util.warningMsg("请填写活动名称"); - // 发布需要校验 - if (status) { - if (!form.initiator) return Util.warningMsg("请填写发起方"); - if (!form.signUpStartTime) return Util.warningMsg("请选择报名时间"); - let now = new Date().getTime(); - let signUpStartTime = new Date(form.signUpStartTime).getTime(); - let signUpEndTime = new Date(form.signUpEndTime).getTime(); - let playStartTime = new Date(form.playStartTime).getTime(); - // if (signUpStartTime && now > signUpStartTime) return Util.warningMsg("报名时间不能早于当前时间"); - if (!form.playStartTime) return Util.warningMsg("请选择活动时间"); - if (playStartTime && signUpEndTime && playStartTime < signUpEndTime) return Util.warningMsg("活动时间不能早于报名结束时间"); - if (form.isNeedCode && (!form.invitationCode || form.invitationCode.length !== 4)) return Util.warningMsg('请填写四位数邀请码') - if (!form.projectDescribe) return Util.warningMsg("请填写活动详情"); - } - form.publishStatus = status - form.id = this.$route.query.id if (this.submiting) return false this.submiting = true if (form.id) { @@ -245,43 +110,6 @@ export default { }); } }, - // 预览 - preview () { - Util.local.set('activity', this.form) - window.open(this.$router.resolve('preview').href) - }, - addSponsor () { - this.sponsorList.push(""); - }, - delSponsor (index) { - this.sponsorList.splice(index, 1); - }, - addOrganizer () { - this.undertakerList.push(""); - }, - delOrganizer (index) { - this.undertakerList.splice(index, 1); - }, - backList () { - this.pass = true - this.updateTime = 0 - this.$router.back() - }, - back () { - this.pass = true - // 更改了信息才需要提示 - if (this.updateTime) { - this.$confirm(`编辑的内容未保存,是否保存?`, '提示', { - type: 'warning' - }).then(() => { - this.save(this.form.publishStatus) - }).catch(() => { - this.backList() - }) - } else { - this.backList() - } - }, } }; diff --git a/src/pages/preschool/list/index.vue b/src/pages/preschool/list/index.vue index c5fd98e..41b65ed 100644 --- a/src/pages/preschool/list/index.vue +++ b/src/pages/preschool/list/index.vue @@ -21,7 +21,6 @@ clearable placeholder="请选择城市" :disabled="form.provinces ? false : true" - @clear="clearcity" @change="initData">
  • - - - +
  • @@ -67,7 +64,7 @@ filterable placeholder="请选择会员状态" @change="initData"> - @@ -75,22 +72,22 @@
  • - - + :label="item.name" + :value="item.id">
  • @@ -110,10 +107,8 @@ name="tab5">
    - 新增 批量删除 - 批量导出 +
    - - - - + align="center"> + +