diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml
new file mode 100644
index 00000000..8e9bf5a7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -0,0 +1,72 @@
+name: "\U0001F41B Bug Report"
+description: Submit a bug report to help us improve Synapse / 提交一个 Bug 问题报告来帮助我们改进 Synapse
+body:
+ - type: textarea
+ id: system-info
+ attributes:
+ label: System Info / 系統信息
+ description: Your operating environment / 您的运行环境信息
+ placeholder: Includes Cuda version, Transformers version, Python version, operating system, hardware information (if you suspect a hardware problem)... / 包括Cuda版本,Transformers版本,Python版本,操作系统,硬件信息(如果您怀疑是硬件方面的问题)...
+ validations:
+ required: true
+
+ - type: textarea
+ id: who-can-help
+ attributes:
+ label: Who can help? / 谁可以帮助到您?
+ description: |
+ Your issue will be replied to more quickly if you can figure out the right person to tag with @
+ All issues are read by one of the maintainers, so if you don't know who to tag, just leave this blank and our maintainer will ping the right person.
+
+ Please tag fewer than 3 people.
+
+ 如果您能找到合适的标签 @,您的问题会更快得到回复。
+ 所有问题都会由我们的维护者阅读,如果您不知道该标记谁,只需留空,我们的维护人员会找到合适的开发组成员来解决问题。
+
+ 标记的人数应该不超过 3 个人。
+
+ If it's not a bug in these three subsections, you may not specify the helper. Our maintainer will find the right person in the development group to solve the problem.
+
+ 如果不是这三个子版块的bug,您可以不指明帮助者,我们的维护人员会找到合适的开发组成员来解决问题。
+
+ placeholder: "@Username ..."
+
+ - type: checkboxes
+ id: information-scripts-examples
+ attributes:
+ label: Information / 问题信息
+ description: "The problem arises when using: / 问题出现在"
+ options:
+ - label: "The official example scripts / 官方的示例脚本"
+ - label: "My own modified scripts / 我自己修改的脚本和任务"
+
+ - type: textarea
+ id: reproduction
+ validations:
+ required: true
+ attributes:
+ label: Reproduction / 复现过程
+ description: |
+ Please provide a code example that reproduces the problem you encountered, preferably with a minimal reproduction unit.
+ If you have code snippets, error messages, stack traces, please provide them here as well.
+ Please format your code correctly using code tags. See https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting
+ Do not use screenshots, as they are difficult to read and (more importantly) do not allow others to copy and paste your code.
+
+ 请提供能重现您遇到的问题的代码示例,最好是最小复现单元。
+ 如果您有代码片段、错误信息、堆栈跟踪,也请在此提供。
+ 请使用代码标签正确格式化您的代码。请参见 https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting
+ 请勿使用截图,因为截图难以阅读,而且(更重要的是)不允许他人复制粘贴您的代码。
+ placeholder: |
+ Steps to reproduce the behavior/复现Bug的步骤:
+
+ 1.
+ 2.
+ 3.
+
+ - type: textarea
+ id: expected-behavior
+ validations:
+ required: true
+ attributes:
+ label: Expected behavior / 期待表现
+ description: "A clear and concise description of what you would expect to happen. /简单描述您期望发生的事情。"
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml
new file mode 100644
index 00000000..2d53e84d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.yaml
@@ -0,0 +1,34 @@
+name: "\U0001F680 Feature request"
+description: Submit a request for a new Synapse feature / 提交一个新的 Synapse 的功能建议
+labels: ["feature"]
+body:
+ - type: textarea
+ id: feature-request
+ validations:
+ required: true
+ attributes:
+ label: Feature request / 功能建议
+ description: |
+ A brief description of the functional proposal. Links to corresponding papers and code are desirable.
+ 对功能建议的简述。最好提供对应的论文和代码链接
+
+ - type: textarea
+ id: motivation
+ validations:
+ required: true
+ attributes:
+ label: Motivation / 动机
+ description: |
+ Your motivation for making the suggestion. If that motivation is related to another GitHub issue, link to it here.
+ 您提出建议的动机。如果该动机与另一个 GitHub 问题有关,请在此处提供对应的链接。
+
+ - type: textarea
+ id: contribution
+ validations:
+ required: true
+ attributes:
+ label: Your contribution / 您的贡献
+ description: |
+
+ Your PR link or any other link you can help with.
+ 您的PR链接或者其他您能提供帮助的链接。
diff --git a/.github/workflows/relay-ci.yml b/.github/workflows/relay-ci.yml
index 011190ee..46a4e7e8 100644
--- a/.github/workflows/relay-ci.yml
+++ b/.github/workflows/relay-ci.yml
@@ -139,7 +139,7 @@ jobs:
relay/internal/nodebundle/assets
relay/internal/chromemcpbundle/assets
relay/internal/commandlinebundle/assets
- key: relay-runtime-bundle-${{ runner.os }}-${{ matrix.suffix }}-${{ env.BUNDLED_NODE_VERSION }}-${{ env.CHROME_DEVTOOLS_MCP_VERSION }}-${{ env.BUNDLED_PYTHON_VERSION }}-${{ env.BUNDLED_PYTHON_STANDALONE_RELEASE }}-${{ env.BUNDLED_WINDOWS_GIT_VERSION }}-${{ env.BUNDLED_FFMPEG_RELEASE_TAG }}-${{ env.COMMANDLINE_PACKAGE_PROFILE }}-${{ hashFiles('.gitmodules', 'relay/cli-anything-wave1.json', 'relay/scripts/prepare-node-bundle.mjs', 'relay/scripts/prepare-chrome-devtools-bundle.mjs', 'relay/scripts/prepare-commandline-bundle.mjs', 'relay/scripts/lib/subprojects.mjs', 'subprojects/cli-anything/**/agent-harness/setup.py', 'subprojects/cli-anything/**/agent-harness/cli_anything/**') }}
+ key: relay-runtime-bundle-${{ runner.os }}-${{ matrix.suffix }}-${{ env.BUNDLED_NODE_VERSION }}-${{ env.CHROME_DEVTOOLS_MCP_VERSION }}-${{ env.BUNDLED_PYTHON_VERSION }}-${{ env.BUNDLED_PYTHON_STANDALONE_RELEASE }}-${{ env.BUNDLED_WINDOWS_GIT_VERSION }}-${{ env.BUNDLED_FFMPEG_RELEASE_TAG }}-${{ env.COMMANDLINE_PACKAGE_PROFILE }}-${{ hashFiles('.gitmodules', 'relay/managed-command-providers.json', 'relay/scripts/prepare-node-bundle.mjs', 'relay/scripts/prepare-chrome-devtools-bundle.mjs', 'relay/scripts/prepare-commandline-bundle.mjs', 'relay/scripts/lib/subprojects.mjs', 'subprojects/cli-anything/**/agent-harness/setup.py', 'subprojects/cli-anything/**/agent-harness/cli_anything/**') }}
- uses: actions/setup-node@v4
with:
diff --git a/.github/workflows/relay-gui-build.yml b/.github/workflows/relay-gui-build.yml
index eb84d5ba..e1ce50dd 100644
--- a/.github/workflows/relay-gui-build.yml
+++ b/.github/workflows/relay-gui-build.yml
@@ -106,7 +106,7 @@ jobs:
relay/internal/nodebundle/assets
relay/internal/chromemcpbundle/assets
relay/internal/commandlinebundle/assets
- key: relay-runtime-bundle-${{ runner.os }}-${{ matrix.suffix }}-${{ env.BUNDLED_NODE_VERSION }}-${{ env.CHROME_DEVTOOLS_MCP_VERSION }}-${{ env.BUNDLED_PYTHON_VERSION }}-${{ env.BUNDLED_PYTHON_STANDALONE_RELEASE }}-${{ env.BUNDLED_WINDOWS_GIT_VERSION }}-${{ env.BUNDLED_FFMPEG_RELEASE_TAG }}-${{ env.COMMANDLINE_PACKAGE_PROFILE }}-${{ hashFiles('.gitmodules', 'relay/cli-anything-wave1.json', 'relay/scripts/prepare-node-bundle.mjs', 'relay/scripts/prepare-chrome-devtools-bundle.mjs', 'relay/scripts/prepare-commandline-bundle.mjs', 'relay/scripts/lib/subprojects.mjs', 'subprojects/cli-anything/**/agent-harness/setup.py', 'subprojects/cli-anything/**/agent-harness/cli_anything/**') }}
+ key: relay-runtime-bundle-${{ runner.os }}-${{ matrix.suffix }}-${{ env.BUNDLED_NODE_VERSION }}-${{ env.CHROME_DEVTOOLS_MCP_VERSION }}-${{ env.BUNDLED_PYTHON_VERSION }}-${{ env.BUNDLED_PYTHON_STANDALONE_RELEASE }}-${{ env.BUNDLED_WINDOWS_GIT_VERSION }}-${{ env.BUNDLED_FFMPEG_RELEASE_TAG }}-${{ env.COMMANDLINE_PACKAGE_PROFILE }}-${{ hashFiles('.gitmodules', 'relay/managed-command-providers.json', 'relay/scripts/prepare-node-bundle.mjs', 'relay/scripts/prepare-chrome-devtools-bundle.mjs', 'relay/scripts/prepare-commandline-bundle.mjs', 'relay/scripts/lib/subprojects.mjs', 'subprojects/cli-anything/**/agent-harness/setup.py', 'subprojects/cli-anything/**/agent-harness/cli_anything/**') }}
- uses: actions/setup-go@v5
with:
diff --git a/.gitignore b/.gitignore
index f9a5abab..8f7dfa6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.idea
node_modules/
dist/
.next/
diff --git a/.setup/plugins/amap/advanced-path.html b/.setup/plugins/amap/advanced-path.html
deleted file mode 100644
index 987b4fa0..00000000
--- a/.setup/plugins/amap/advanced-path.html
+++ /dev/null
@@ -1,256 +0,0 @@
-
-
- 高级路径规划
- 最后更新时间: 2025年09月24日
-
-
产品介绍
高级路径规划 API 是一套以 HTTP 形式提供的接口,未来路径规划 API 用于查询未来7天的路径规划结果。
逆地理编码在进行坐标解析之后不仅可以返回地址描述,也可以返回经纬度附近符合限定要求的 POI 内容(在 extensions 字段值为 all 时才会返回 POI 内容)。设置 POI 类型参数相当于为上述操作限定要求。参数仅支持传入 POI TYPECODE,可以传入多个 POI TYPECODE,相互之间用“|”分隔。获取 POI TYPECODE 可以参考 POI 分类码表
可选
无
radius
搜索半径
radius 取值范围:0~3000,默认值:1000。单位:米
可选
1000
extensions
返回结果控制
extensions 参数默认取值是 base,也就是返回基本地址信息;
extensions 参数取值为 all 时会返回基本地址信息、附近 POI 内容、道路信息以及道路交叉口信息。
location(116.310003,39.991957) 是所需要转换的坐标点经纬度,radius(1000)为返回的附近 POI 的范围,单位:米,extensions(all)为返回的数据内容,output(XML)用于指定返回数据的格式,Key 是高德 Web 服务 Key。详细可以参考上方的请求参数说明。
- 逆地理编码在进行坐标解析之后不仅可以返回地址描述,也可以返回经纬度附近符合限定要求的 POI 内容(在 extensions 字段值为 all 时才会返回 POI 内容)。设置 POI 类型参数相当于为上述操作限定要求。参数仅支持传入 POI TYPECODE,可以传入多个 POI TYPECODE,相互之间用“|”分隔。获取 POI TYPECODE 可以参考
-
- POI 分类码表
-
-
-
-
-
-
- 可选
-
-
-
-
- 无
-
-
-
-
-
-
- radius
-
-
-
-
- 搜索半径
-
-
-
-
- radius 取值范围:0~3000,默认值:1000。单位:米
-
-
-
-
- 可选
-
-
-
-
- 1000
-
-
-
-
-
-
- extensions
-
-
-
-
- 返回结果控制
-
-
-
-
- extensions 参数默认取值是 base,也就是返回基本地址信息;
-
-
- extensions 参数取值为 all 时会返回基本地址信息、附近 POI 内容、道路信息以及道路交叉口信息。
-
- location(116.310003,39.991957) 是所需要转换的坐标点经纬度,radius(1000)为返回的附近 POI 的范围,单位:米,extensions(all)为返回的数据内容,output(XML)用于指定返回数据的格式,Key 是高德 Web 服务 Key。详细可以参考上方的请求参数说明。
-
-
diff --git a/.setup/plugins/aminer/64f02dc86221825d961dbde1.json b/.setup/plugins/aminer/64f02dc86221825d961dbde1.json
deleted file mode 100644
index a95b2380..00000000
--- a/.setup/plugins/aminer/64f02dc86221825d961dbde1.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"64f02dc86221825d961dbde1","description":"根据专利ID获取专利标题、专利号、发明人、国家、专利号","price":0,"title":"专利信息","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/patent/info","update_time":"2023-10-13T10:03:28.946862Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"id","example":"63370927667297566c3fb14f"}],"response_fields":[{"name":"app_num","type":"string","description":"申请号"},{"name":"country","type":"string","description":"国家"},{"name":"en","type":"array","description":"专利英文"},{"name":"id","type":"string","description":"id"},{"name":"inventor","type":"array","description":"发明人"},{"name":"name","type":"string","description":"姓名"},{"name":"pub_kind","type":"string","description":"发布类型"},{"name":"pub_num","type":"string","description":"发布号"},{"name":"sequence","type":"float","description":"顺序"},{"name":"title","type":"string","description":"标题"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/patent/info?id=63370927667297566c3fb14f' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"app_num\":\"003108\",\"country\":\"kr\",\"id\":\"63370927667297566c3fb14f\",\"inventor\":[{\"name\":\"KIM J\",\"sequence\":1}],\"pub_kind\":\"U\",\"pub_num\":\"2017004205\",\"title\":{\"en\":[\"Towel and bag hanger for use as a laundry drying rack, comprises a character shaped holder, in which a bag hanging ring is adhered to the lower portion of holder by welding, where a nut hole is formed for attachment and detachment of bolt.\"]}}],\"log_id\":\"2WhhcFhJU3CCl0wRElN8V6qWDPn\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/patent/brief/open"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/64f0386a6221825d961dbde2.json b/.setup/plugins/aminer/64f0386a6221825d961dbde2.json
deleted file mode 100644
index d25c583d..00000000
--- a/.setup/plugins/aminer/64f0386a6221825d961dbde2.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"64f0386a6221825d961dbde2","description":"根据论文ID获取标题,卷号,期刊名称,作者名称","price":0,"title":"论文信息","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/info","update_time":"2023-10-13T10:06:18.068081Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"ids","type":"[]string","required":true,"maximum":100,"description":"请求论文时候的id列表","example":"5ce2c5a5ced107d4c61c839b"}],"response_fields":[{"name":"_id","type":"string","description":"论文id"},{"name":"authors","type":"array","description":"作者 name 名称 name_zh 中文名称"},{"name":"issue","type":"string","description":"论文的卷号"},{"name":"name","type":"string","description":"作者名称"},{"name":"raw","type":"string","description":"期刊名称"},{"name":"title","type":"string","description":"论文标题"},{"name":"venue","type":"object","description":"期刊信息"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/info' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"ids\":[\"5ce2c5a5ced107d4c61c839b\"]}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"_id\":\"5ce2c5a5ced107d4c61c839b\",\"authors\":[{\"name\":\"Shangshang Chen\"},{\"name\":\"Huatong Yao\"},{\"name\":\"Zhengke Li\"},{\"name\":\"Omar M. Awartani\"},{\"name\":\"Yuhang Liu\"},{\"name\":\"Zheng Wang\"},{\"name\":\"Guofang Yang\"},{\"name\":\"Jianquan Zhang\"},{\"name\":\"Harald Ade\"},{\"name\":\"He Yan\"}],\"title\":\"Surprising Effects upon Inserting Benzene Units into a Quaterthiophene‐Based D‐A Polymer–Improving Non‐Fullerene Organic Solar Cells via Donor Polymer Design\",\"venue\":{\"raw\":\"ADVANCED ENERGY MATERIALS\"},\"volume\":\"7\"}],\"log_id\":\"2WhhXfSs26WfrxvFID46Vnn55hd\"}"},"explanation":"获取id数组批量获取论文信息数组","history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/detail/list"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/64f03bf46221825d961dbde3.json b/.setup/plugins/aminer/64f03bf46221825d961dbde3.json
deleted file mode 100644
index d263f50f..00000000
--- a/.setup/plugins/aminer/64f03bf46221825d961dbde3.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"64f03bf46221825d961dbde3","description":"根据专利名称搜索专利ID、专利标题、专利号","price":0,"title":"专利搜索","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/patent/search","update_time":"2025-11-10T10:40:34.596048Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"query","type":"string","required":true,"maximum":null,"description":"查询字段,如专利标题、关键词等","example":"Si02"},{"name":"page","type":"number","required":true,"maximum":null,"description":"页数","example":"0"},{"name":"size","type":"number","required":true,"maximum":null,"description":"每页展示","example":"20"}],"response_fields":[{"name":"id","type":"string","description":"专利id"},{"name":"title","type":"string","description":"专利英文标题"},{"name":"title_zh","type":"string","description":"专利中文标题"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/patent/search' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"page\":0,\"query\":\"Si02\",\"size\":20}'","response":"{\"code\":200,\"msg\":\"操作成功\",\"status\":0,\"data\":[{\"id\":\"689983eb6d408010383b0cbe\",\"title\":null,\"title_zh\":\"基于大规模可重构光子大矩阵模型的矩阵计算方法与装置\"},{\"id\":\"689982f355d74813bd3b0965\",\"title\":null,\"title_zh\":\"辐射制冷器件、制冷器件模块及辐射制冷系统\"},{\"id\":\"689985b981f11665883b13dd\",\"title\":null,\"title_zh\":\"机械爪\"},{\"id\":\"6899820134961b2e973b0614\",\"title\":null,\"title_zh\":\"机械制冷与自然冷源耦合的复合辐射制冷系统\"},{\"id\":\"689983f94c70e90eee3b0d16\",\"title\":null,\"title_zh\":\"完全可重构通用智能光计算芯片架构与系统\"},{\"id\":\"6899815ee27ee9dd423b03c3\",\"title\":null,\"title_zh\":\"超快全光智能感算芯片系统与架构\"},{\"id\":\"689983cd1a598150683b0c86\",\"title\":null,\"title_zh\":\"可重构衍射通用智能光计算方法、架构与系统\"},{\"id\":\"689981e60eb4d4a5083b058a\",\"title\":null,\"title_zh\":\"蜂蜜生态产品的生长管理装置\"},{\"id\":\"682ac524974c4f3b075ea986\",\"title\":null,\"title_zh\":\"机械密封故障预警方法、装置、电子设备及程序产品\"},{\"id\":\"689982ab516b0a97ce3b083e\",\"title\":null,\"title_zh\":\"表曝机\"},{\"id\":\"682acfebb88894a0325ec4db\",\"title\":null,\"title_zh\":\"磁铁系统\"},{\"id\":\"689986032e54df57573b14b8\",\"title\":null,\"title_zh\":\"板栗生态产品的生长管理装置\"},{\"id\":\"689984a6deb0ccc1b43b0fbb\",\"title\":null,\"title_zh\":\"可拼接的桌子\"},{\"id\":\"682acdce3f89faa9985ebf01\",\"title\":null,\"title_zh\":\"用于在线光学监测的电极壳及电池组件\"},{\"id\":\"6899813abeffdd0d893b034c\",\"title\":null,\"title_zh\":\"连杆型抗倾覆装置\"},{\"id\":\"689986322e54df57573b1576\",\"title\":null,\"title_zh\":\"可调式X射线中心光束遮挡器\"},{\"id\":\"682ac5194efdca75895ea96e\",\"title\":null,\"title_zh\":\"一种光伏建筑一体化围护结构及光伏一体化建筑\"},{\"id\":\"689982079578c3dd163b0615\",\"title\":null,\"title_zh\":\"五轴联动数控机床联动误差综合补偿方法及装置\"},{\"id\":\"6899830c5b22d922b83b09e4\",\"title\":null,\"title_zh\":\"全密封的土壤水分传感器\"},{\"id\":\"682ac54a28eae8cec55ea9ff\",\"title\":null,\"title_zh\":\"片上光学元件及集成光学元件\"}]}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v2/patent/search"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/64f03e746221825d961dbde4.json b/.setup/plugins/aminer/64f03e746221825d961dbde4.json
deleted file mode 100644
index ee5d1be0..00000000
--- a/.setup/plugins/aminer/64f03e746221825d961dbde4.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"64f03e746221825d961dbde4","description":"根据论文标题获取论文标题、论文ID、论文DOI","price":0,"title":"论文搜索","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/search","update_time":"2025-11-19T10:19:31.522974Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"page","type":"number","required":true,"maximum":0,"description":"页码(从0开始), 最大值为0","example":"1"},{"name":"size","type":"number","required":false,"maximum":20,"description":"条数","example":"10"},{"name":"title","type":"string","required":true,"maximum":null,"description":"标题","example":"Looking at CTR Prediction Again: Is Attention All You Need"}],"response_fields":[{"name":"doi","type":"string","description":"论文的doi"},{"name":"id","type":"string","description":"id"},{"name":"title","type":"string","description":"论文标题"},{"name":"title_zh","type":"string","description":"论文中文标题"},{"name":"total","type":"float","description":"总数"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/search?page=1\u0026size=10\u0026title=Looking+at+CTR+Prediction+Again%3A+Is+Attention+All+You+Need' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"doi\":\"10.1145/3404835.3462936\",\"id\":\"609d015e91e01118a99b93b7\",\"title\":\"Looking at CTR Prediction Again: is Attention All You Need?\"}],\"total\":1,\"log_id\":\"35h1bPeNpKDAo6v8s1Udswf04o0\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/list/by/publish"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/64f050189ceb91ca8b8b8159.json b/.setup/plugins/aminer/64f050189ceb91ca8b8b8159.json
deleted file mode 100644
index f7d83271..00000000
--- a/.setup/plugins/aminer/64f050189ceb91ca8b8b8159.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"64f050189ceb91ca8b8b8159","description":"根据机构字符串获取机构标准名称","price":0.01,"title":"机构消歧","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/organization/na","update_time":"2025-01-24T09:57:25.484946Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"org","type":"string","required":true,"maximum":null,"description":"机构名称","example":"北京大学"}],"response_fields":[{"name":"code","type":"int","description":"接口返回的状态码"},{"name":"message","type":"string","description":"接口状态描述"},{"name":"org_name","type":"string","description":"机构归一化名称 "},{"name":"success","type":"boolean","description":"接口请求状态是否成功"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/organization/na' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"org\":\"北京大学\"}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[\"Peking University\"],\"log_id\":\"2pMz5228gUQDd9wT15Aqnoh9DAv\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/organization/open_org_handler"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/650bfda4a35ad00c78dbb65e.json b/.setup/plugins/aminer/650bfda4a35ad00c78dbb65e.json
deleted file mode 100644
index 8a2af427..00000000
--- a/.setup/plugins/aminer/650bfda4a35ad00c78dbb65e.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"650bfda4a35ad00c78dbb65e","description":"根据专利ID获取专利摘要、申请日期、申请号、申请人、受让人、国家、发明人、优先权号、公开日期等等","price":0.01,"title":"专利详情","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/patent/detail","update_time":"2023-10-13T10:01:04.622185Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"id","example":"63372c2b667297566c7a3b83"}],"response_fields":[{"name":"abstract","type":"object","description":"摘要"},{"name":"app_date","type":"object","description":"申请日"},{"name":"app_num","type":"string","description":"申请号"},{"name":"assignee","type":"array","description":"受让人"},{"name":"country","type":"string","description":"国别"},{"name":"cpc","type":"array","description":"cpc分类号"},{"name":"description","type":"string","description":"说明书"},{"name":"id","type":"string","description":"专利id"},{"name":"inventor","type":"array","description":"发明人"},{"name":"ipc","type":"array","description":"ipc分类号"},{"name":"ipcr","type":"array","description":"ipcr分类号"},{"name":"priority","type":"array","description":"优先权信息"},{"name":"pub_date","type":"object","description":"公开日"},{"name":"pub_kind","type":"string","description":"公开类型"},{"name":"pub_num","type":"string","description":"公开号"},{"name":"title","type":"object","description":"标题"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/patent/detail?id=63372c2b667297566c7a3b83' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"abstract\":{\"en\":[\"NOVELTY - The game machine (1) has a frame unit to comprise an external shape of a game machine. A lottery unit is provided to randomly select based on predetermined condition formation. A presentation executing unit is provided to present using a predetermined display unit based on the random-selection result of the lottery unit. A second movable unit is provided to move from a normal state to a different second special condition from first special condition based on the result of the random-selection. The third special movable performance which operates first movable unit corresponding to the display of the dynamic displaying is performed using the simulation image which imitated first movable unit. The ratio whose result of the random-selection is specific result is higher than the time of first special movable performance, when third special movable performance is performed.\",\"USE - Game machine such as pachinko game machine and slot machine.\",\"ADVANTAGE - The game machine make a player to feel interesting by the presentation using the movable element provided in the game-machine frame.\",\"DESCRIPTION OF DRAWING(S) - The drawing shows a schematic view of the game machine.\",\"Game machine (1)\",\"Outer frame (2)\",\"Game board (5)\",\"Frame shape frame unit (415)\",\"Door-frame left-hand side unit (530)\"]},\"app_date\":{\"seconds\":1530230400},\"app_num\":\"125364\",\"assignee\":[{\"name\":\"DAIICHI SHOKAI KK (DADI-C)\",\"sequence\":1}],\"country\":\"jp\",\"id\":\"63372c2b667297566c7a3b83\",\"inventor\":[{\"name\":\"ICHIHARA T\",\"sequence\":1},{\"name\":\"NISHIKAWA T\",\"sequence\":2},{\"name\":\"SAKANE W\",\"sequence\":3}],\"ipc\":[{\"l1\":\"A\",\"l2\":\"A63\",\"l3\":\"A63F\",\"l4\":\"A63F007/02\"}],\"priority\":[{\"country\":\"jp\",\"date\":{\"seconds\":1530230400},\"num\":\"125364\"}],\"pub_date\":{\"seconds\":1578528000},\"pub_kind\":\"A\",\"pub_num\":\"2020000724\",\"title\":{\"en\":[\"Game machine e.g. pachinko game machine, has sub movable unit which is provided to move from normal state to sub special condition which is different from main special condition based on result of random-selection.\"]}}],\"log_id\":\"2WhhU3Nfrl3tQSXMGVEXmbAez3U\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/patent/detail/open"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/650c01ada35ad00c78dbb65f.json b/.setup/plugins/aminer/650c01ada35ad00c78dbb65f.json
deleted file mode 100644
index 298d6aec..00000000
--- a/.setup/plugins/aminer/650c01ada35ad00c78dbb65f.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"650c01ada35ad00c78dbb65f","description":"根据学者ID获取学者中英文个人简介、中英文教育背景、性别、姓名、职称、荣誉奖项(中英文简介不同时存在)","price":1,"title":"学者详情","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/person/detail","update_time":"2024-12-25T10:45:12.034318Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"id","example":"53f48041dabfae963d25910a"}],"response_fields":[{"name":"award","type":"string","description":"奖项"},{"name":"bio","type":"string","description":"个人简介"},{"name":"bio_zh","type":"string","description":"中文简介"},{"name":"create_time","type":"string","description":"创建时间"},{"name":"domain","type":"string","description":"领域"},{"name":"edu","type":"string","description":"教育经历"},{"name":"edu_zh","type":"string","description":"中文教育经历"},{"name":"honor","type":"array","description":"荣誉"},{"name":"id","type":"string","description":"id"},{"name":"name","type":"string","description":"姓名"},{"name":"name_zh","type":"string","description":"中文名"},{"name":"org_zhs","type":"array","description":"中文机构"},{"name":"orgs","type":"array","description":"英文机构"},{"name":"person_id","type":"string","description":"作者ObjectID"},{"name":"position","type":"string","description":"职称"},{"name":"position_zh","type":"string","description":"中文职称"},{"name":"update_time","type":"string","description":"更新时间"},{"name":"year","type":"float","description":"年份"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/person/detail?id=53f48041dabfae963d25910a' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":{\"bio\":\"His research interests include transfer learning, machine learning, planning and data mining in artificial intelligence. He is also the President of IJCAI, Executive Council Member of AAAI, and Editor in Chief of IEEE Transactions on Big Data. He was the founding Editor in Chief of ACM Transactions on Intelligent Systems and Technology. He was the founding director of the HKUST's Big Data Institute. He is a fellow of ACM, IEEE, AAAI, AAAS, IAPR and CAAI.\\u003cbr\\u003e\\u003cbr\\u003eACM FELLOW 2017\",\"bio_zh\":\"\",\"edu\":\"B.Sc. (1978-09-01 to 1982-07-30) Astrophysics at Peking University, Beijing, China. CUSPEA program (Class of 1982)\\u003cbr\\u003eM.Sc. (1982-08-04 to 1985-07-30) Astrophysics, University of Maryland, USA. \\u003cbr\\u003eM.Sc. (1987) Computer Science, University of Maryland, USA\\u003cbr\\u003ePhD (1985-08-01 to 1989-08-01) Computer Science, University of Maryland, USA. 2017 UMD-CSD Alumni Hall of Fame\",\"edu_zh\":\"\",\"honor\":[{\"award\":\" ACM Fellow\",\"create_time\":\"2023-05-30T07:17:48.245Z\",\"creator\":\"61447a76e55422cecdaf7d19\",\"domain\":\"\",\"person_id\":\"53f48041dabfae963d25910a\",\"reason\":null,\"tag_id\":null,\"update_time\":\"2023-09-15T08:41:21.488Z\",\"updater\":\"61447a76e55422cecdaf7d19\",\"year\":2017},{\"award\":\"加拿大工程院院士\",\"create_time\":\"2023-09-15T09:42:42.808Z\",\"creator\":\"61447a76e55422cecdaf7d19\",\"domain\":null,\"person_id\":\"53f48041dabfae963d25910a\",\"reason\":null,\"tag_id\":null,\"update_time\":\"2023-09-15T09:42:42.808Z\",\"updater\":\"61447a76e55422cecdaf7d19\",\"year\":null},{\"award\":\"AAAI Fellow\",\"create_time\":\"2024-03-13T07:18:37.295Z\",\"creator\":\"61447a76e55422cecdaf7d19\",\"domain\":null,\"person_id\":\"53f48041dabfae963d25910a\",\"reason\":\"For significant contributions to fundamental research and practical applications of AI planning, data mining and case-based reasoning\",\"tag_id\":null,\"update_time\":\"2024-03-13T07:18:37.295Z\",\"updater\":\"61447a76e55422cecdaf7d19\",\"year\":2013},{\"award\":\"IAPR Fellow\",\"create_time\":\"2024-12-03T06:15:14.729Z\",\"creator\":\"61447a76e55422cecdaf7d19\",\"domain\":null,\"person_id\":\"53f48041dabfae963d25910a\",\"reason\":null,\"tag_id\":null,\"update_time\":\"2024-12-03T06:15:14.729Z\",\"updater\":\"61447a76e55422cecdaf7d19\",\"year\":null}],\"id\":\"53f48041dabfae963d25910a\",\"name\":\"Qiang Yang\",\"name_zh\":\"杨强\",\"org_zhs\":[\"香港科技大学\"],\"orgs\":[\"Department of Computer Science and Engineering, School of Engineering, The Hong Kong University of Science and Technology\",\"WeBank\"],\"position\":\"Chair Professor\",\"position_zh\":\"\"},\"log_id\":\"2qhn3dOmqAZzteNVaorusDaVBWA\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/person/base"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/650c0336a35ad00c78dbb661.json b/.setup/plugins/aminer/650c0336a35ad00c78dbb661.json
deleted file mode 100644
index 3cd1500e..00000000
--- a/.setup/plugins/aminer/650c0336a35ad00c78dbb661.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"650c0336a35ad00c78dbb661","description":"根据学者ID获取学者研究兴趣、研究领域、结构化工作经历、结构化教育经历","price":0.5,"title":"学者画像","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/person/figure","update_time":"2023-10-25T08:06:08.018678Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"id","example":"53f48041dabfae963d25910a"}],"response_fields":[{"name":"ai_domain","type":"array","description":"研究领域"},{"name":"ai_interests","type":"array","description":"研究兴趣"},{"name":"edus","type":"array","description":"教育结构化经历"},{"name":"id","type":"string","description":"学者id"},{"name":"works","type":"array","description":"工作经历结构化数据"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/person/figure?id=53f48041dabfae963d25910a' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":{\"ai_domain\":[{\"name\":\"Molecular Biology\",\"name_zh\":\"分子生物学\",\"order\":4594},{\"name\":\"Physics\",\"name_zh\":\"物理学\",\"order\":4348},{\"name\":\"Biochemistry\",\"name_zh\":\"生物化学\",\"order\":4168},{\"name\":\"Biology\",\"name_zh\":\"生物学\",\"order\":3579},{\"name\":\"Medical Terminology\",\"name_zh\":\"医学术语\",\"order\":2666}],\"ai_interests\":[{\"name\":\"Data Mining\",\"name_zh\":\"数据挖掘\",\"order\":2389},{\"name\":\"Compared To\",\"name_zh\":\"作比较\",\"order\":1799},{\"name\":\"Real-Time\",\"name_zh\":\"REAL-TIME\",\"order\":1451},{\"name\":\"Search Engine\",\"name_zh\":\"搜索引擎\",\"order\":978},{\"name\":\"Detection Limit\",\"name_zh\":\"检测限\",\"order\":805}],\"edus\":[{\"department\":\"\",\"end_year\":1989,\"org\":\"University of Maryland\",\"position\":13,\"start_year\":1985},{\"department\":\"\",\"end_year\":1985,\"org\":\"University of Maryland\",\"position\":14,\"start_year\":1982},{\"department\":\"Astrophysics Program\",\"end_year\":1982,\"org\":\"Peking University\",\"position\":15,\"start_year\":1978}],\"id\":\"53f48041dabfae963d25910a\",\"works\":[{\"department\":\"\",\"org\":\"Hong Kong University of Science and Technology\",\"position\":2,\"start_year\":2001},{\"department\":\"Noah's Arc Lab\",\"end_year\":2014,\"org\":\"Huawei Technologies\",\"position\":1,\"position_extra\":\"director\",\"start_year\":2012},{\"department\":\"\",\"end_year\":2004,\"org\":\"Simon Fraser University\",\"position\":2,\"start_year\":1995},{\"department\":\"\",\"end_year\":1995,\"org\":\"University of Waterloo\",\"position\":3,\"start_year\":1989}]},\"log_id\":\"2XFO4LeG3bRXQ1gl0JV5VgGEbp5\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/person/figure"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/652252e007bac596e60d91da.json b/.setup/plugins/aminer/652252e007bac596e60d91da.json
deleted file mode 100644
index cd5e85b2..00000000
--- a/.setup/plugins/aminer/652252e007bac596e60d91da.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"652252e007bac596e60d91da","description":"根据学者ID获取学者的论文ID、论文标题","price":1.5,"title":"学者论文","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/person/paper/relation","update_time":"2025-10-24T04:29:13.214321Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"作者id","example":"561d4fe545ce1e59647b49c6"}],"response_fields":[{"name":"author_id","type":"string","description":"学者的id"},{"name":"id","type":"string","description":"id"},{"name":"title","type":"string","description":"标题"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/person/paper/relation?id=561d4fe545ce1e59647b49c6' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a4d32365ceb7cb02d92653\",\"title\":\"Transcriptome Changes Affecting Hedgehog And Cytokine Signalling In The Umbilical Cord: Implications For Disease Risk\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a52d9e65ceb7cb02e3875e\",\"title\":\"Body fat in Singaporean infants: development of body fat prediction equations in Asian newborns\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a555d265ceb7cb02e8b615\",\"title\":\"Cohort Profile: Growing Up In Singapore Towards Healthy Outcomes (Gusto) Birth Cohort Study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a55c0e65ceb7cb02e9863a\",\"title\":\"Prenatal maternal depression associates with microstructure of right amygdala in neonates at birth.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a5f01065cead59c8307ad1\",\"title\":\"Effect of maternal glycemia on neonatal adiposity in a multiethnic Asian birth cohort.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a69add65ce054aad6d9845\",\"title\":\"A new population-based reference for gestational age-specific size-at-birth of Singapore infants.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a6abe065ce054aad7047e8\",\"title\":\"Maternal Folate Status, But Not That Of Vitamins B-12 Or B-6, Is Associated With Gestational Age And Preterm Birth Risk In A Multiethnic Asian Population\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a6bfa065ce054aad74188c\",\"title\":\"Antenatal maternal anxiety predicts variations in neural structures implicated in anxiety disorders in newborns.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a6c99165ce054aad75d970\",\"title\":\"Associations Of Maternal Retinal Vasculature With Subsequent Fetal Growth And Birth Size\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"55a6cd3b65ce054aad766953\",\"title\":\"Maternal Protein Intake During Pregnancy Is Not Associated With Offspring Birth Weight In A Multiethnic Asian Population\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"56210e9f0cf276a3be160d85\",\"title\":\"Prospective associations of appetitive traits at 3 and 12 months of age with body mass index and weight gain in the first 2 years of life\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"56ab70bb0cf2c98bf5bc6b69\",\"title\":\"Singaporean Mothers' Perception Of Their Three-Year-Old Child'S Weight Status: A Cross-Sectional Study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"56d83de8dabfae2eee70ce1d\",\"title\":\"Sleep duration and growth outcomes across the first two years of life in the GUSTO study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"56d880dddabfae2eee66acd0\",\"title\":\"HIF3A association with adiposity: the story begins before birth\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"56d8d750dabfae2eeed561b9\",\"title\":\"Associations of gestational glycemia and prepregnancy adiposity with offspring growth and adiposity in an Asian population\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"56d8dca8dabfae2eeef71056\",\"title\":\"Associations of infant milk feed type on early postnatal growth of offspring exposed and unexposed to gestational diabetes in utero\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"56d90737dabfae2eeefe39b8\",\"title\":\"Development of Bioelectrical Impedance Analysis Prediction Equation of Fat-Free Mass in Singapore Infants\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"56d91fbadabfae2eee963ac9\",\"title\":\"Ethnic Differences in Effects of Maternal Pre-Pregnancy and Pregnancy Adiposity on Offspring Size and Adiposity\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5707c0a80cf2baddd671572c\",\"title\":\"Abdominal adipose tissue compartments vary with ethnicity in Asian neonates: Growing Up in Singapore Toward Healthy Outcomes birth cohort study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"57e48e3f0cf2c4c968c40fd9\",\"title\":\"Infant Body Mass Index Peak And Early Childhood Cardio-Metabolic Risk Markers In A Multi-Ethnic Asian Birth Cohort\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"581b4fb80cf21f446eb77a1a\",\"title\":\"Prospective associations of maternal betaine status with offspring weight and body composition at birth: the Growing Up in Singapore Towards healthy Outcomes (GUSTO) cohort study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5953a8cc0cf26b365213452e\",\"title\":\"Maternal plasma phosphatidylcholine polyunsaturated fatty acids during pregnancy and offspring growth and adiposity.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"599e3a840cf28d9fa5721db8\",\"title\":\"Body mass index trajectories in the first two years and subsequent childhood cardio-metabolic outcomes: a prospective multi-ethnic Asian cohort study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"59dc30ed0cf2a11311c47a84\",\"title\":\"Which anthropometric measures best reflect neonatal adiposity?\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f726dda562944ac65f380\",\"title\":\"Body Composition Measurement In Young Children Using Quantitative Magnetic Resonance: A Comparison With Air Displacement Plethysmography\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f7415da562944ac6a067c\",\"title\":\"A description of an 'obesogenic' eating style that promotes higher energy intake and is associated with greater adiposity in 4.5year-old children: Results from the GUSTO cohort.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f75c3da562944ac6de3d7\",\"title\":\"Developmental pathways to adiposity begin before birth and are influenced by genotype, prenatal environment and epigenome\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f75ebda562944ac6e45f6\",\"title\":\"Associations of maternal macronutrient intake during pregnancy with infant BMI peak characteristics and childhood BMI, ,\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f75ebda562944ac6e471d\",\"title\":\"Effects of infant weight gain on subsequent allergic outcomes in the first 3 years of life.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f76e0da562944ac70655d\",\"title\":\"ADHERENCE TO HEALTHY EATING INDEX FOR PREGNANT WOMEN IS ASSOCIATED WITH LOWER NEONATAL ADIPOSITY IN A MULTIETHNIC ASIAN COHORT: THE GROWING UP IN SINGAPORE TOWARDS HEALTHY OUTCOMES (GUSTO) STUDY\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f7a77da562944ac78cc47\",\"title\":\"Association between maternal mid-gestation vitamin D status and neonatal abdominal adiposity\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f7f1ada562944ac827b87\",\"title\":\"Faster eating rates are associated with higher energy intakes during an ad libitum meal, higher BMI and greater adiposity among 4·5-year-old children: results from the Growing Up in Singapore Towards Healthy Outcomes (GUSTO) cohort.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f8861da562944ac96f5a9\",\"title\":\"Mc3r Gene Polymorphisms Are Associated With Early Childhood Adiposity Gain And Infant Appetite In An Asian Population\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c0f8ca6da562944ac9fd3be\",\"title\":\"Female adiposity and time-to-pregnancy: a multiethnic prospective cohort.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c1368ccda56295a08a22884\",\"title\":\"Associations of Maternal Dietary Patterns during Pregnancy with Offspring Adiposity from Birth Until 54 Months of Age.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c40a91c3a55acc114a45944\",\"title\":\"Prospective Associations Of Maternal Choline Status With Offspring Body Composition In The First 5 Years Of Life In Two Large Mother-Offspring Cohorts: The Southampton Women'S Survey Cohort And The Growing Up In Singapore Towards Healthy Outcomes Cohort\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c5aee37e1cd8e47d3ce1572\",\"title\":\"Association Between Early Life Weight Gain And Abdominal Fat Partitioning At 4.5 Years Is Sex, Ethnicity, And Age Dependent\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c79e5a64895d9cbc67d1444\",\"title\":\"Estimation of fat-free mass in Asian neonates using bioelectrical impedance analysis\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c7562aaf56def9798e23049\",\"title\":\"Maternal Macronutrient Intake during Pregnancy Is Associated with Neonatal Abdominal Adiposity: The Growing Up in Singapore Towards healthy Outcomes (GUSTO) Study.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c75662ff56def979809f3df\",\"title\":\"The association of maternal vitamin D status with infant birth outcomes, postnatal growth and adiposity in the first 2 years of life in a multi-ethnic Asian population: the Growing Up in Singapore Towards healthy Outcomes (GUSTO) cohort study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c756eedf56def979861e372\",\"title\":\"Maternal Night-Fasting Interval During Pregnancy Is Directly Associated With Neonatal Head Circumference And Adiposity In Girls But Not Boys\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5c8f31114895d9cbc631965b\",\"title\":\"High maternal circulating cotinine during pregnancy is associated with persistently shorter stature from birth to five years in an Asian cohort.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5ca5d60ee1cd8e7feed8f9b3\",\"title\":\"Sex-specific longitudinal associations of screen viewing time in children at 2–3 years with adiposity at 3–5 years\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5d36e026275ded87f97a86ff\",\"title\":\"Maternal feeding practices and children's food intake during an ad libitum buffet meal: Results from the GUSTO cohort.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5d68fb03ed7e9c79265629c9\",\"title\":\"Determinants of intramyocellular lipid accumulation in early childhood\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5d6f8f5c47c8f76646cb1948\",\"title\":\"Associations of sugar sweetened beverage intake at ages 18 months and 5 years with adiposity outcomes at age 6 years: The Singapore GUSTO mother-offspring cohort.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5e807d5b9fced0a24b30bc2b\",\"title\":\"Maternal glycemia during pregnancy and offspring abdominal adiposity measured by MRI in the neonatal period and preschool years: The Growing Up in Singapore Towards healthy Outcomes (GUSTO) prospective mother-offspring birth cohort study.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5ea2bb269fced0a24b1b9e07\",\"title\":\"Implication of gut microbiota in the association between infant antibiotic exposure and childhood obesity and adiposity accumulation\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5ec7a4559fced0a24ba6c9a2\",\"title\":\"High placental inositol content associated with suppressed pro-adipogenic effects of maternal glycaemia in offspring: the GUSTO cohort\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5ee0b1c79fced0a24b472e61\",\"title\":\"Anthropometric measures and HbA1c to detect dysglycemia in young Asian women planning conception: The S-PRESTO cohort\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5f48dde79fced0a24beafb74\",\"title\":\"Mismatch Between Poor Fetal Growth And Rapid Postnatal Weight Gain In The First 2 Years Of Life Is Associated With Higher Blood Pressure And Insulin Resistance Without Increased Adiposity In Childhood: The Gusto Cohort Study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5fbcdc96d4150a363c2c55bf\",\"title\":\"Cohort profile: Singapore Preconception Study of Long-Term Maternal and Child Outcomes (S-PRESTO)\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"600bf78fd4150a363c433049\",\"title\":\"Mismatch Between Poor Fetal Growth And Rapid Postnatal Weight Gain In The First 2 Years Of Life Is Associated With Higher Blood Pressure And Insulin Resistance Without Increased Adiposity In Childhood: The Gusto Cohort Study (Vol 49, Pg 1591, 2020)\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5fc69e44e8bf8c1045d9df60\",\"title\":\"Body Fat Estimated from Skinfold Thickness in Asian Neonates\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5fc69e44e8bf8c1045d9df61\",\"title\":\"Body Fat in Young Singaporean Infants: Development of Body Fat Prediction Equations in Asian Newborns\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5fc78797a84b2957c5c5dd82\",\"title\":\"Early BMI Trajectory Classes Are Linked to Distinct Body Fat Partitioning Later in Childhood\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5fc78798a84b2957c5c5de8c\",\"title\":\"Rate of Accumulation of Abdominal Fat Is Associated with Fasting Glucose Levels in Early Childhood\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5fc78798a84b2957c5c5df1c\",\"title\":\"Duration of Breastfeeding and Bone Mineral Density in Childhood - A Prospective Study Among Preschool Children\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"608bd943e4510cd7c825f57f\",\"title\":\"Dietary patterns of 5-year-old children and their correlates: findings from a multi-ethnic Asian cohort\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"60aa2ff1e4510cd7c85d076b\",\"title\":\"Trajectories of Systolic Blood Pressure in Children: Risk Factors and Cardiometabolic Correlates\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"60c33dd0e4510cd7c82e69cd\",\"title\":\"The longitudinal association between early-life screen viewing and abdominal adiposity—findings from a multiethnic birth cohort study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"60cf137be4510cd7c8e1e17e\",\"title\":\"Brown Adipose Tissue, Adiposity, And Metabolic Profile In Preschool Children\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"60f800a25244ab9dcba467d3\",\"title\":\"Association of increased abdominal adiposity at birth with altered ventral caudate microstructure\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"6124d1325244ab9dcb9ad369\",\"title\":\"Increasing nausea and vomiting of pregnancy is associated with sex-dependent differences in early childhood growth: the GUSTO mother-offspring cohort study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"6153e2605244ab9dcb3c3c70\",\"title\":\"Analyses Of Child Cardiometabolic Phenotype Following Assisted Reproductive Technologies Using A Pragmatic Trial Emulation Approach\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"6161728c5244ab9dcb3455d9\",\"title\":\"Automated Segmentation of Visceral, Deep Subcutaneous, and Superficial Subcutaneous Adipose Tissue Volumes in MRI of Neonates and Young Children\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"619b722c1c45e57ce9490446\",\"title\":\"Anthropometric Measures And Hba1c To Detect Dysglycemia In Young Asian Women Planning Conception: The S-Presto Cohort (Vol 10, 9228, 2020)\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"619ba7e11c45e57ce9ae7725\",\"title\":\"Effect Of Breastfeeding On Early Postnatal Growth Of Offspring Exposed And Unexposed To Gestational Diabetes In Utero\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"61af3adb5244ab9dcbd8b6d4\",\"title\":\"Determinants of cord blood adipokines and association with neonatal abdominal adipose tissue distribution\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"6208e0f75aee126c0fd9a56a\",\"title\":\"The Kynurenine Pathway Metabolites in Cord Blood Positively Correlate With Early Childhood Adiposity\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"620f7b8d5aee126c0f30dcb9\",\"title\":\"Association of plasma kynurenine pathway metabolite concentrations with metabolic health risk in prepubertal Asian children\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"623465875aee126c0feef256\",\"title\":\"Individualized body geometry correction factor (K (B)) for use when predicting body composition from bioimpedance spectroscopy\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"62ab09a25aee126c0f53a80a\",\"title\":\"Associations of maternal periconceptional alcohol consumption with offspring prehypertension/hypertension at age 6 years: the Growing Up in Singapore Towards healthy Outcomes prospective mother-offspring cohort study\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"62e3bb405aee126c0f822832\",\"title\":\"Brown adipose tissue influences adiponectin and thyroid hormone changes during Graves' disease therapy\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"627cda055aee126c0f47a71b\",\"title\":\"Joint modeling of association networks and longitudinal biomarkers: An application to childhood obesity\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"622826ee5aee126c0f91f45e\",\"title\":\"Prenatal Tobacco Exposure and Accelerated Offspring Weight and Body Mass Index Trajectories in the First 3 Years of Life\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"62190f965aee126c0f56d785\",\"title\":\"Prenatal exposure to environmental tobacco smoke and neonatal adiposity\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"6347f17690e50fcafd487aae\",\"title\":\"Prediction of fat-free mass in a multi-ethnic cohort of infants using bioelectrical impedance: Validation against the PEA POD\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"631cf46d90e50fcafd7f51c6\",\"title\":\"Longitudinal characterization of determinants associated with obesogenic growth patterns in early childhood\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"648d2079d68f896efaab40b4\",\"title\":\"Effect of Human Milk Components on Infant Growth and Body Composition\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"64bb70973fda6d7f0667a25c\",\"title\":\"Functional activity of the caudate mediates the relation between early childhood microstructural variations and elevated metabolic syndrome scores\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"5f1c06359fced0a24b1c6680\",\"title\":\"Author Correction: Anthropometric measures and HbA1c to detect dysglycemia in young Asian women planning conception: The S-PRESTO cohort.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"6524654a939a5f4082ac4263\",\"title\":\"Plasma Lipidomics Reveals Sex-Specific Associations with? Brown Adipose Tissue in Asian Children\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"6531c3fb939a5f4082d03022\",\"title\":\"A holistic approach to preventing type 2 diabetes in Asian women with a history of gestational diabetes mellitus: a feasibility study and pilot randomized controlled trial.\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"656974d8939a5f40829ceb21\",\"title\":\"Maternal glycemic status during pregnancy and mid-childhood plasma amino acid profiles: findings from a multi-ethnic Asian birth cohort\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"65701590939a5f40827c5bf9\",\"title\":\"Transgenerational and early-life nutrition, epigenetics, and prevention of obesity\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"64c1501f3fda6d7f06babbe4\",\"title\":\"Effects of infant weight gain on subsequent allergic outcomes in the first 3 years of life\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"65793c24939a5f40821505d6\",\"title\":\"208-LB: Plasma Lipidomics Reveals Sex-Specific Associations with? Brown Adipose Tissue in Asian Children\",\"title_zh\":null},{\"author_id\":\"561d4fe545ce1e59647b49c6\",\"id\":\"65c19a6f939a5f40825df664\",\"title\":\"Prospective Prediction of Body Mass Index Trajectories using Multi-task\\n Gaussian Processes\",\"title_zh\":null}],\"log_id\":\"2dZQhgaCbnTLtRdB961sEtgimJj\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/platform/allpubs/by/author"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/6522534c07bac596e60d91db.json b/.setup/plugins/aminer/6522534c07bac596e60d91db.json
deleted file mode 100644
index 53f18749..00000000
--- a/.setup/plugins/aminer/6522534c07bac596e60d91db.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"6522534c07bac596e60d91db","description":"根据论文ID获取论文标题、作者、DOI、ISSN、Issue、机构、期刊名称、年份等","price":0.01,"title":"论文详情","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/detail","update_time":"2025-08-27T04:01:40.540922Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"论文id","example":"5390877f20f70186a0d2fb46"}],"response_fields":[{"name":"abstract","type":"string","description":"摘要"},{"name":"abstract_zh","type":"string","description":"中文摘要"},{"name":"authors","type":"array","description":"作者名字name ,name_zh 机构org,org_zh"},{"name":"doi","type":"string","description":"论文数字唯一标识"},{"name":"id","type":"string","description":"id"},{"name":"issn","type":"string","description":"期刊issn"},{"name":"issue","type":"string","description":"卷号"},{"name":"keywords","type":"string","description":"关键字"},{"name":"keywords_zh","type":"string","description":"中文关键字"},{"name":"name","type":"string","description":"作者姓名"},{"name":"org","type":"string","description":"作者所在机构"},{"name":"raw","type":"string","description":"期刊名称"},{"name":"title","type":"string","description":"英文标题"},{"name":"title_zh","type":"string","description":"中文标题"},{"name":"venue","type":"object","description":"期刊名称raw,raw_zh 论文类型t"},{"name":"volume","type":"string","description":"期"},{"name":"year","type":"int","description":"年份"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/detail?id=5390877f20f70186a0d2fb46' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"abstract\":\"The process of learning the sound-symbol correspondences of the Phonetic Alphabet can be facilitated through a computer-based training program in which the sound and graphic representations of individual items can be selected and presented for learning and for testing. We have implemented such a program on a Vax 11/730 computer, using a colour graphics display together with high-quality sound presented through a digital-to-analogue converter. We have had good success in using this program to teach a Phonetic Alphabet to students who have no previous phonetics training, as part of their courses in Auditory Processing and in Psycholinguistics.\",\"authors\":[{\"name\":\"Donald G Jamieson\",\"org\":\"UNIV CALGARY,DEPT PSYCHOL,SPEECH \\u0026 AUDIT LAB,CALGARY T2N 1N4,ALBERTA,CANADA\"},{\"name\":\"D Ian Miller\",\"org\":\"Speech and Audition Laboratory, Department of Psychology, University of Calgary, Calgary, Alberta, Canada T2N 1N4\"}],\"doi\":\"10.1016/0360-1315(86)90017-5\",\"id\":\"5390877f20f70186a0d2fb46\",\"issn\":\"Computers \\u0026 Education\",\"issue\":\"4\",\"keywords\":[\"phonetic alphabet\"],\"keywords_zh\":[],\"title\":\"A computer based tutorial to teach the phonetic alphabet\",\"venue\":{\"raw\":\"Computers \\u0026 Education\"},\"volume\":\"10\",\"year\":1986}],\"log_id\":\"2rOEvTcczj3qO7l56UlxzaaRsRu\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/platform/details/not/contain/wos/by/id"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/652253c007bac596e60d91dc.json b/.setup/plugins/aminer/652253c007bac596e60d91dc.json
deleted file mode 100644
index 706aba34..00000000
--- a/.setup/plugins/aminer/652253c007bac596e60d91dc.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"652253c007bac596e60d91dc","description":"根据论文ID获取论文中引用的论文ID、论文标题","price":0.1,"title":"论文引用","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/relation","update_time":"2025-07-31T08:11:33.001353Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"id","example":"64d4995c3fda6d7f06cee437"}],"response_fields":[{"name":"_id","type":"string","description":"论文id"},{"name":"cited","type":"array","description":"引用其他论文的基本信息"},{"name":"n_citation","type":"int","description":"被引用数量"},{"name":"title","type":"string","description":"标题"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/relation?id=64d4995c3fda6d7f06cee437' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"_id\":\"64d4995c3fda6d7f06cee437\",\"cited\":null,\"n_citation\":187,\"title\":\"Heterogeneous Graph Attention Networks for Semi-supervised Short Text Classification\"}],\"log_id\":\"30dFKtSXCSRM9mGqpTmvZIxmBub\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/platform/citation/by/id"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/6522545107bac596e60d91dd.json b/.setup/plugins/aminer/6522545107bac596e60d91dd.json
deleted file mode 100644
index b25e8ad1..00000000
--- a/.setup/plugins/aminer/6522545107bac596e60d91dd.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"6522545107bac596e60d91dd","description":"根据论文发布时间、期刊获取论文标题、作者、DOI、issn、关键词、机构、年份等","price":0.2,"title":"根据条件获取论文详情","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/platform/allpubs/more/detail/by/ts/org/venue","update_time":"2025-03-20T03:28:24.975388Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"year","type":"number","required":true,"maximum":null,"description":"论文发表年份","example":"2022"},{"name":"venue_id","type":"string","required":false,"maximum":null,"description":"期刊id","example":"5ea5dedbedb6e7d53c04229c"}],"response_fields":[{"name":"_id","type":"string","description":"论文id"},{"name":"abstract","type":"string","description":"摘要"},{"name":"authors","type":"array","description":"作者的对象数组信息 ,name作者名称 org 机构 email邮箱 homepage 主页 orc_id 学者标识 "},{"name":"authors._id","type":"string","description":"学者的id信息"},{"name":"doi","type":"string","description":"论文的唯一数字标识"},{"name":"issn","type":"string","description":"期刊issn"},{"name":"issue","type":"string","description":"期"},{"name":"keywords","type":"string","description":"关键字"},{"name":"keywords_zh","type":"string","description":"中文关键字"},{"name":"name","type":"string","description":"姓名"},{"name":"org","type":"string","description":"机构名称"},{"name":"raw","type":"string","description":"期刊串"},{"name":"title","type":"string","description":"英文标题"},{"name":"title_zh","type":"string","description":"中文标题"},{"name":"venue","type":"object","description":"期刊的一些属性 raw,raw_zh 期刊名称 t 论文类型 "},{"name":"volume","type":"string","description":"卷"},{"name":"year","type":"string","description":"年份"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/platform/allpubs/more/detail/by/ts/org/venue?venue_id=5ea5dedbedb6e7d53c04229c\u0026year=2022' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"_id\":\"5c757112f56def979874cfe1\",\"abstract\":\"This paper proposes a method to promote power saving in the computational mechanics simulations by deep learning. The method is expected to contribute to the achievement of the Sustainable Development Goals with the improvement of the sustainability of the computational mechanics simulation itself. It is based on the controlled inexactness in the computational mechanics simulations, where partial differential equations are usually solved as accurately as possible. In particular, it not only reduces the power consumption but also gains in computation speed of computational mechanics simulations by actively introducing the low-precision computation, expanding the applicability of the low-precision computation while controlling the accuracy of computation results with the support of deep learning. The detailed formulation of the proposed method is given with some applications, and a couple of issues and potential of the method are discussed.\",\"authors\":[{\"_id\":\"53f3563adabfae4b3495d0f3\",\"name\":\"Atsuya Oishi\",\"org\":\"Tokushima Univ, Grad Sch Technol Ind \\u0026 Social Sci, 2-1 Minami Johsanjima, Tokushima 7708506, Japan\"},{\"_id\":\"53f43f4edabfaec09f1b7356\",\"name\":\"Genki Yagawa\",\"org\":\"Univ Tokyo, Tokyo 1560044, Japan\"}],\"doi\":\"10.1016/j.cma.2022.115025\",\"issn\":\"0045-7825\",\"keywords\":[\"Deep learning\",\"Artificial neural network\",\"Numerical quadrature\",\"Element stiffness matrix\"],\"title\":\"Sustainable Computational Mechanics Assisted by Deep Learning\",\"venue\":{\"raw\":\"Computer Methods in Applied Mechanics and Engineering\"},\"volume\":\"402\",\"year\":2022},{\"_id\":\"5e184b4e3a55ac13b504267f\",\"abstract\":\"Two of the most significant challenges in uncertainty quantification pertain to the high computational cost for simulating complex physical models and the high dimension of the random inputs. In applications of practical interest, both of these problems are encountered, and standard methods either fail or are not feasible. To overcome the current limitations, we present a generalized formulation of a Bayesian multi-fidelity Monte-Carlo (BMFMC) framework that can exploit lower-fidelity model versions in a small data regime. The goal of our analysis is an efficient and accurate estimation of the complete probabilistic response for high-fidelity models. BMFMC circumvents the curse of dimensionality by learning the relationship between the outputs of a reference high-fidelity model and potentially several lower-fidelity models. While the continuous formulation is mathematically exact and independent of the low-fidelity model's accuracy, we address challenges associated with the small data regime (i.e., only a small number of 50 to 300 high-fidelity model runs can be performed). Specifically, we complement the formulation with a set of informative input features at no extra cost. Despite the inaccurate and noisy information that some low-fidelity models provide, we demonstrate that accurate and certifiable estimates for the quantities of interest can be obtained for uncertainty quantification problems in high stochastic dimensions, with significantly fewer high-fidelity model runs than state-of-the-art methods for uncertainty quantification. We illustrate our approach by applying it to challenging numerical examples such as Navier-Stokes flow simulations and fluid-structure interaction problems.\",\"authors\":[{\"_id\":\"6403642a7691d561fb16999d\",\"name\":\"Jonas Nitzler\",\"org\":\"Tech Univ Munich, Inst Computat Mech, D-85748 Munich, Germany\"},{\"_id\":\"561d2eca45ce1e596477cf60\",\"name\":\"Jonas Biehler\",\"org\":\"Tech Univ Munich, Inst Computat Mech, D-85748 Munich, Germany\"},{\"_id\":\"62e4a4f2d9f204418d6cda13\",\"name\":\"Niklas Fehn\",\"org\":\"Tech Univ Munich, Inst Computat Mech, D-85748 Munich, Germany\"},{\"_id\":\"618cb1936750f86b3756de0e\",\"name\":\"Phaedon-Stelios Koutsourelakis\",\"org\":\"Tech Univ Munich, Professorship Data Driven Mat Modeling, D-85748 Munich, Germany\"},{\"_id\":\"5405e4a9dabfae450f3dec38\",\"name\":\"Wolfgang A. Wall\",\"org\":\"Tech Univ Munich, Inst Computat Mech, D-85748 Munich, Germany\"}],\"doi\":\"10.1016/j.cma.2022.115600\",\"issn\":\"0045-7825\",\"keywords\":[\"Uncertainty quantification\",\"Probabilistic learning\",\"Bayes\",\"Multi -fidelity\",\"Fluid-structure interaction\",\"Small data\"],\"title\":\"A Generalized Probabilistic Learning Approach for Multi-Fidelity Uncertainty Propagation in Complex Physical Simulations.\",\"venue\":{\"raw\":\"Computer Methods in Applied Mechanics and Engineering\"},\"volume\":\"400\",\"year\":2022},{\"_id\":\"5fd0acf491e01147f1d1e3cf\",\"abstract\":\"Numerical investigation of compressible flows faces two main challenges. In order to accurately describe the flow characteristics, high-resolution nonlinear numerical schemes are needed to capture discontinuities and resolve wide convective, acoustic and interfacial scale ranges. The simulation of realistic 3D problems with state-of-the-art FVM based on approximate Riemann solvers with weighted nonlinear reconstruction schemes requires the usage of HPC architectures. Efficient compression algorithms reduce computational and memory load. Fully adaptive MR algorithms with LTS have proven their potential for such applications. While modern CPU require multiple levels of parallelism to achieve peak performance, the fine grained MR mesh adaptivity results in challenging compute/communication patterns. Moreover, LTS incur for strong data dependencies which challenge a parallelization strategy. We address these challenges with a block-based MR algorithm, where arbitrary cuts in the underlying octree are possible. This allows for a parallelization on distributed-memory machines via the MPI. We obtain neighbor relations by a simple bit-logic in a modified Morton Order. The block-based concept allows for a modular setup of the source code framework in which the building blocks of the algorithm, such as the choice of the Riemann solver or the reconstruction stencil, are interchangeable without loss of parallel performance. We present the capabilities of the modular framework with a range of test cases and scaling analysis with effective resolutions beyond one billion cells using $\\\\mathcal{O}(10^3)$ cores.\",\"authors\":[{\"_id\":\"6328754330241ae3e5a9cf0b\",\"name\":\"Nils Hoppe\",\"org\":\"Chair Aerodynam \\u0026 Fluid Mech, Boltzmannstr 15, D-85748 Garching, Germany\"},{\"_id\":\"5609485345cedb3396e7ef8f\",\"name\":\"Stefan Adami\",\"org\":\"Chair Aerodynam \\u0026 Fluid Mech, Boltzmannstr 15, D-85748 Garching, Germany\"},{\"_id\":\"53f432badabfaee0d9b40642\",\"name\":\"Nikolaus A. Adams\",\"org\":\"Chair Aerodynam \\u0026 Fluid Mech, Boltzmannstr 15, D-85748 Garching, Germany\"}],\"doi\":\"10.1016/j.cma.2021.114486\",\"issn\":\"0045-7825\",\"keywords\":[\"Multiresolution\",\"Compressible flows\",\"High-order methods\",\"HPC\",\"Distributed-memory parallelization\"],\"title\":\"A Parallel Modular Computing Environment for Three-Dimensional Multiresolution Simulations of Compressible Flows\",\"venue\":{\"raw\":\"Computer Methods in Applied Mechanics and Engineering\"},\"volume\":\"391\",\"year\":2022},{\"_id\":\"5fd8b6bd91e0119b22c1f461\",\"abstract\":\"We present a scalable block preconditioning strategy for the trace system arising from the high-order hybridized discontinuous Galerkin (HDG) discretization of incompressible resistive magnetohydrodynamics (MHD). We construct the block preconditioner with a least squares commutator (BFBT) approximation for the inverse of the Schur complement that segregates out the pressure unknowns of the trace system. The remaining velocity, magnetic field, and Lagrange multiplier unknowns form a coupled nodal unknown block for which a system algebraic multigrid (AMG) is used to approximate the inverse. The complexity of the MHD equations together with the algebraic nature of the statically condensed HDG trace system makes the choice of smoother in the system AMG part critical for the convergence and performance of the block preconditioner. Our numerical experiments show GMRES preconditioned by ILU(0) of overlap zero as a smoother inside system AMG performs best in terms of robustness, time per nonlinear iteration and memory requirements. With several transient test cases in 2D and 3D including the island coalescence problem at high Lundquist number we demonstrate the robustness and parallel scalability of the block preconditioner. Additionally for the upper block a preliminary study of an alternate nodal block system solver based on a multilevel approximate nested dissection is presented. On a 2D island coalescence problem the multilevel approximate nested dissection preconditioner shows better scalability with respect to mesh refinement than the system AMG, but is relatively less robust with respect to Lundquist number scaling. In the Appendix B, we rigorously show: (1) the uniqueness of the solution of the nonlinear MHD system for small time, (2) the convergence of the Picard iterations for each backward Euler step, and (3) the convergence of the entire time stepping procedure.\",\"authors\":[{\"_id\":\"63af8b4a84ab04bd7fb6b55c\",\"name\":\"Sriramkrishnan Muralikrishnan\",\"org\":\"Forschungszentrum Julich, Julich Supercomp Ctr, D-52425 Julich, Germany\"},{\"_id\":\"657ebd778a47b66aaee3264c\",\"name\":\"Stephen Shannon\",\"org\":\"Univ Texas Austin, Oden Inst Computat Engn \\u0026 Sci, Austin, TX 78712 USA\"},{\"_id\":\"63db753071b5cf7db926f338\",\"name\":\"Tan Bui-Thanh\",\"org\":\"Univ Texas Austin, Dept Aerosp Engn \\u0026 Engn Mech, Austin, TX 78712 USA\"},{\"_id\":\"53f455f9dabfaefedbb4f145\",\"name\":\"John N. Shadid\",\"org\":\"Sandia Natl Labs, Computat Math Dept, POB 5800,MS 1321, Albuquerque, NM 87185 USA\"}],\"doi\":\"10.1016/j.cma.2022.115775\",\"issn\":\"0045-7825\",\"keywords\":[\"Block preconditioners\",\"HDG\",\"High -order\",\"MHD\",\"AMG\",\"Multilevel\"],\"title\":\"A Multilevel Block Preconditioner for the HDG Trace System Applied to Incompressible Resistive MHD\",\"venue\":{\"raw\":\"Computer Methods in Applied Mechanics and Engineering\"},\"volume\":\"404\",\"year\":2022},{\"_id\":\"5ff6853dd4150a363cc04985\",\"abstract\":\"This paper proposes a novel topology optimization procedure for designing structures with infill-supported enclosed voids for additive manufacturing (AM). In such structures, the open and enclosed regions are separately treated, where the open regions are the standard voids but the enclosed ones are filled by porous materials. The applied porous infill can work as supports in the AM process, but at the same time be part of the final structures and will never be removed. In this way, the difficulty of removing the supports in enclosed voids can be naturally avoided. However, whether the enclosed voids should be removed or kept if the porous material must be filled inside becomes a challenging problem, and thus this work develops a rational procedure to automatically determine it, and optimize the layout of these kept enclosed voids with infill. In the proposed procedure, a nonlinear virtual temperature (N-VTM) filter is utilized to separate the enclosed voids and open regions. Then, by combining the N-VTM filter, PDE filter and projection, a novel interpolation for structures with infill-supported enclosed voids is proposed, which at the same time can be used to provide structures without enclosed voids. The robust topology optimization formulation is applied to enhance the performance of the proposed procedure, and the sensitivity equations are deduced based on the adjoint method. Several numerical and experimental examples in two and three dimensions illustrate the effectiveness of the procedure. The results show that the procedure is capable of automatically determining whether to directly eliminate an enclosed void or to use infill to support it.\",\"authors\":[{\"_id\":\"542a16cadabfaec7081dceb7\",\"name\":\"Yunfeng Luo\",\"org\":\"Dalian Univ Technol, State Key Lab Struct Anal Ind Equipment, Dalian 116024, Peoples R China\"},{\"_id\":\"54489089dabfae87b7e4465a\",\"name\":\"Ole Sigmund\",\"org\":\"Tech Univ Denmark, Dept Mech Engn Solid Mech, DK-2800 Lyngby, Denmark\"},{\"_id\":\"560a78bf45ce1e595fcdc4c7\",\"name\":\"Quhao Li\",\"org\":\"Shandong Univ, Minist Educ, Key Lab High Efficiency \\u0026 Clean Mech Manufacture, Jinan 250061, Peoples R China\"},{\"_id\":\"560aa4b045cedb339715d60d\",\"name\":\"Shutian Liu\",\"org\":\"Dalian Univ Technol, State Key Lab Struct Anal Ind Equipment, Dalian 116024, Peoples R China\"}],\"doi\":\"10.1016/j.addma.2022.102795\",\"issn\":\"2214-7810\",\"keywords\":[\"Topology optimization\",\"Additive manufacturing\",\"Infill\",\"Enclosed voids\"],\"title\":\"Topology Optimization of Structures with Infill-Supported Enclosed Voids for Additive Manufacturing\",\"venue\":{\"raw\":\"Additive manufacturing\"},\"volume\":\"55\",\"year\":2022},{\"_id\":\"601130c891e0117654c5fdb0\",\"abstract\":\"Mild Traumatic Brain Injuries (mTBI) are caused by violent head motions or impacts. Most mTBI prevention strategies explicitly or implicitly rely on a \\\"brain injury criterion\\\". A brain injury criterion takes some descriptor of the head's motion as input and yields a prediction for that motion's potential for causing mTBI as the output. The inputs are descriptors of the head's motion that are usually synthesized from accelerometer and gyroscope data. In the context of brain injury criterion the head is modeled as a rigid body. We present an algorithm for determining the complete motion of the head using data from only four head mounted tri-axial accelerometers. In contrast to inertial measurement unit based algorithms for determining rigid body motion the presented algorithm does not depend on data from gyroscopes; which consume much more power than accelerometers. Several algorithms that also make use of data from only accelerometers already exist. However, those algorithms, except for the recently presented AO-algorithm [Rahaman MM, Fang W, Fawzi AL, Wan Y, Kesari H (2020): J Mech Phys Solids 104014], give the rigid body's acceleration field in terms of the body frame, which in general is unknown. Compared to the AO-algorithm the presented algorithm is much more insensitive to bias type errors, such as those that arise from inaccurate measurement of sensor positions and orientations.\",\"authors\":[{\"_id\":\"632490cfc03fbd5be1f95c03\",\"name\":\"Yang Wan\",\"org\":\"Brown Univ, Sch Engn, 184 Hope St, Providence, RI 02912 USA\"},{\"_id\":\"65d1bc638a47b621f76fc516\",\"name\":\"Alice Lux Fawzi\",\"org\":\"Brown Univ, Sch Engn, 184 Hope St, Providence, RI 02912 USA\"},{\"_id\":\"53f4401adabfaee1c0adac78\",\"name\":\"Haneesh Kesari\",\"org\":\"Brown Univ, Sch Engn, 184 Hope St, Providence, RI 02912 USA\"}],\"doi\":\"10.1016/j.cma.2021.114271\",\"issn\":\"0045-7825\",\"keywords\":[\"mTBI\",\"Tensor square root\",\"Rigid body motion\",\"Accelerometers\",\"Inertial navigation\",\"Continuum mechanics\"],\"title\":\"Determining Rigid Body Motion from Accelerometer Data Through the Square-Root of a Negative Semi-Definite Tensor, with Applications in Mild Traumatic Brain Injury\",\"venue\":{\"raw\":\"Computer Methods in Applied Mechanics and Engineering\"},\"volume\":\"390\",\"year\":2022},{\"_id\":\"6034f37d91e01122c046f9a3\",\"abstract\":\"We consider an input-to-response (ItR) system characterized by (1) parameterized input with a known probability distribution and (2) stochastic ItR function with heteroscedastic randomness. Our purpose is to efficiently quantify the extreme response probability when the ItR function is expensive to evaluate. The problem setup arises often in physics and engineering problems, with randomness in ItR coming from either intrinsic uncertainties (say, as a solution to a stochastic equation) or additional (critical) uncertainties that are not incorporated in a low-dimensional input parameter space (as a result of dimension reduction applied to the original high-dimensional input space). To reduce the required sampling numbers, we develop a sequential Bayesian experimental design method leveraging the variational heteroscedastic Gaussian process regression (VHGPR) to account for the stochastic ItR, along with a new criterion to select the next-best samples sequentially. The validity of our new method is first tested in two synthetic problems with the stochastic ItR functions defined artificially. Finally, we demonstrate the application of our method to an engineering problem of estimating the extreme ship motion probability in irregular waves, where the uncertainty in ItR naturally originates from standard wave group parameterization, which reduces the original high-dimensional wave field into a two-dimensional parameter space.\",\"authors\":[{\"_id\":\"64972320a88fbe7c05ff2a80\",\"name\":\"Xianliang Gong\",\"org\":\"Univ Michigan, Dept Naval Architecture \\u0026 Marine Engn, Ann Arbor, MI 48109 USA\"},{\"_id\":\"615581e59e795e604ab3a72e\",\"name\":\"Yulin Pan\",\"org\":\"Univ Michigan, Dept Naval Architecture \\u0026 Marine Engn, Ann Arbor, MI 48109 USA\"}],\"doi\":\"10.1016/j.cma.2022.114979\",\"issn\":\"0045-7825\",\"keywords\":[\"Extreme events\",\"Bayesian experimental design\",\"Stochastic systems\"],\"title\":\"Sequential Bayesian Experimental Design for Estimation of Extreme-Event Probability in Stochastic Input-to-response Systems\",\"venue\":{\"raw\":\"Computer Methods in Applied Mechanics and Engineering\"},\"volume\":\"395\",\"year\":2022},{\"_id\":\"6040baee91e011a0653f0814\",\"abstract\":\"Variable-density cellular structures can overcome connectivity and manufacturability issues of topologically optimized structures, particularly those represented as discrete density maps. However, the optimization of such cellular structures is challenging due to the multiscale design problem. Past work addressing this problem generally either only optimizes the volume fraction of single-type unit cells but ignoring the effects of unit cell geometry on properties, or considers the geometry-property relation but builds this relation via heuristics. In contrast, we propose a simple yet more principled way to accurately model the property to geometry mapping using a conditional deep generative model, named Inverse Homogenization Generative Adversarial Network (IH-GAN). It learns the conditional distribution of unit cell geometries given properties and can realize the one-to-many mapping from properties to geometries. We further reduce the complexity of IH-GAN by using the implicit function parameterization to represent unit cell geometries. Results show that our method can 1) generate various unit cells that satisfy given material properties with high accuracy (R2-scores between target properties and properties of generated unit cells \\u003e 98%) and 2) improve the optimized structural performance over the conventional variable-density single-type structure. In the minimum compliance example, our IH-GAN generated structure achieves a 79.7% reduction in concentrated stress and an extra 3.03% reduction in displacement. In the target deformation examples, our IH-GAN generated structure reduces the target matching error by 86.4% and 79.6% for two test cases, respectively. We also demonstrated that the connectivity issue for multi-type unit cells can be solved by transition layer blending. (c) 2022 Elsevier B.V. All rights reserved.\",\"authors\":[{\"_id\":\"56183d5645ce1e5963fb84e1\",\"name\":\"Jun Wang\",\"org\":\"Univ Maryland, Dept Mech Engn, College Pk, MD 20742 USA\"},{\"name\":\"Wei (Wayne) Chen\",\"org\":\"Northwestern Univ, Dept Mech Engn, Evanston, IL 60208 USA\"},{\"name\":\"Daicong Da\",\"org\":\"Northwestern Univ, Dept Mech Engn, Evanston, IL 60208 USA\"},{\"_id\":\"53f45084dabfaeecd69d4b63\",\"name\":\"Mark Fuge\",\"org\":\"Univ Maryland, Dept Mech Engn, College Pk, MD 20742 USA\"},{\"_id\":\"53f42c30dabfaeb22f3f629b\",\"name\":\"Rahul Rai\",\"org\":\"Clemson Univ, Int Ctr Automot Res, Greenville, SC 29607 USA\"}],\"doi\":\"10.1016/j.cma.2022.115060\",\"issn\":\"0045-7825\",\"keywords\":[\"Inverse design\",\"Cellular structure design\",\"Homogenization\",\"Generative adversarial network\",\"Topology optimization\"],\"title\":\"IH-GAN: A Conditional Generative Model for Implicit Surface-Based Inverse Design of Cellular Structures\",\"venue\":{\"raw\":\"Computer Methods in Applied Mechanics and Engineering\"},\"volume\":\"396\",\"year\":2022},{\"_id\":\"6049e19191e01118b758efb8\",\"abstract\":\"Analysis-suitable T-splines (AST-splines) are a promising candidate to achieve a seamless integration between the design and the analysis of thin-walled structures in industrial settings. In this work, we allow multiple extraordinary points per face, i.e., we remove the restriction of preceding works that required extraordinary points to be at least four rings apart from each other. We do so by mathematically showing that AST-splines with multiple extraordinary points per face are linearly independent and their polynomial basis functions form a non-negative partition of unity. This extension of the subset of AST-splines drastically increases the flexibility to build geometries using AST-splines; e.g., much coarser meshes can be constructed around small holes. The AST-spline spaces detailed in this work have C1 inter-element continuity near extraordinary points and C2 inter-element continuity elsewhere. For the convergence studies performed in this paper involving second- and fourth-order linear elliptic problems with manufactured solutions, we have not found any drawback caused by allowing multiple EPs per face in either the first refinement levels or the asymptotic behavior. To illustrate a possible isogeometric framework that is already available, we design the B-pillar and the side outer panel of a car using T-splines with the commercial software Autodesk Fusion360, import the control nets into our in-house code to build AST-splines, and import the Bézier extraction information into the commercial software LS-DYNA to solve eigenvalue problems. The results are compared with conventional finite elements and good agreement is found between AST-splines and conventional finite elements.\",\"authors\":[{\"_id\":\"62e48f3dd9f204418d6adecb\",\"name\":\"Xiaodong Wei\",\"org\":\"Ecole Polytech Fed Lausanne, Inst Math, CH-1015 Lausanne, Switzerland\"},{\"_id\":\"542be99fdabfae2b4e1b6ed3\",\"name\":\"Xin Li\",\"org\":\"USTC, Sch Math Sci, Hefei, Peoples R China\"},{\"_id\":\"617bbf9060a9653685eebbf3\",\"name\":\"Kuanren Qian\",\"org\":\"Carnegie Mellon Univ, Dept Mech Engn, Pittsburgh, PA 15213 USA\"},{\"_id\":\"53f430ebdabfaeb1a7bb80a6\",\"name\":\"Thomas J. R. Hughes\",\"org\":\"Oden Inst Computat Engn \\u0026 Sci, 201 East 24th St, C0200, Austin, TX 78712 USA\"},{\"_id\":\"562ce9a545cedb3398cfdafb\",\"name\":\"Yongjie Jessica Zhang\",\"org\":\"Carnegie Mellon Univ, Dept Mech Engn, Pittsburgh, PA 15213 USA\"},{\"_id\":\"62e48f3dd9f204418d6adedc\",\"name\":\"Hugo Casquero\",\"org\":\"Univ Michigan Dearborn, Dept Mech Engn, 4901 Evergreen Rd, Dearborn, MI 48128 USA\"}],\"doi\":\"10.1016/j.cma.2021.114494\",\"issn\":\"0045-7825\",\"keywords\":[\"Isogeometric analysis\",\"Analysis-suitable T-splines\",\"Extraordinary points\",\"Linear independence\",\"Optimal convergence\",\"Automotive engineering\"],\"title\":\"Analysis-suitable Unstructured T-splines: Multiple Extraordinary Points Per Face\",\"venue\":{\"raw\":\"Computer Methods in Applied Mechanics and Engineering\"},\"volume\":\"391\",\"year\":2022},{\"_id\":\"605b111c91e0119ebe7e5c66\",\"abstract\":\"A single-step high-order implicit time integration scheme for the solution of transient and wave propagation problems is presented. It is constructed from the Padé expansions of the matrix exponential solution of a system of first-order ordinary differential equations formulated in the state-space. A computationally efficient scheme is developed exploiting the techniques of polynomial factorization and partial fractions of rational functions, and by decoupling the solution for the displacement and velocity vectors. An important feature of the novel algorithm is that no direct inversion of the mass matrix is required. From the diagonal Padé expansion of order M a time-stepping scheme of order 2M is developed. Here, each elevation of the accuracy by two orders results in an additional system of real or complex sparse equations to be solved. These systems are comparable in complexity to the standard Newmark method, i.e., the effective system matrix is a linear combination of the static stiffness, damping, and mass matrices. It is shown that the second-order scheme is equivalent to Newmark's constant average acceleration method, often also referred to as trapezoidal rule. The proposed time integrator has been implemented in MATLAB using the built-in direct linear equation solvers. In this article, numerical examples featuring nearly one million degrees of freedom are presented. High-accuracy and efficiency in comparison with common second-order time integration schemes are observed. The MATLAB-implementation is available from the authors upon request or from the GitHub repository (to be added).\",\"authors\":[{\"_id\":\"53f43190dabfaee1c0a69d23\",\"name\":\"Chongmin Song\",\"org\":\"Univ New South Wales, Ctr Infrastruct Engn \\u0026 Safety, Sch Civil \\u0026 Environm Engn, Sydney, NSW 2052, Australia\"},{\"_id\":\"612c7dd19e795e3e42c658ee\",\"name\":\"Sascha Eisentrager\",\"org\":\"Univ New South Wales, Ctr Infrastruct Engn \\u0026 Safety, Sch Civil \\u0026 Environm Engn, Sydney, NSW 2052, Australia\"},{\"_id\":\"65d454b8c136ef13316634e2\",\"name\":\"Xiaoran Zhang\"}],\"doi\":\"10.1016/j.cma.2021.114436\",\"issn\":\"0045-7825\",\"keywords\":[\"Implicit time integration methods\",\"High-order accuracy\",\"Pade series\",\"Unconditional stability\",\"Long duration analysis\"],\"title\":\"High-order Implicit Time Integration Scheme Based on Padé Expansions\",\"venue\":{\"raw\":\"Computer Methods in Applied Mechanics and Engineering\"},\"volume\":\"390\",\"year\":2022}],\"log_id\":\"2uZ16delmuDkxpQa1x5Fsza2gXd\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/platform/allpubs/more/detail/by/ts/org/venue"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/6524f85a228b43f5d3572640.json b/.setup/plugins/aminer/6524f85a228b43f5d3572640.json
deleted file mode 100644
index 9e48b4b2..00000000
--- a/.setup/plugins/aminer/6524f85a228b43f5d3572640.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"6524f85a228b43f5d3572640","description":"根据期刊名称搜索期刊ID、期刊标准名称","price":0,"title":"期刊搜索","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/venue/search","update_time":"2024-11-25T02:50:11.762313Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"name","type":"string","required":false,"maximum":null,"description":"期刊名","example":"The Lancet"}],"response_fields":[{"name":"id","type":"string","description":"id"},{"name":"name_en","type":"string","description":"期刊英文名称"},{"name":"name_zh","type":"string","description":"期刊中文名称"},{"name":"total","type":"float","description":"总数"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/venue/search' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"name\":\"The Lancet\"}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"id\":\"5ea5272bedb6e7d53c0314a2\",\"name_en\":\"Autophagy\",\"name_zh\":\"\"}],\"log_id\":\"2idT1fVhmDONe28vg7RilHoO5cR\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/venue/search/venue"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/6524fa8c228b43f5d3572641.json b/.setup/plugins/aminer/6524fa8c228b43f5d3572641.json
deleted file mode 100644
index a5424bd5..00000000
--- a/.setup/plugins/aminer/6524fa8c228b43f5d3572641.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"6524fa8c228b43f5d3572641","description":"根据学者ID获取学者专利ID、专利标题","price":1.5,"title":"学者专利","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/person/patent/relation","update_time":"2023-10-13T10:43:00.247991Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"id","example":"53f4261ddabfaeb22f3c3a6e"}],"response_fields":[{"name":"en","type":"string","description":"英文标题"},{"name":"patent_id","type":"string","description":"专利ID"},{"name":"person_id","type":"string","description":"学者ID"},{"name":"title","type":"object","description":"标题"},{"name":"zh","type":"string","description":"中文标题"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/person/patent/relation?id=53f4261ddabfaeb22f3c3a6e' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"patent_id\":\"6338426decab480b2e2ff626\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Synthesis method of amphiphilic and functional group compound capable of being enzymolyzed by carboxypeptidase\"],\"zh\":[\"可被羧肽酶酶解的双亲和功能团化合物的合成方法\"]}},{\"patent_id\":\"6073045b70538dbe863cdc7c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Demineralization film interface for on-line co-using with mass spectra\"],\"zh\":[\"一种与质谱在线联用的除盐膜接口及其应用\"]}},{\"patent_id\":\"620cac2a97ffdeb00e58a0af\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Novel protein methylation modification reverse enrichment method based on mirror image enzyme orthogonal principle and application\"],\"zh\":[\"一种基于镜像酶正交原理的蛋白质甲基化修饰反向富集新方法及应用\"]}},{\"patent_id\":\"63e9c88b04c6eefad4073b44\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein imprinted material and use thereof for removing albumin from human blood serum\"],\"zh\":[\"一种蛋白质印迹材料及其在人血清中白蛋白去除方面的应用\"]}},{\"patent_id\":\"63388768ecab480b2e938d0f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Reagent kit for detecting human serum tissue kallikrein and its preparation method\"],\"zh\":[\"一种检测人血清中组织激肽释放酶的试剂盒及其制备方法\"]}},{\"patent_id\":\"63361c7cecab480b2e923930\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for determining amino acid sequence based on two-terminal quasi-equivalent double-marker of peptide fragment\"],\"zh\":[\"基于肽段两末端准等重双标记用于氨基酸序列测定方法\"]}},{\"patent_id\":\"60735ee270538dbe868be4d7\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein N-end enrichment method\"],\"zh\":[\"一种蛋白质N-端富集方法\"]}},{\"patent_id\":\"63ebe8ca90f858b087b961ad\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Biological protein sample purification device, has two root parts provided with trapping column and connecting piece, and trapping column provided with protection column and column connection piece.\"],\"zh\":[\"一种生物样品纯化的装置及其应用\"]}},{\"patent_id\":\"633874c3667297566c77b0a4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Binary matrix useful as matrix-assisted detection process of laser desorption ionization time-of-flight mass spectrometry to enhance signal of virus sample, comprises e.g. cinnamic acid derivatives combined with ketone compounds.\"],\"zh\":[\"二元基质及其制备和应用\"]}},{\"patent_id\":\"63e9e25c675b80cf8c1487ca\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Reversible addition fragmentation chain transfer strategy-based molecular imprinted polymer material of protein surface, useful e.g. in selective recognition of proteins, comprises e.g. modified dithioester functional groups silica particle.\"],\"zh\":[\"基于RAFT策略蛋白质表面分子印迹材料及制备和应用\"]}},{\"patent_id\":\"60734e4d70538dbe867c749d\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation method of hydrophilic mesoporous zirconium dioxide aerogel materials\"]}},{\"patent_id\":\"63e9e57a7b39971d0e1641a6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Organic-inorganic hybrid microsphere particle useful for separating and enriching 1,2-cis-diol structure compounds, including nucleic acid, glycoprotein and glycopeptides in mixture of simple sample or complex sample.\"],\"zh\":[\"一种有机无机杂化微球颗粒及其制备和应用\"]}},{\"patent_id\":\"620e9df6b071aec2e09e039c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for enriching exosome in biological sample solution\"],\"zh\":[\"一种生物样品溶液中外泌体富集方法\"]}},{\"patent_id\":\"63361539667297566c844f37\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Proteome label-free quantification method combining tandem mass spectrometry with machine learning algorithm\"],\"zh\":[\"结合二级质谱和机器学习算法的蛋白质组无标记定量方法\"]}},{\"patent_id\":\"6073800e70538dbe86aced5a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation and applications of capillary column capable of specifically capturing tumor cells\"],\"zh\":[\"种可特异性捕获肿瘤细胞的毛细管柱的制备与应用\"]}},{\"patent_id\":\"6072e62270538dbe861eda4e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"N-phosphorylated peptide enrichment method involves removing O-phosphorylated peptide in peptide sample by beta-elimination, and enriching N-phosphorylated peptide by magnetic mesoporous titania composite nanomaterial.\"],\"zh\":[\"一种N-磷酸化肽富集方法\"]}},{\"patent_id\":\"63376a6cecab480b2ee3811e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Cell membrane protein enrichment and purification method\"],\"zh\":[\"一种细胞膜蛋白质富集纯化方法\"]}},{\"patent_id\":\"6336307e667297566cb85976\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"High-energy ultraviolet crosslinking instrument for biological samples\"],\"zh\":[\"一种用于生物样本的高能量紫外交联仪\"]}},{\"patent_id\":\"6338c1d0667297566ce938fc\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation method of cornua cervi pantotrichum tissue extracellular matrix\"],\"zh\":[\"一种鹿茸组织细胞外基质的制备方法\"]}},{\"patent_id\":\"63ea28c5675b80cf8c35cf32\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"High-flux protein sample pre-treatment device\"],\"zh\":[\"一种高通量蛋白质样品预处理装置\"]}},{\"patent_id\":\"61b55076bab8ad5d3506012f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Establishing a mass spectrometry database based on virus identification involves concentrating virus samples and purifying by one or two or more of ultrafiltration, and performing centrifugation, extraction and dialysis methods.\"],\"zh\":[\"一种基于病毒鉴定的质谱数据库建立方法\"]}},{\"patent_id\":\"63390531ecab480b2e47f774\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"High-flux protein sample pre-treatment device\"],\"zh\":[\"一种高通量蛋白质样品预处理装置\"]}},{\"patent_id\":\"633903b7667297566c45c274\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of CO2SFE for extracting triterpene substance from glossy ganoderma sporophore\"],\"zh\":[\"CO-SFE在提取灵芝子实体中三萜类物质上的应用\"]}},{\"patent_id\":\"60730f3a70538dbe86450ae6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Organic-inorganic hybrid monolithic material and application thereof in immobilized enzyme reactor\"],\"zh\":[\"有机-无机杂化整体材料及其在固定化酶反应器中的应用\"]}},{\"patent_id\":\"63eb04c5f95187bd7cb98059\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Core-shell structure containing polymer microsphere useful for preparing biological sample glycopeptid, and separating and enriching sugar protein, comprises e.g. polymer microsphere particles, mono-olefin based monomers.\"],\"zh\":[\"一种核壳结构的聚合物微球及其制备和应用\"]}},{\"patent_id\":\"607300e770538dbe863a3812\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method fro detecting and identifying polyphosphoric acid site peptide segment in electric atomizing mass spectrum\"],\"zh\":[\"一种电喷雾质谱中多磷酸化位点肽段的检测和鉴定方法\"]}},{\"patent_id\":\"633682c1ecab480b2e4afcfc\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Novel silica gel matrix surface modification method and application of surface-modified silica gel matrix\"],\"zh\":[\"一种新型硅胶基质表面修饰方法及其应用\"]}},{\"patent_id\":\"63387de0667297566c8536cb\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Full-ion monitoring and quantifying method based on second-level mass spectrum\"],\"zh\":[\"种基于二级质谱的全离子监测定量方法\"]}},{\"patent_id\":\"63ea992904c6eefad46028a7\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparing organic-inorganic hybrid monolithic column based on attapulgite comprises treating quartz capillary with gamma-methacryloxypropyltrimethoxysilane, and feeding acrylamide, N,N'-methylenebisacrylamide and azobisisobutyronitrile.\"],\"zh\":[\"基于凹凸棒土的有机-无机杂化整体柱的制备方法及其在分离中的应用\"]}},{\"patent_id\":\"63ea96ba7de048a6f660390a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Electrode bracket and applications thereof in micro-fluidic chip system\"],\"zh\":[\"一种电极支架及其在微流控芯片系统中的应用\"]}},{\"patent_id\":\"63376aa8667297566ce3db34\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing iron ion immobilization affinity chromatography monolith column\"]}},{\"patent_id\":\"633654b4ecab480b2efdf5e5\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Glucosidic bond mass spectrum fragmentation type chemical crosslinking agent and preparation method thereof\"],\"zh\":[\"一种糖苷键质谱碎裂型化学交联剂及其制备方法\"]}},{\"patent_id\":\"63364c27667297566ceee885\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enriching protein C-terminal based on carboxypeptidase with strong cation exchange chromatography useful in C-terminal sequencing of proteins to identify protein isoform, comprises blocking free carboxy of the C-terminal and side chain.\"],\"zh\":[\"一种基于羧肽酶和强阳离子交换色谱的蛋白质C-端富集方法\"]}},{\"patent_id\":\"6335a95e667297566cae8357\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein imprinted material and use thereof for removing albumin from human blood serum\"],\"zh\":[\"一种蛋白质印迹材料及其在人血清中白蛋白去除方面的应用\"]}},{\"patent_id\":\"6336b588667297566cac5a2c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Single-terminal cross-linked peptide removal method and application thereof in protein complex crosslinking site analysis\"],\"zh\":[\"一种单端交联肽去除方法及其在蛋白质复合物交联位点分析中的应用\"]}},{\"patent_id\":\"633731adecab480b2e83efbf\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Intracellular protein compound in-situ analysis method and application thereof\"],\"zh\":[\"一种细胞内蛋白质复合物原位分析方法及其应用\"]}},{\"patent_id\":\"6335e908667297566c2c0f17\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for enriching phosphorylation peptide fragments and proteins and application\"],\"zh\":[\"一种磷酸化肽段和蛋白质富集方法和应用\"]}},{\"patent_id\":\"61b18308bab8ad5d35821195\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"基于肽段两末端准等重双标记用于氨基酸序列测定方法\"]}},{\"patent_id\":\"63eba28490f858b087ab08e2\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for removing residual water-soluble organic solvent in sample, involves mixing sample with deionized water, treating mixture by freeze-drying method followed by removing organic solvent dried sample and freeze-drying repeatly.\"],\"zh\":[\"一种样品中残留水溶性有机溶剂的去除方法\"]}},{\"patent_id\":\"6335fa19667297566c4e235f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Series-connected method for chromatographic column of liquid phase chromatography separation system\"],\"zh\":[\"用于液相色谱分离系统中色谱柱的串联方法\"]}},{\"patent_id\":\"60735d5870538dbe868a77da\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Analytical method for researching protein structure or protein-protein interaction\"],\"zh\":[\"一种用于研究蛋白质结构或蛋白质相互作用的分析方法\"]}},{\"patent_id\":\"63eba0524173f4ad6baa55dc\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Performing de novo sequencing by remarking non-protein amino acid sequence of both ends used for fast and accurate identification of unknown sequence involves utilizing denaturation of proteins and reprocessing intracellular proteins.\"],\"zh\":[\"基于两端非等重标记的蛋白质氨基酸序列从头测序方法\"]}},{\"patent_id\":\"6073460970538dbe867475f6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Reversible bonding ball based enrichment of protein N-terminal involves blocking protein sample, digesting to free intermediate peptides in solution, breaking bonded chain to release protein N-terminal and identifying.\"],\"zh\":[\"一种基于可逆键合材料的蛋白质N-端富集方法\"]}},{\"patent_id\":\"607339ec70538dbe866965f7\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Cleaning method for completely removing blood residues in pilose antler\"],\"zh\":[\"一种可以彻底去除鹿茸中血液残留的清洗方法\"]}},{\"patent_id\":\"63eae9edf95187bd7cab656d\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Universal micro-fluidic chip interface, has seal interface tightening screw formed with through-hole and fixed with screwed nut, and transfusion tube equipped with seal interface tightening screw through pressing screw.\"],\"zh\":[\"一种通用型微流控芯片接口\"]}},{\"patent_id\":\"6073583470538dbe86859781\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Core-shell-structured polymer microspheres, and preparation method and application thereof\"],\"zh\":[\"一种核壳结构的聚合物微球及其制备和应用\"]}},{\"patent_id\":\"63361e17ecab480b2e94abda\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation method of plating layer electronic spray needle\"],\"zh\":[\"一种镀层电喷针的制备方法\"]}},{\"patent_id\":\"63379086ecab480b2e23aae7\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Surface charge-modified reversed-phase chromatographic separation material as well as preparation method and application thereof\"],\"zh\":[\"一种表面电荷改性的反相色谱分离材料及制备和应用\"]}},{\"patent_id\":\"63e9e95090f858b08718502b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for enriching N-terminal protein that is utilized for e.g. identifying protein isoforms, involves removing protein samples followed by reacting side chain with guanidino group, labeling and enriching with phosphate tag.\"],\"zh\":[\"一种蛋白质N-端富集方法及其应用\"]}},{\"patent_id\":\"60736e2e70538dbe869a7ba3\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation of protein solid-phase alkylation reagent, and solid-phase alkylation reagent and applications thereof\"],\"zh\":[\"蛋白质固相烷基化试剂的制备及固相烷基化试剂和应用\"]}},{\"patent_id\":\"6336b24aecab480b2ea62e75\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Polymer chain-modified silica gel matrix hydrophilic interaction chromatography stationary phase as well as preparation and application thereof\"],\"zh\":[\"聚合物链修饰的硅胶基质亲水作用色谱固定相及其制备和应用\"]}},{\"patent_id\":\"63eb0ce0c7c794c1ed82b8c2\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Analysis of thiopurinated post-translationally modified peptides involves dividing peptide, incubating with iodine acetamide pellet by proteolysis, reducing disulfide bond, labeling thiopurine peptide, cleaving linker and enriching affinity.\"],\"zh\":[\"一种硫巯化翻译后修饰肽段的定性与定量方法\"]}},{\"patent_id\":\"6072e5c570538dbe861e980c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Aptamer-modified magnetic graphene oxide composite material, and preparation method and application thereof\"],\"zh\":[\"核酸适体修饰的磁性氧化石墨烯复合材料及其制备和应用\"]}},{\"patent_id\":\"620ca16f97ffdeb00e125f93\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Ion exchange chromatography stationary phase and preparation and application thereof\"],\"zh\":[\"一种离子交换色谱固定相及其制备和应用\"]}},{\"patent_id\":\"63eab12bf95187bd7c888e6c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for analyzing proteolytic solution based on fuzzy discriminant and logical reasoning, involves allowing proteolytic solution for mass spectrum analysis, followed by calculating peptide space and calculating score cutoff value.\"],\"zh\":[\"基于模糊判别和逻辑推理的蛋白酶解液的分析方法\"]}},{\"patent_id\":\"6335aa91ecab480b2eb133c5\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of PLIN2 inhibitors for the preparation of drugs that increase the sensitivity of cancer drug therapy or the preparation of drugs that reduce or eliminate drug resistance in tumor therapy.\"],\"zh\":[\"PLIN2抑制剂的应用和治疗肿瘤药物混合物\"]}},{\"patent_id\":\"63ea053cc7c794c1ed256470\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing protein molecularly imprinted polymer particles\"],\"zh\":[\"一种蛋白质分子印迹聚合物颗粒的制备方法\"]}},{\"patent_id\":\"6072ee4870538dbe8624d62c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Porous integrated substrate of solid carried protein and its production\"],\"zh\":[\"一种固载蛋白质的多孔整体基质及其制备\"]}},{\"patent_id\":\"60732f7070538dbe865f9da2\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Monodisperse core-shell structure polymer nano particle as well as preparation and application thereof\"],\"zh\":[\"一种单分散核壳结构聚合物纳米粒子及其制备和应用\"]}},{\"patent_id\":\"63eaf87704c6eefad47cfbd2\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method and isolated device for micro flux liquid chromatogram on-line large volume sample injection\"],\"zh\":[\"微流量液相色谱在线大体积进样的方法和专用装置\"]}},{\"patent_id\":\"6073715e70538dbe869e0041\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein C-terminal peptide enrichment method based on Edman degradation\"],\"zh\":[\"基于埃德曼降解的蛋白质C-末端肽富集方法\"]}},{\"patent_id\":\"609643d91edba17de6d36263\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"MULTI-PROTEIN QUANTITATION METHOD BASED ON EQUIPONDEROUS DIMETHYLATION MARKING\"],\"fr\":[\"PROCÉDÉ DE QUANTIFICATION DE PROTÉINES MULTIPLES BASÉ SUR UN MARQUAGE DE DIMÉTHYLATION À ÉQUI-PONDÉRATION\"],\"zh\":[\"一种基于等重二甲基化标记的多重蛋白质定量方法\"]}},{\"patent_id\":\"63ec102b04c6eefad4bf07aa\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Printing material for e.g. identifying cells e.g. animal cells, is prepared by attaching to-be-identification cells to matrix material, placing matrix material in pre-polymerization system and curing matrix material in system.\"],\"zh\":[\"一种用于特异性识别细胞的印迹材料及其制备和应用\"]}},{\"patent_id\":\"633876bb667297566c7ab2c6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing immobilized metal ion affinity chromatographic monolithic column\"],\"zh\":[\"一种固定化金属离子亲和色谱整体柱的制备方法\"]}},{\"patent_id\":\"61b686eabab8ad5d35357d36\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Bis-picolylamine bis-zinc functional material used for enriching histidine phosphorylated peptides under weakly acidic conditions comprises mesoporous core-shell silicon balls, and immobilized bis-picolylamine bis-zinc functional molecule.\"],\"zh\":[\"介孔核壳硅球为载体双二甲基吡啶胺双锌功能材料的制备和应用\"]}},{\"patent_id\":\"63eaa3947b39971d0e6426fd\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Amphoteric polymer-modified carrier particle used for protein sample preprocessing comprises polyacrylic ester polymer granule, and surface modified amphoteric carrier molecule.\"],\"zh\":[\"两性载体修饰的聚合物颗粒及在蛋白质样品预处理中应用\"]}},{\"patent_id\":\"6073347f70538dbe866458b0\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein surface molecular imprinting material based on RAFT (Reversible Addition-Fragmentation Chain Transfer) strategy as well as preparation method and application thereof\"],\"zh\":[\"基于RAFT策略蛋白质表面分子印迹材料及制备和应用\"]}},{\"patent_id\":\"62bac106e138236062a8d624\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种用于细胞内蛋白质复合物原位分析的载体及其制备方法和应用\"]}},{\"patent_id\":\"60736e0770538dbe869a55ec\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Immobilized metal ion affinity chromatograph (IMAC) material, and preparation and application thereof\"],\"zh\":[\"种固定化金属离子亲和色谱材料及其制备和应用\"]}},{\"patent_id\":\"63ea6d8a7b39971d0e53e3d9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation of porous integral material immobilized enzyme micro-reactor\"],\"zh\":[\"一种多孔整体材料固定化酶微反应器的制备方法\"]}},{\"patent_id\":\"63ea2dc17b39971d0e384bc0\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Multicenter electric spraying ion source for micro liquid phase separation system and mass spectrum\"],\"zh\":[\"一种微液相分离系统与质谱联用的多通道电喷雾离子源\"]}},{\"patent_id\":\"63ed4de104c6eefad4f311b0\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"High-temperature denaturation and reduction device for protein sample pretreatment device\"],\"zh\":[\"一种用于蛋白质样品预处理装置中的高温变性和还原器\"]}},{\"patent_id\":\"63e9cebc7b39971d0e0aa911\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Monodisperse core-shell structure polymer nano particle as well as preparation and application thereof\"],\"zh\":[\"一种单分散核壳结构聚合物纳米粒子及其制备和应用\"]}},{\"patent_id\":\"607303ed70538dbe863c8ce9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for protein example enrichment and combination with capillary electrophoretic analysis\"],\"zh\":[\"一种用于蛋白质样品富集及与毛细管电泳分析联用的方法\"]}},{\"patent_id\":\"63363205667297566cbb4e19\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Sample pretreatment method of secretory proteins in culture medium with serum\"],\"zh\":[\"一种含血清培养液中分泌蛋白的样品预处理方法\"]}},{\"patent_id\":\"607356ed70538dbe8684520a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Composite material containing graphene oxide and recombinant streptococcal protein G, and preparation and application thereof\"],\"zh\":[\"氧化石墨烯-重组链球菌蛋白G复合材料及其制备和应用\"]}},{\"patent_id\":\"620c9c2497ffdeb00ee170e4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Exosome enrichment method\"],\"zh\":[\"一种外泌体的富集方法\"]}},{\"patent_id\":\"63eabf7d90f858b0876c7796\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Based on chemical modification and isotope labeled polypeptide amino acid sequence de novo sequencing method\"],\"zh\":[\"基于化学修饰和同位素标记多肽氨基酸序列从头测序方法\"]}},{\"patent_id\":\"60734c6a70538dbe867a826c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"O-linked-N-acetylglucosamine (O-GlcNAc) modified glucoprotein and glycopeptide chemical derivation method\"],\"zh\":[\"一种氧连接氮乙酰葡糖胺(O-GlcNAc)修饰糖蛋白质及糖肽的化学衍生方法\"]}},{\"patent_id\":\"63361914ecab480b2e8bc595\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for analysis of protein enzymatic hydrolysate based on fuzzy discrimination and logical inference\"],\"zh\":[\"基于模糊判别和逻辑推理的蛋白酶解液的分析方法\"]}},{\"patent_id\":\"6337ca9aecab480b2e74f120\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Qualitative and quantitative method for protein variants\"],\"zh\":[\"一种蛋白质变体的定性定量方法\"]}},{\"patent_id\":\"6336dd70ecab480b2ef00202\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Multifunctional crosslinking agent and preparation method and application thereof\"],\"zh\":[\"一种多功能交联剂及其制备方法和应用\"]}},{\"patent_id\":\"63ea85ac4173f4ad6b5af168\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enrichment and purification of cell membrane protein involves oxidizing cell sample with buffer solution, suspending magnetic microspheres in buffer solution, washing, re-suspending in tris buffer, cell breaking, and extracting.\"],\"zh\":[\"一种细胞膜蛋白质富集纯化方法\"]}},{\"patent_id\":\"63ea5e8990f858b0874dd5c3\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Universal micro-fluidic chip clamp has fixture plate whose through hole is inserted with sleeve fixed on upper portion of connecting screw, where fluorine ethylene edge ring is connected with liquid storage tank through screw.\"],\"zh\":[\"一种通用型微流控芯片夹具\"]}},{\"patent_id\":\"620e28cfb071aec2e09eebc3\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Universal micro fluidic chip interface\"],\"zh\":[\"一种通用型微流控芯片接口\"]}},{\"patent_id\":\"63e9d86904c6eefad40f5dbb\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enriching and purifying glycoprotein comprises dissolving protein sample using oxidation buffer, carrying out oxidation reaction, neutralizing, adding microsphere, oscillating, denaturing and reducing protein sample, and washing.\"],\"zh\":[\"一种糖蛋白质富集纯化方法\"]}},{\"patent_id\":\"63ec379a90f858b087c86efe\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Hydrophilic interaction reverse phase chromatographic string interface device, has first-dimensional chromatographic column connected with high pressure inert gas source module, and quantitative ring fixed with sample injector.\"],\"zh\":[\"在线亲水相互作用色谱/反相色谱串联接口装置及其应用\"]}},{\"patent_id\":\"6335e3b2667297566c220e93\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Multiple protein quantification method based on equiponderous dimethylation labeling\"],\"zh\":[\"一种基于等重二甲基化标记的多重蛋白质定量方法\"]}},{\"patent_id\":\"633577fdecab480b2e4786c4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Membrane protein complex extracting method based on ionic liquid and application thereof\"],\"zh\":[\"一种基于离子液体的膜蛋白质复合物提取方法及其应用\"]}},{\"patent_id\":\"63ea30b77b39971d0e39a441\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Polymer chain modified silica gel matrix hydrophilic interaction chromatography stationary phase comprises e.g. silica gel as matrix, prepared by carrying out silane modifying of mercapto, and grafting functional groups.\"],\"zh\":[\"聚合物链修饰的硅胶基质亲水作用色谱固定相及其制备和应用\"]}},{\"patent_id\":\"6073691870538dbe869578ab\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Mass spectrum acquisition mode based on rapid scanning without dynamic elimination\"],\"zh\":[\"一种基于快速扫描和无动态排除的质谱采集模式\"]}},{\"patent_id\":\"63eb837ff95187bd7cef5250\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation method of pilose antler tissue extracellular matrix\"],\"zh\":[\"一种鹿茸组织细胞外基质的制备方法\"]}},{\"patent_id\":\"63eaa97a90f858b08765ec8c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种基于阴离子交换色谱柱的SUMO化肽段的富集方法\"]}},{\"patent_id\":\"63eb5e6204c6eefad497bf87\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Analysis method and application of cleavable chemical cross-linking agent based on glycosidic bond mass spectrum\"],\"zh\":[\"基于糖苷键质谱可碎裂型化学交联剂的分析方法及应用\"]}},{\"patent_id\":\"63387d6cecab480b2e847dd7\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"MULTIPLEX PROTEOME QUANTIFICATION METHOD BASED ON ISOBARIC DIMETHYL LABELING\"]}},{\"patent_id\":\"6338a62c667297566cc2f482\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enrichment and identification method for lysine nitrogen-junctional phosphorylation post-translational modification\"],\"zh\":[\"赖氨酸氮连接磷酸化翻译后修饰富集和鉴定的方法\"]}},{\"patent_id\":\"6073466c70538dbe8674c9c1\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Robot with redundant degree of freedom\"],\"zh\":[\"一种具有冗余自由度的机器人\"]}},{\"patent_id\":\"61b2c0aabab8ad5d35ac5112\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"基于去SUMO化酶和SAX的SUMO化肽段富集方法\"]}},{\"patent_id\":\"6073572770538dbe86848aa4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein amino acid sequence de novo sequencing method based on unequal stable isotope labeling at two ends of polypeptide\"],\"zh\":[\"基于两端非等重标记的蛋白质氨基酸序列从头测序方法\"]}},{\"patent_id\":\"6338a534ecab480b2ec1846a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Device for making capillary pipe spray interface for co-using liquid chromatography and mass spectra\"],\"zh\":[\"用于液相色谱与质谱联用的毛细管喷雾接口的制作装置\"]}},{\"patent_id\":\"607300e770538dbe863a381b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Multicenter electric spraying ion source for micro liquid phase separation system and mass spectrum\"],\"zh\":[\"一种微液相分离系统与质谱联用的多通道电喷雾离子源\"]}},{\"patent_id\":\"63377609667297566cf6c1c9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein adsorption material useful for processing proteins at least one of samples in cells, tissues, plasma or urine, prepared by taking graphene oxide and introducing excessive hydrogen-containing polyethyleneimine amino groups.\"],\"zh\":[\"一种蛋白质吸附材料及其制备及应用\"]}},{\"patent_id\":\"63ea8ccc7de048a6f65d2efb\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing protein molecular engram monolithic column\"],\"zh\":[\"一种蛋白质分子印迹整体柱的制备方法\"]}},{\"patent_id\":\"6073068970538dbe863ea1f4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Production method for protein molecule imprinting integral column\"],\"zh\":[\"一种蛋白质分子印迹整体柱的制备方法\"]}},{\"patent_id\":\"607eb0e0eb026d83bba36961\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"DUAL PHASE COLUMN MEMBRANE PROTEIN MICRO-REACTOR AND USE THEREOF\"]}},{\"patent_id\":\"620c9dda97ffdeb00ef2d40d\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein collection and enzymolysis integrated sample pretreatment apparatus and its production\"],\"zh\":[\"集蛋白质收集和酶解于一体的样品预处理装置及其制备\"]}},{\"patent_id\":\"6073549670538dbe86821b31\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation of embedded attapulgite capillary monolithic column and method for using capillary monolithic column for solid phase micro extraction\"],\"zh\":[\"包埋凹凸棒土毛细管整体柱的制备及其用于固相微萃取的方法\"]}},{\"patent_id\":\"63389c09ecab480b2eb368e3\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for removing residual water-soluble organic solvent in sample, involves mixing sample with deionized water, followed by adding hydroxyphenol compound containing long alkyl chain to precipitate sample.\"],\"zh\":[\"一种样品中残留水溶性有机溶剂的去除方法\"]}},{\"patent_id\":\"63379223667297566c267a74\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Organic-inorganic hybrid microsphere particles, and preparation and application thereof\"],\"zh\":[\"一种有机无机杂化微球颗粒及其制备和应用\"]}},{\"patent_id\":\"61b82caabab8ad5d356732a5\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"用于特异性识别外泌体的替代模板印迹聚合物及其应用\"]}},{\"patent_id\":\"60733bfa70538dbe866b6c99\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Universal microfluidic chip fixture\"],\"zh\":[\"一种通用型微流控芯片夹具\"]}},{\"patent_id\":\"6073799e70538dbe86a671d3\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"High temperature denaturation and reduction device for protein sample pretreatment equipment\"],\"zh\":[\"种用于蛋白质样品预处理装置中的高温变性和还原器\"]}},{\"patent_id\":\"63eb759c7de048a6f69f5344\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for enriching cross-linked peptide fragment and application of cross-linking peptide fragment in protein interaction study\"],\"zh\":[\"一种交联肽段富集方法及其在蛋白质相互作用研究中的应用\"]}},{\"patent_id\":\"60730cc870538dbe864336bc\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Electrode bracket and applications thereof in micro-fluidic chip system\"],\"zh\":[\"一种电极支架及其在微流控芯片系统中的应用\"]}},{\"patent_id\":\"63e9dc6e7de048a6f61193f7\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enriching thiosulfated polypeptide, by placing reaction product on ultrafiltration membrane using polyamino dendrimer as carrier, centrifuging, adding protein hydrolyzate, reacting, adding disulfide reductant and centrifuging mixture.\"],\"zh\":[\"一种硫巯化多肽的富集方法\"]}},{\"patent_id\":\"63eca61f4173f4ad6bdbca9f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Organic-inorganic hybrid microsphere particles used as e.g. water interaction chromatography stationary phase, comprise silica particles as core and thiolene-modified silane-wrapped sulfonic acid and acrylamide polymer as shell.\"],\"zh\":[\"一种有机无机杂化微球颗粒及其制备和应用\"]}},{\"patent_id\":\"607323e670538dbe8655b894\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Hydrophilic metal ion immobilization affinity magnetic bead and preparation and application thereof\"],\"zh\":[\"亲水性金属离子固定化亲和磁球及其制备和应用\"]}},{\"patent_id\":\"607343ac70538dbe86727206\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein quantification method\"],\"zh\":[\"一种蛋白质定量方法\"]}},{\"patent_id\":\"60733bfa70538dbe866b6c3a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"4-mercaptophenylboronic acid immobilized graphene oxide composite nanometer material, preparation and application thereof\"],\"zh\":[\"4-巯基苯硼酸固定化氧化石墨烯复合纳米材料及制备和应用\"]}},{\"patent_id\":\"633875bc667297566c793a7e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Integrated sample processing system and application of flue gas body fluid metabolic glycoside derivatives\"],\"zh\":[\"一种烟气体液代谢糖苷衍生物集成化样品处理系统及应用\"]}},{\"patent_id\":\"63ea6b7cf95187bd7c534433\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Pilose antler blood residual cleaning method, involves spraying liquid on pilose antler slice by high pressure pump, and repeating spraying process for specific times until removing blood residue from pilose antler slice.\"],\"zh\":[\"一种可以彻底去除鹿茸中血液残留的清洗方法\"]}},{\"patent_id\":\"6336bca8ecab480b2eb9d58c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Surface cation functionalized graphene oxide material useful for e.g. enrichment analysis of phosphorylated protein.\"],\"zh\":[\"表面阳离子功能化氧化石墨烯材料及制备和应用\"]}},{\"patent_id\":\"60736e3170538dbe869a7d28\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Blotting material used for specific recognition of cells, and preparation and applications thereof\"],\"zh\":[\"一种用于特异性识别细胞的印迹材料及其制备和应用\"]}},{\"patent_id\":\"63ea0f99f95187bd7c2a1a0b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Micro-fluidic driving pump and application thereof\"],\"zh\":[\"一种微流体驱动泵及其应用\"]}},{\"patent_id\":\"60735eba70538dbe868bbca6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Silica gel microsphere with core-shell structure and preparation and application thereof\"],\"zh\":[\"一种具有核壳结构的硅胶微球及其制备和应用\"]}},{\"patent_id\":\"63ea5362675b80cf8c4903a0\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for quantifying heavy dimethylated labeled protein, involves utilizing formaldehyde, sodium cyanoborohydride and their respective isotopic to form organic combination of protein hydrolysates of labeled peptides.\"],\"zh\":[\"等重二甲基化标记蛋白质定量方法\"]}},{\"patent_id\":\"63ea26987de048a6f634eebc\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein sequential extraction method capable of keeping activity\"],\"zh\":[\"一种可保持活性的蛋白质顺序提取方法\"]}},{\"patent_id\":\"63e9cafb7de048a6f608dfc8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method fro detecting and identifying polyphosphoric acid site peptide segment in electric atomizing mass spectrum\"],\"zh\":[\"一种电喷雾质谱中多磷酸化位点肽段的检测和鉴定方法\"]}},{\"patent_id\":\"60734af370538dbe8678f755\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation of nucleic acid aptamer immobilized integral material, and applications of nucleic acid aptamer immobilized integral material in protein online detection\"],\"zh\":[\"固载核酸适体的整体材料的制备和在蛋白在线检测的应用\"]}},{\"patent_id\":\"6073068970538dbe863ea20e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for in situ fluorescence derivation in protein membrane\"],\"zh\":[\"一种蛋白质膜内原位荧光衍生的方法\"]}},{\"patent_id\":\"63eaef8ef95187bd7cae3109\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for analyzing oxygen-linked N-acetylglucosamine embellished sugar protein, involves performing oxygen-linked N-acetylglucosamine modification of proteins, followed by performing ring-opening reaction and mass spectrometry analysis.\"],\"zh\":[\"基于质谱的氧连接氮乙酰葡糖胺修饰糖蛋白质的分析方法\"]}},{\"patent_id\":\"6338f3c6667297566c2e6bcb\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation method of-2-(N-carbazolyl)-ethoxy carbohydrazide\"],\"zh\":[\"2-(N-咔唑基)-乙氧基碳酰肼的制备方法\"]}},{\"patent_id\":\"61b735dabab8ad5d3548b6d9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"New pyrrolidine-2,5-dione-containing compound as chemical crosslinking agent for e.g. analysis of intracellular protein complexes, comprises amino acid skeleton, isotope labeling containing deuterium and enriched functional group.\"],\"zh\":[\"一种化学交联剂及其制备和应用\"]}},{\"patent_id\":\"63366a9d667297566c25fad7\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Low residue inorganic-organic hybrid whole matrix immobilized enzyme reactor and preparation thereof\"],\"zh\":[\"低残留无机-有机杂化整体基质固定化酶反应器及其制备\"]}},{\"patent_id\":\"63eb5bfc7b39971d0e9892a8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Capillary tube monolithic column and application thereof in immobilized pancreatin\"],\"zh\":[\"一种毛细管整体柱及在固定化胰酶中的应用\"]}},{\"patent_id\":\"60736ba270538dbe8697f0eb\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Phenylboronic-acid-functionalized graphene oxide composite nano material and preparation and application thereof\"],\"zh\":[\"苯硼酸功能化的氧化石墨烯复合纳米材料及其制备和应用\"]}},{\"patent_id\":\"63370ac8ecab480b2e425b63\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing protein molecular engram monolithic column\"],\"zh\":[\"一种蛋白质分子印迹整体柱的制备方法\"]}},{\"patent_id\":\"61b89871bab8ad5d356e58d0\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"New nitrogen containing stable isotope labeling reagent derivative useful for quantification of labeling based on mass spectrometry containing amino species.\"],\"zh\":[\"一种稳定同位素标记试剂及其制备方法和应用\"]}},{\"patent_id\":\"6338da58ecab480b2e0a5c1b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for enriching Small ubiquitin-related modifier peptide segment, involves blocking free amino group of polypeptide in proteinand separating Small ubiquitin-related modifier peptides by reversed-phase chromatography stationary phase.\"],\"zh\":[\"一种基于疏水基团修饰的SUMO化肽段的富集方法\"]}},{\"patent_id\":\"63359eed667297566c98b883\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Cross-linking agent carrier based on phase separation and preparation and application thereof\"],\"zh\":[\"一种基于相分离的交联剂载体及其制备和应用\"]}},{\"patent_id\":\"60736b1b70538dbe86976fac\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"One-way rotation damping bracket\"],\"zh\":[\"一种单向旋转阻尼托架\"]}},{\"patent_id\":\"63eb5bfa7b39971d0e989233\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"基于肽段C末端化学衍生提高质谱碎裂效率和响应的方法\"]}},{\"patent_id\":\"63e9fea6f95187bd7c23121b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Quantifying multiple proteins based on dimethylation marking, by cleaving protein into peptide using protease, and marking dimethylation of N-terminus and C-terminus of peptide under acid condition and alkaline condition.\"],\"zh\":[\"一种基于等重二甲基化标记的多重蛋白质定量方法\"]}},{\"patent_id\":\"63ea70bef95187bd7c563450\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enriching glycopeptide of amide type monolithic column involves using monolith and crosslinking monomer with amide functional group by adding porogen and initiator, through polymerization by flash of ultraviolet light.\"],\"zh\":[\"基于亲水作用机理富集糖肽的酰胺型整体柱及制备和应用\"]}},{\"patent_id\":\"61b7fee0bab8ad5d35617852\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种糖苷键质谱碎裂型化学交联剂及其制备方法\"]}},{\"patent_id\":\"63361b14ecab480b2e8f923f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Poplar chloroplast site-specific transformation method and DNA sequence for said method\"],\"zh\":[\"杨树叶绿体定点转化方法以及用于该方法的DNA序列\"]}},{\"patent_id\":\"6073075570538dbe863f3d0e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation of porous integral material immobilized enzyme micro-reactor\"],\"zh\":[\"一种多孔整体材料固定化酶微反应器的制备方法\"]}},{\"patent_id\":\"6073404970538dbe866f55ac\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Double-channel SPE column and application of double-channel SPE column in quantitative proteomics\"],\"zh\":[\"一种双通道SPE柱及其在定量蛋白质组学的应用\"]}},{\"patent_id\":\"6073691370538dbe8695742b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Rapid pretreatment method of proteome sample based on ionic liquid\"],\"zh\":[\"一种基于离子液体的蛋白质组样品快速预处理方法\"]}},{\"patent_id\":\"61b58a0fbab8ad5d35106352\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种离子交换色谱固定相及其制备和应用\"]}},{\"patent_id\":\"63eaf643675b80cf8c7d13cc\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Two-level mass spectrometry and horizontal absolute protein binding group peptide section table machine learning non-mark quantitative analyzing method, involves calculating protein sample absolute quantity amount.\"],\"zh\":[\"结合二级质谱和机器学习算法的蛋白质组无标记定量方法\"]}},{\"patent_id\":\"633911ec667297566c5a6eed\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"A multiple-action imprinting material for specific recognition of tumor cells and a preparation and an application thereof\"],\"zh\":[\"一种用于特异性识别肿瘤细胞的多重作用印迹材料及其制备和应用\"]}},{\"patent_id\":\"61b6449ebab8ad5d352b45d5\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Large-scale display segmented filming device has spring which is provided in compressed state, liquid baffle which is provided close to upper end surface of temporary storage cavity to prevent liquid from flowing down from conveying pipe.\"],\"zh\":[\"新型吡啶类有机小分子化合物修饰肉桂酸衍生物的制备及应用\"]}},{\"patent_id\":\"6336304eecab480b2eb82e14\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Porous integrated substrate of carrying protein solid and its preparation\"],\"zh\":[\"一种固载蛋白质的多孔整体基质及其制备\"]}},{\"patent_id\":\"633683fb667297566c4d29c8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Magnetic graphene oxide nano-silver composite material and preparation and application thereof\"],\"zh\":[\"磁性氧化石墨烯纳米银复合材料及制备和应用\"]}},{\"patent_id\":\"63e9fdf67de048a6f622c737\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Immobilized enzyme reactor used in field of proteomics or enzyme-catalyzed reaction, catalytic processes to achieve the reaction or enzymatic proteins comprises stainless steel column tube at one end and graphene oxide from other side.\"],\"zh\":[\"一种固定化酶反应器及其制备方法和应用\"]}},{\"patent_id\":\"6072d58970538dbe861284b5\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Functionalized graphene oxide composite nanometer material, preparation method and applications thereof\"],\"zh\":[\"一种功能化氧化石墨烯复合纳米材料及制备和应用\"]}},{\"patent_id\":\"6073113370538dbe8646837e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Pre-processing urine proteomics sample comprises incubating the concentrated urine sample with the particles, centrifuging to obtain a mixture A, washing the mixture A with a phosphate buffer to obtain a mixture B and performing an elution.\"],\"zh\":[\"一种尿液蛋白质组学样品预处理方法及应用\"]}},{\"patent_id\":\"6201e1dc9ab491929de45504\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Performing enrichment and identification of phosphorylated post-translationally modified peptides linked by lysine nitrogen involves labelling the lysine in proteolysis product and chemically labelling operation of removing phosphate group.\"],\"zh\":[\"一种赖氨酸氮连接磷酸化翻译后修饰富集和鉴定的方法\"]}},{\"patent_id\":\"6337589decab480b2ec703c9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Capillary electrophoresis multi dimension device\"],\"zh\":[\"一种毛细管电泳多维装置\"]}},{\"patent_id\":\"607300e770538dbe863a3811\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"System for on-line desalinization, enrichment and mass spectrum of double split flow noy upgrade liquid chromatogram\"],\"zh\":[\"双分流纳升级液相色谱在线脱盐、富集与质谱联用系统\"]}},{\"patent_id\":\"607343aa70538dbe867270aa\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Device for purifying biological sample and application thereof\"],\"zh\":[\"一种生物样品纯化的装置及其应用\"]}},{\"patent_id\":\"63358304667297566c614b63\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Magnetic graphene oxide composite nanomaterial and preparation method thereof\"],\"zh\":[\"一种磁性氧化石墨烯复合纳米材料及其制备方法\"]}},{\"patent_id\":\"63e9fc2690f858b08721fe15\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for protein example enrichment and combination with capillary electrophoretic analysis\"],\"zh\":[\"一种用于蛋白质样品富集及与毛细管电泳分析联用的方法\"]}},{\"patent_id\":\"6073136370538dbe864824df\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparing chromatographic column with hydrophobic brush-type polymer coating comprises e.g. using acid, alkali to activate inner wall of capillary, fixing atom transfer radical polymerization initiator and preparing polymerization solution.\"],\"zh\":[\"一种具有疏水性刷型聚合物涂层的色谱柱及制备和应用\"]}},{\"patent_id\":\"6073402a70538dbe866f376b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Ordered mesopore core-shell structure silica gel chromatographic packing material, preparation and application of ordered mesopore core-shell structure silica gel chromatographic packing material\"],\"zh\":[\"一种有序介孔核壳结构硅胶色谱填料及其制备和应用\"]}},{\"patent_id\":\"607323d770538dbe8655ac2e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for enriching glycopeptide with combination of polyethylene glycol coupling and ultrafiltration centrifugal separation\"],\"zh\":[\"一种聚乙二醇偶联结合超滤离心分离富集糖肽的方法\"]}},{\"patent_id\":\"6336217a667297566c9aad14\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Proteome sample pretreatment method based on novel nanometer composite material, and applications thereof\"],\"zh\":[\"一种基于新型纳米复合材料的蛋白质组样品预处理方法及其应用\"]}},{\"patent_id\":\"63379468667297566c2a3cf9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"METHOD FOR PRETREATING PROTEIN IN EX VIVO BODY FLUID\"]}},{\"patent_id\":\"60734b2170538dbe867924cf\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Oligonucleotide library-modified particles, preparation and application thereof\"],\"zh\":[\"一种寡核苷酸文库修饰的颗粒及其制备和应用\"]}},{\"patent_id\":\"63ed53667b39971d0ef580b2\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Qualitative and quantitative analysis method for cross-linked peptide fragment\"],\"zh\":[\"一种交联肽段定性定量分析方法\"]}},{\"patent_id\":\"60730ca870538dbe86431e2b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Connecting interface and application thereof in mircofluidic chip system\"],\"zh\":[\"一种连接接口及其在微流控芯片系统中的应用\"]}},{\"patent_id\":\"6337409d667297566c9ec13b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"On-line simultaneous enrichment and detection method of multiple proteins based on multiple aptamers\"],\"zh\":[\"基于多种核酸适体的多蛋白同时在线富集检测方法\"]}},{\"patent_id\":\"6336c53decab480b2ec9bbd4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"N-phosphopeptide and protein enrichment material and preparation and application thereof\"],\"zh\":[\"一种N-磷酸化肽段和蛋白质富集材料及其制备和应用\"]}},{\"patent_id\":\"607359ac70538dbe8686f732\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Mass-spectrum-based analysis method of oxygen-connected N-acetyl-glucosamine-modified sugar protein\"],\"zh\":[\"基于质谱的氧连接氮乙酰葡糖胺修饰糖蛋白质的分析方法\"]}},{\"patent_id\":\"633669c3ecab480b2e253629\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Ultraviolet irradiation device for anorectal irradiation\"],\"zh\":[\"一种用于肛肠照射的紫外线照射装置\"]}},{\"patent_id\":\"6336c2bcecab480b2ec514b7\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Analytical method for deep coverage of protein complex crosslinking information\"],\"zh\":[\"一种蛋白质复合物交联信息深度覆盖的分析方法\"]}},{\"patent_id\":\"63ea38b204c6eefad43cc18f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein-based quick micro-fluidic chip closed system analysis and detection device, has micro-fluidic chip provided with enriching column and mixer, and liquid storage tank fixed with waste liquid storage tank and micro-fluidic chip clamp.\"],\"zh\":[\"一种基于微流控芯片全封闭体系的蛋白质快速分析检测装置\"]}},{\"patent_id\":\"6335dc0becab480b2e125f9d\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Performing enzymatic hydrolysis and determining amino acid sequence by enzymatically digesting polypeptides using immobilized carboxypeptidase reactor and immobilized aminopeptidase reactor.\"],\"zh\":[\"一种用于序列测定的基于固定化肽酶反应器酶解方法\"]}},{\"patent_id\":\"63e9c72c7de048a6f606384c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"System for on-line desalinization, enrichment and mass spectrum of Double tap upgrade liquid chromatogram\"],\"zh\":[\"双分流纳升级液相色谱在线脱盐、富集与质谱联用系统\"]}},{\"patent_id\":\"6073158970538dbe8649ee53\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing protein molecularly imprinted polymer particles\"],\"zh\":[\"一种蛋白质分子印迹聚合物颗粒的制备方法\"]}},{\"patent_id\":\"63eb5deac7c794c1ed9782cf\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Absolute quantification method based on double methylation multiple marks and characteristic fragment ions\"],\"zh\":[\"基于二甲基化多重标记及特征碎片离子的绝对定量方法\"]}},{\"patent_id\":\"60734ec770538dbe867cf9f1\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation method of hydrophilic meso-porous titanium dioxide aerogel material\"]}},{\"patent_id\":\"6337f7f4ecab480b2ebe2126\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"HIGH-THROUGHPUT BODY FLUID PROTEIN SAMPLE PRETREATMENT APPARATUS AND APPLICATION THEREOF\"],\"fr\":[\"APPAREIL DE PRÉTRAITEMENT À HAUT DÉBIT D'ÉCHANTILLONS DE PROTÉINES DE LIQUIDES ORGANIQUES, ET SON APPLICATION\"],\"zh\":[\"一种高通量体液蛋白质样品预处理装置及其应用\"]}},{\"patent_id\":\"6336a3ffecab480b2e8a9e9c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for enriching small ubiquitin-like modifiers peptides based on an anion exchange chromatography column, involves collecting small ubiquitin-like modifiers containing peptide effluent with strong retention.\"],\"zh\":[\"一种基于阴离子交换色谱柱的SUMO化肽段的富集方法\"]}},{\"patent_id\":\"633883f3ecab480b2e8e3cc6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Histidine tag protein affinity purification material and application thereof\"],\"zh\":[\"一种组氨酸标签蛋白亲和纯化材料及其应用\"]}},{\"patent_id\":\"633582faecab480b2e61450c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Acetylglucosamine imprinting material and applications of acetylglucosamine imprinting material in recognition of acetylglucosamine and acetylglucosamine modified peptides\"],\"zh\":[\"一种乙酰葡萄糖胺印迹材料及其用于乙酰葡萄糖胺及乙酰葡萄糖胺修饰肽段的识别\"]}},{\"patent_id\":\"6335ff64667297566c58ee40\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"HIGH THROUGHPUT BODY FLUID PROTEIN SAMPLE PREPARATION DEVICE AND APPLICATIONS THEREOF\"]}},{\"patent_id\":\"63366047667297566c1318db\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Capillary tube monolithic column and application thereof in immobilized pancreatin\"],\"zh\":[\"一种毛细管整体柱及在固定化胰酶中的应用\"]}},{\"patent_id\":\"63ea34654173f4ad6b3b27ee\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Pretreatment of protein in body fluid involves extracting body fluid protein by adding e.g. polymer solution, modifying protein by adding e.g. surfactant, separating body fluid protein, and hydrolyzing protein into peptide.\"],\"zh\":[\"一种离体体液中蛋白质的预处理方法\"]}},{\"patent_id\":\"63e9d078675b80cf8c0b7657\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for quantification of protein, involves performing dimethylation labeling on peptide-fragment side chain amino group, and quantifying peptide fragment ended with arginine by utilizing moscot distiller.\"],\"zh\":[\"一种蛋白质定量方法\"]}},{\"patent_id\":\"61b72173bab8ad5d3547183f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"可被羧肽酶酶解的双亲和功能团化合物的合成方法\"]}},{\"patent_id\":\"63eb188b4173f4ad6b86e6f1\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation of polymer nanosphere used for e.g. biological adsorption separating material, comprises adding solid water to polymer solution, forming integrated material, heating, adding to polymer non-solvent phase, and assembling.\"],\"zh\":[\"一种聚合物纳米微球的制备方法\"]}},{\"patent_id\":\"6073402a70538dbe866f3768\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Molecularly imprinted microsphere material based on polymer phase inversion self assembly and application thereof\"],\"zh\":[\"一种基于聚合物相反转自组装分子印迹微球材料及其应用\"]}},{\"patent_id\":\"63383f4decab480b2e2b1151\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Mass spectrometry de novo sequencing method based on peptide C-terminal selective enzyme labeling\"],\"zh\":[\"一种基于肽段C末端选择性酶标记的质谱从头测序方法\"]}},{\"patent_id\":\"63eac34bf95187bd7c9584a9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Immobilized metal ion affinity chromatography material is chemically bonded with high molecular polymer coating to form surface coating modified immobilized metal ion surface-coated chromatographic material.\"],\"zh\":[\"一种固定化金属离子亲和色谱材料及其制备和应用\"]}},{\"patent_id\":\"63355ab9667297566c03a9b5\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"In-situ rapid preprocessing method for protein samples\"],\"zh\":[\"一种蛋白质样品原位快速预处理方法\"]}},{\"patent_id\":\"63eb51607de048a6f6963b7d\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Rapid scan based non-dynamic spectrum collecting module, has fragment ion time window for determining average intensity ratio by using chromatography twice mass spectrometric analyzing process.\"],\"zh\":[\"一种基于快速扫描和无动态排除的质谱采集模式\"]}},{\"patent_id\":\"620c99b197ffdeb00ed9cce8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Large volume sample injection method and special chip in micro-current-control chip\"],\"zh\":[\"一种微流控芯片中大体积进样方法及专用芯片\"]}},{\"patent_id\":\"6337a438667297566c40f0c3\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Alternative template imprinted polymers for specific recognition of exosomes and uses thereof\"],\"zh\":[\"用于特异性识别外泌体的替代模板印迹聚合物及其应用\"]}},{\"patent_id\":\"63ec467a04c6eefad4c97eac\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"表面阳离子功能化氧化石墨烯材料及制备和应用\"]}},{\"patent_id\":\"61b0b9b5bab8ad5d35656b63\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Array protein sample pretreatment device has infusion pump are comprised of high-temperature denaturation, reducer components, solvent displacer component, and pump flow controller which is provided for infusion pump.\"],\"zh\":[\"一种阵列高通量蛋白质样品预处理装置\"]}},{\"patent_id\":\"63386f75667297566c7042cf\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for removing residual water-soluble organic solvent in sample\"],\"zh\":[\"一种样品中残留水溶性有机溶剂的去除方法\"]}},{\"patent_id\":\"62bad30ce138236062e56753\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种基于肽段C末端选择性酶标记的质谱从头测序方法\"]}},{\"patent_id\":\"63ea8bd17b39971d0e5cd865\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enriching and identifying lysine nitrogen linked phosphorylated translated post-translational peptides by chemically labeling and subjecting labeled lysine proteolysis product to chromatography and subjecting content to mass spectrometry.\"],\"zh\":[\"赖氨酸氮连接磷酸化翻译后修饰富集和鉴定的方法\"]}},{\"patent_id\":\"6073508470538dbe867ea0c6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Organic-inorganic hybrid monolithic column as well as preparation and application thereof\"],\"zh\":[\"一种有机-无机杂化整体柱及其制备和应用\"]}},{\"patent_id\":\"60733a0e70538dbe86698937\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Cartilage tissue fractionation treatment method capable of maintaining protein activity\"],\"zh\":[\"一种可保持蛋白质活性的软骨组织分级处理方法\"]}},{\"patent_id\":\"60731e2370538dbe8650c2b8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Immobilized enzyme reactor and preparation method and application\"],\"zh\":[\"一种固定化酶反应器及其制备方法和应用\"]}},{\"patent_id\":\"63357162ecab480b2e38604c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing polymeric microsphere in alcohol-water mixed solvent\"],\"zh\":[\"一种在水醇混合溶剂中制备聚合物微球的方法\"]}},{\"patent_id\":\"633760fe667297566cd3e9d1\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Amnesic shellfish toxin molecularly imprinted monolithic column and application thereof\"],\"zh\":[\"一种失忆性贝毒分子印迹整体柱及其应用\"]}},{\"patent_id\":\"60733bb970538dbe866b2b4e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Polymer particles modified by amphoteric carrier and application thereof in pretreatment of protein sample\"]}},{\"patent_id\":\"63eace0bc7c794c1ed6fbcd6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Hydrophilic metal ion immobilization affinity magnetic bead and preparation and application thereof\"],\"zh\":[\"亲水性金属离子固定化亲和磁球及其制备和应用\"]}},{\"patent_id\":\"6073801670538dbe86acf749\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Qualitative and quantitative method for thio thiolation post-translational modification peptide segment\"],\"zh\":[\"一种硫巯化翻译后修饰肽段的定性与定量方法\"]}},{\"patent_id\":\"63ea0aee4173f4ad6b27dc4f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing iron ion immobilization affinity chromatography monolith column\"],\"zh\":[\"一种铁离子固定化亲和色谱整体柱的制备方法\"]}},{\"patent_id\":\"6335f93d667297566c4c6bae\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"MULTIPLEX PROTEOME QUANTIFICATION METHOD BASED ON ISOBARIC DIMETHYL LABELING\"]}},{\"patent_id\":\"620e1b00b071aec2e079057b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Mass spectrometry fragmentation efficiency and response improvement involves carrying out amidation reaction or esterification reaction carboxyl group of C-terminus of peptide.\"],\"zh\":[\"基于肽段C末端化学衍生提高质谱碎裂效率和响应的方法\"]}},{\"patent_id\":\"63378251ecab480b2e0b0831\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Amide monolithic column for enriching glycopeptide based on hydrophilic interaction mechanism and preparation and application method thereof\"],\"zh\":[\"基于亲水作用机理富集糖肽的酰胺型整体柱及制备和应用\"]}},{\"patent_id\":\"6073094b70538dbe8640a6ee\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Sugar protein enrichment purification method\"],\"zh\":[\"一种糖蛋白质富集纯化方法\"]}},{\"patent_id\":\"633831ce667297566c16912c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Carrier for in-situ analysis of intracellular protein compound as well as preparation method and application of carrier\"],\"zh\":[\"一种用于细胞内蛋白质复合物原位分析的载体及其制备方法和应用\"]}},{\"patent_id\":\"61b59574bab8ad5d351286fb\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种生物样品溶液中外泌体富集方法\"]}},{\"patent_id\":\"6335ba76667297566cd2615e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Polymer material with anticoagulation and antibiosis biological activity and preparation method thereof\"],\"zh\":[\"一种具有抗凝血和抗菌生物活性的高分子材料及其制备方法\"]}},{\"patent_id\":\"62bac6d9e138236062beb650\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Monodisperse ferric oxyhydroxide colloidal particles used for separating oil/water in pollutants and degrading organic pollutant in water, are beta-ferric oxyhydroxide nanorods with preset length and diameter.\"],\"zh\":[\"单分散FeOOH胶体颗粒及其制备方法\"]}},{\"patent_id\":\"63747b165984b11d289fa3c7\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"New photocrosslinking probe for enrichment of one or more mitochondrial proteins in cultured cell lines, tissue cells, tissue sections and living animals, and for molecular mechanism research of mitochondria in energy metabolism, and biosynthesis and cell death processes.\"],\"zh\":[\"一种光交联探针和基于光交联的线粒体蛋白质富集方法\"]}},{\"patent_id\":\"63367409667297566c31b43c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Device for purifying exosomes, comprises a pre-filtration part, an exosome purification part, where the pre-filtration part comprises an ultrafiltration cup, and the ultrafiltration cup is a closed container.\"],\"zh\":[\"一种外泌体纯化的装置及应用\"]}},{\"patent_id\":\"62bace73e138236062d9e0e3\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Transport vector targeted to chloroplast and coated with cross-linking agent useful for in situ analysis of protein and/or protein complex in plant cell prepared by taking poly(lactic acid-glycolic acid) and polyethylene glycol as vector materials and wrapping cross-linking agent.\"],\"zh\":[\"一种靶向叶绿体的包裹有交联剂的转运载体和应用\"]}},{\"patent_id\":\"644120516c95a9e2faad9af0\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种单原子贵金属负载的氧化铈纳米酶及应用和药物\"]}},{\"patent_id\":\"6337af00667297566c50a081\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Cross-linking instrument for photo-crosslinking biological sample, has illumination processing unit comprising detachable filter sheet, and numerical control unit respectively provided with illumination unit and biological sample cooling unit.\"],\"zh\":[\"一种用于生物样本光交联的交联仪\"]}},{\"patent_id\":\"62bace74e138236062d9e4cc\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of targeted cross-linking agent based on catalytic enzyme activation in protein analysis comprises organic matter with active group at both ends of 3 carbon-20 carbon alkyl chain, where active group at one end comprises phenol group activated by peroxidase.\"],\"zh\":[\"一种基于催化酶激活的靶向交联剂在蛋白分析中的应用\"]}},{\"patent_id\":\"63390f96667297566c5707c1\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of single atom noble metal-loaded cerium oxide nano-enzyme as one or more of peroxidase, oxidase, catalase and superoxide dismutase and for treating liver cancer, lung cancer and cervical cancer.\"],\"zh\":[\"一种单原子贵金属负载的氧化铈纳米酶及应用和药物\"]}},{\"patent_id\":\"633579edecab480b2e4c05b9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for processing single cell protein group sample and liquid chromatography-mass spectrometry analysis, involves sorting single cell into pore plate with 96 holes and above, and performing original single cell and ultraviolet auxiliary enzymolysis operation on automated pipetting.\"],\"zh\":[\"一种高通量自动化的单细胞蛋白质组样品处理方法\"]}},{\"patent_id\":\"62bace74e138236062d9e4dd\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Capillary monolithic column with ultrafine inner diameter for single cell analysis, is obtained by taking alkenyl trimethyl (ethoxy) oxysilane compound and secondary amino bridging trimethyl (ethoxy) oxysilane compound as silanization precursors.\"],\"zh\":[\"一种超细内径毛细管整体柱及其制备和应用\"]}},{\"patent_id\":\"6337e28e667297566c9c1adb\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein marker filter different body fluid identifying method, involves performing candidate biomarkers of candidate biomarkers on body liquid samples, and verifying protein present in body fluid to realize body fluid differentiation of protein marker.\"],\"zh\":[\"一种用于体液鉴定的蛋白质标志物筛选方法\"]}},{\"patent_id\":\"6337569d667297566cc37b4e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of microsomal glutathione transferase 1 inhibitor for preparing medicine for reducing or eliminating drug resistance in liver cancer drug treatment and used in drug mixture for treating liver cancer, where liver cancer includes combination of primary liver cancer and secondary liver cancer.\"],\"zh\":[\"MGST1抑制剂的应用及治疗肝癌药物混合物\"]}},{\"patent_id\":\"62bac966e138236062c880f6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Treating hair shaft proteome sample involves degreasing the surface of the hair shaft sample, and then cutting into pieces, and then using the mixed system of ionic liquid and using reducing agent as the extraction reagent, and extracting the protein in the hair shaft.\"],\"zh\":[\"一种毛干蛋白质组样品预处理方法\"]}},{\"patent_id\":\"62bac960e138236062c872b4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"High-throughput protein sample pretreatment adding biological sample into first pretreatment well plate for protein extraction, denaturation and reduction treatment and transferring into second pretreatment well plate for alkylation.\"],\"zh\":[\"一种基于孔板的高通量蛋白质样品预处理方法\"]}},{\"patent_id\":\"644187f9f0f3d729c0af2353\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"FOLR1抑制剂的应用和治疗肝癌药物混合物\"]}},{\"patent_id\":\"62bace37e138236062d8f49c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Multifunctional chemical crosslinking agent for e.g. large scale analysis of intracellular protein complex, intracellular sub-organelle protein complexes, intracellular target protein complex, and protein-protein interactions, comprises 2,6-dimethylpiperidinyl succinimide ester compound.\"],\"zh\":[\"一种多功能化学交联剂及其制备方法和应用\"]}},{\"patent_id\":\"62bace3fe138236062d90cda\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Identification of drug target protein involves denaturating, reducing and alkylating protein samples, performing enzymolysis to obtain peptide fragments, carrying out unmarked or marked quantification on fragments, and finding protein whose concentration changes under pressure in protein samples.\"],\"zh\":[\"基于压力变性和蛋白质组定量的药物靶蛋白鉴定方法\"]}},{\"patent_id\":\"649c203824db85c9e6f49160\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种用于生物样本光交联的高效多波长光交联仪及应用\"]}},{\"patent_id\":\"62bad203e138236062e33f42\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种单端交联肽去除方法及其在蛋白质复合物交联位点分析中的应用\"]}},{\"patent_id\":\"63eadb99f95187bd7ca3c88a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Aptamer-modified magnetic graphene oxide composite material comprises thiol modified aptamer of magnetic graphene oxide composite covalently modified gold nanoparticle.\"],\"zh\":[\"核酸适体修饰的磁性氧化石墨烯复合材料及其制备和应用\"]}},{\"patent_id\":\"63ea0db07de048a6f6291ffa\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparing imidazole type zwitterionic hydrophilic monolithic capillary column, comprises washing quartz capillary tube, adding gamma-2-methacryloxypropyl trimethoxy silane in methanol solution, and reacting.\"],\"zh\":[\"咪唑型两性离子毛细管整体柱的制备方法及其用于极性有机小分子的分离\"]}},{\"patent_id\":\"63384018ecab480b2e2c42cc\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Diphasic column membrane protein microreactor and application thereof\"],\"zh\":[\"双相柱膜蛋白质微反应器及其应用\"]}},{\"patent_id\":\"63e9f584675b80cf8c1eb311\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Secondary mass spectrum based total ion monitoring and quantitative method, involves completing data acquisition process to obtain peak intensity of labeled peptide segment belonging to secondary spectrum of fragment of daughter ion.\"],\"zh\":[\"一种基于二级质谱的全离子监测定量方法\"]}},{\"patent_id\":\"6072ee4970538dbe8624d67e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Fast protease microreactor and its production\"],\"zh\":[\"一种微型快速蛋白水解酶反应器及其制备\"]}},{\"patent_id\":\"60733bfa70538dbe866b6c43\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Nano gold doped integral material for enriching glycoprotein and applications thereof\"]}},{\"patent_id\":\"63ec63b5c7c794c1edce1ac5\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein collection and enzymolysis integrated sample pretreatment apparatus and its production\"],\"zh\":[\"集蛋白质收集和酶解于一体的样品预处理装置及其制备\"]}},{\"patent_id\":\"6336023f667297566c5eb1c9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Organic and inorganic hybrid microsphere particle, preparation and application thereof\"],\"zh\":[\"一种有机无机杂化微球颗粒及其制备和应用\"]}},{\"patent_id\":\"60730f4270538dbe8645108a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein equalizer with immobilized scFv library, preparation method and application\"],\"zh\":[\"固定scFv文库的蛋白质均衡器及制备和应用\"]}},{\"patent_id\":\"63ea40edf95187bd7c40edb8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种基于二甲基化标记DIA策略的蛋白质定量方法\"]}},{\"patent_id\":\"607374a970538dbe86a17233\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Analysis method of attachment protein on hemodialyzer\"],\"zh\":[\"一种血液透析器上吸附蛋白的分析方法\"]}},{\"patent_id\":\"63eae0e3f95187bd7ca69535\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Capillary hydrofluoric acid etching method for preparing quartz needle, involves removing polymer coating on surface of etched portion, and scraping off coated hair and adding hydrofluoric acid for etching.\"],\"zh\":[\"一种氢氟酸刻蚀毛细管制备石英针的方法\"]}},{\"patent_id\":\"63385434ecab480b2e4aef70\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Performing non-antibody-dependent protein methylation modification enrichment analysis involves performing digesting Lys-C/Trypsin/Arg-C of methylated modified samples, fixing N-terminal amino group of the peptide.\"],\"zh\":[\"一种非抗体依赖的蛋白质甲基化修饰富集分析方法\"]}},{\"patent_id\":\"63eb65b7c7c794c1ed996997\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Production method for protein molecule imprinting integral column\"],\"zh\":[\"一种蛋白质分子印迹整体柱的制备方法\"]}},{\"patent_id\":\"633706cdecab480b2e3b8f67\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for removing ionic liquid in sample solution\"]}},{\"patent_id\":\"63eaf683f95187bd7cb1c39d\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Device for making capillary pipe spray interface for co-using liquid chromatography and mass spectra\"],\"zh\":[\"用于液相色谱与质谱联用的毛细管喷雾接口的制作装置\"]}},{\"patent_id\":\"61b8810ebab8ad5d356c6d52\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of inhibitor that inhibits the expression of calbindin 2 (CALB2) protein in preparing medicines for treating liver cancer metastasis.\"],\"zh\":[\"可抑制CALB2蛋白表达的抑制剂的应用和肝癌药物\"]}},{\"patent_id\":\"6073346370538dbe86643f10\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Online hydrophilic interaction chromatography/reversed phase chromatography serial interface device and application thereof\"],\"zh\":[\"在线亲水相互作用色谱/反相色谱串联接口装置及其应用\"]}},{\"patent_id\":\"6073403770538dbe866f4518\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Polymer microsphere, preparation and applications thereof\"],\"zh\":[\"一种聚合物微球及其制备和应用\"]}},{\"patent_id\":\"61e802b80e6d14911c43d073\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Compositions and methods for analysis of protein sequences and post-translational modifications\"]}},{\"patent_id\":\"61e802b80e6d14911c43d073\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Compositions and methods for analysis of protein sequences and post-translational modifications\"]}},{\"patent_id\":\"63356510ecab480b2e1c0292\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"\\u003c18\\u003eO on-line marked protein quantitative analysis platform, and operation method thereof\"]}},{\"patent_id\":\"63ea23317b39971d0e33392e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"4-mercaptobenzothiazole boronic acid-immobilized graphene oxide composite nanomaterial for enriching glycopeptide comprises graphite oxide-modified polyethylene imine and gold nanoparticle-modified graphene oxide composite nanoparticle.\"],\"zh\":[\"4-巯基苯硼酸固定化氧化石墨烯复合纳米材料及制备和应用\"]}},{\"patent_id\":\"63eb2c95f95187bd7cd43c4a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparing nanogold doped material, useful in glycoprotein enrichment process, comprises adding glycidyl methacrylate and polyethylene glycol diacrylate, carrying out polymerization reaction and carrying out surface modification.\"],\"zh\":[\"一种用于糖蛋白富集的纳米金掺杂整体材料及其应用\"]}},{\"patent_id\":\"6072bd3570538dbe8602e5f4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"High-throughput body fluid protein sample pretreatment device has bundled high-temperature denaturation portion and material inlet in reducer that are connected with denatured reducing reaction liquid inlet.\"],\"zh\":[\"一种高通量体液蛋白质样品预处理装置及其应用\"]}},{\"patent_id\":\"61e69b08f028ff972d6ae2a8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Multiplex proteome quantification method based on isobaric dimethyl labeling\"]}},{\"patent_id\":\"6337d357ecab480b2e83a5a8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Super-critical flow extraction-efficient liquid-phase colour spectrum combined system\"],\"zh\":[\"一种超临界流体萃取-高效液相色谱联用系统\"]}},{\"patent_id\":\"63ea2c31c7c794c1ed371a13\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Double-channel solid phase extraction column for use during quantitative protein proteomics process, has container whose end part is fixed with piston, clapboard fixed on container, and chromatographic column connected with exit part.\"],\"zh\":[\"一种双通道SPE柱及其在定量蛋白质组学的应用\"]}},{\"patent_id\":\"63e9eadff95187bd7c1925da\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Connecting interface and application thereof in mircofluidic chip system\"],\"zh\":[\"一种连接接口及其在微流控芯片系统中的应用\"]}},{\"patent_id\":\"63ec1d7cc7c794c1edc17ec6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Integrated material used for selective and sensitive detection of nucleic acid aptamer comprises thiol-modified aptamers and covalently modified gold nano particle, which forms immobilized aptamer.\"],\"zh\":[\"固载核酸适体的整体材料的制备和在蛋白在线检测的应用\"]}},{\"patent_id\":\"61b5a75fbab8ad5d3515e4db\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Identification of plasma membrane protein interaction, by obtaining chemical cross-linking reagents, performing plasma membrane protein reduction, alkylation and enzymatic hydrolysis and performing mass spectrometry identification.\"],\"zh\":[\"基于化学交联质谱解析的质膜蛋白质相互作用的鉴定方法\"]}},{\"patent_id\":\"63355ce8667297566c089ae6\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Glycopeptide or glycoprotein enrichment material, preparation thereof and application of material\"],\"zh\":[\"一种糖肽或糖蛋白富集材料及其制备和应用\"]}},{\"patent_id\":\"607343aa70538dbe867270a9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for removing ionic liquid containing long alkyl chain in solution sample\"],\"zh\":[\"溶液样品中含长烷基链的离子液体的去除方法\"]}},{\"patent_id\":\"63ee0b5490f858b0870cb086\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation method of plating electrospray needle\"],\"zh\":[\"一种镀层电喷针的制备方法\"]}},{\"patent_id\":\"63ea3510c7c794c1ed3b0b99\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of BODIPY analog fluorescent reagent in biological large molecule marking\"]}},{\"patent_id\":\"63e9ecbe675b80cf8c1a193f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing immobilized metal ion affinity chromatographic monolithic column\"],\"zh\":[\"一种固定化金属离子亲和色谱整体柱的制备方法\"]}},{\"patent_id\":\"6336e44f667297566cfd1cfa\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Beta-cyclodextrin bonded core-shell silica gel chiral split material and preparation and application thereof\"],\"zh\":[\"键合β-环糊精的核壳硅胶手性拆分材料及其制备和应用\"]}},{\"patent_id\":\"63388572667297566c90acd8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enrichment method of thiosulfated peptides\"],\"zh\":[\"一种硫巯化多肽的富集方法\"]}},{\"patent_id\":\"61b13e84bab8ad5d3577480e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of perilipin 2 as a molecular target for detecting tumor resistance, or preparing tumor e.g. liver cancer, ovarian cancer, lung cancer, cervical cancer drug resistance detection kit.\"],\"zh\":[\"PLIN2及定量检测PLIN2的试剂的应用和试剂盒\"]}},{\"patent_id\":\"64b90b5fc80722c53688239f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Porous integrated substrate of carrying protein solid and its preparation\"],\"zh\":[\"一种固载蛋白质的多孔整体基质及其制备\"]}},{\"patent_id\":\"607300e770538dbe863a3819\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method and isolated device for micro flux liquid chromatogram on-line large volume sample injection\"],\"zh\":[\"微流量液相色谱在线大体积进样的方法和专用装置\"]}},{\"patent_id\":\"63ebf4a3f95187bd7c191b22\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Modified hydrophobic group N-terminal protein enrichment used e.g. N-terminal sequencing of proteins in biological samples comprises enclosing free amino group on protein, digesting and adsorbing reverse phase material.\"],\"zh\":[\"一种基于疏水基团修饰的蛋白质N-端富集方法\"]}},{\"patent_id\":\"607356b870538dbe86842545\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Special glycopeptide enrichment and identification method\"],\"zh\":[\"一种特殊糖肽富集和鉴定的方法\"]}},{\"patent_id\":\"64df2b8688d34782487f4c3e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种用于生物样本的高能量紫外交联仪\"]}},{\"patent_id\":\"655d90b6f16d86853be32f7c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"用于评价生物分子交联质谱鉴定随机性的半监督学习方法\"]}},{\"patent_id\":\"64df215d8f00025c4a7f393d\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"New phosphoric acid-enriched chemical cross-linking agent i.e. amide-based compound useful in plasma membrane proteomics, preferably e.g. large-scale analysis of plasma membrane protein complexes, and three-dimensional structure analysis of plasma membrane proteins.\"],\"zh\":[\"一种磷酸富集型化学交联剂及其制备方法和应用\"]}},{\"patent_id\":\"63ec7800f95187bd7c48813b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enrichment material useful for enrichment of extracellular vesicles, has a superabsorbent polymer material e.g polyacrylic acid-acrylamide, sodium polyacrylate, starch acrylate polymer, or starch-acrylonitrile graft copolymer particles with strong ability to absorb water and protein and dialysis bag.\"],\"zh\":[\"富集材料及制备和生物样品溶液中细胞外囊泡的富集方法\"]}},{\"patent_id\":\"64df1c274fc92b6cf07f2af8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for detecting mass spectrum imaging of compound containing o-dihydroxyl functional group in tissue, involves extracting mass-to-charge ratio information of derivatized product to obtain mass spectrum imaging picture.\"],\"zh\":[\"组织中含邻二羟基官能团化合物的质谱成像检测方法\"]}},{\"patent_id\":\"64df1c1ab229b1da967f2ab9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Nanometer lipid body transport carrier for delivering cross-linking agent to targeted line of target group in cell, or cell membrane protein of pathway, comprises phospholipids as liposome carrier, cholesterol as stabilizing agent, functional phospholipids or cationic liposome.\"],\"zh\":[\"一种用于递送交联剂至细胞内线粒体的纳米脂质体类转运载体及其制备和应用\"]}},{\"patent_id\":\"64df2941c7f928134c7f486c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Detecting multi-target protein in mevalonate pathway of engineering strain based on MRM technology for detecting partial proteins of MVA pathway in bacterial strains, involves quantifying partial proteins in MVA pathway of engineering strain by targeting peptide segments, and establishing MRM method.\"],\"zh\":[\"一种基于MRM技术对工程菌株MVA途径多靶标蛋白质的检测方法\"]}},{\"patent_id\":\"64df1daf535b06e3747f302d\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Identifying membrane protein variant based on top-down strategy, by extracting hydrophobic components containing membrane proteins in samples, classifying membrane proteins, precipitating, and identifying variants of membrane proteins.\"],\"zh\":[\"基于Top-down策略的膜蛋白质变体鉴定方法\"]}},{\"patent_id\":\"63ecbd62675b80cf8cdef6c9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparing micro-cell in situ microreactor by performing silanization treatment on inner wall of capillary tube, modifying epoxy group on surface of capillary tube and modifying with polyethyleneimine and iodoacetic acid-N-succinamide ester.\"],\"zh\":[\"一种微量细胞原位微反应器及制备与应用\"]}},{\"patent_id\":\"64df1d7c3bc6c2733b7f2fd8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Photo-activating reagent i.e. aromatic compound useful in protein labeling, and in enrichment and identification of mitochondrial protein.\"],\"zh\":[\"一种光活化试剂及其制备方法以及在线粒体蛋白质组标记与鉴定中的应用\"]}},{\"patent_id\":\"649c1d6f894b9f011cf423da\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparing colloidal crystal chromatographic column useful as separation column for separating peptides and proteins in biological samples, comprises e.g. taking hydrophobic functional groups-modified submicron silica spheres as colloidal particles and self-assembling colloidal particles in capillary.\"],\"zh\":[\"一种胶体晶体色谱柱及其制备和应用\"]}},{\"patent_id\":\"64df1d38ba6e44f16b7f2d8f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"New mass spectrum fragmentation chemical cross-linking agent i.e. trehalose containing compound useful e.g. in protein mass spectrometry analysis of biological samples, and in proteomics preferably for large-scale analysis of protein complexes in complex samples.\"],\"zh\":[\"基于海藻糖的质谱可碎裂型化学交联剂及制备和应用\"]}},{\"patent_id\":\"62bad5cbe138236062ec2141\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"In situ analysis of intracellular protein complex by co-incubating cells with encapsulated cross-linking agent carrier, using intracellular endocytosis to transport to specific part in cell, extracting and analyzing proteins.\"],\"zh\":[\"一种细胞内蛋白质复合物原位分析方法及其应用\"]}},{\"patent_id\":\"63e9e53ff95187bd7c162244\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Device for realizing exosome enrichment in e.g., plasma, includes filter is a container with two upper and lower ends with openings, and support sieve is provided transversely in the middle of the container.\"],\"zh\":[\"一种利用滤膜实现外泌体富集的装置和外泌体富集方法\"]}},{\"patent_id\":\"61b457e2bab8ad5d35e2842b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of Calbindin 2 (CALB2) as molecular target for detecting liver cancer metastasis.\"],\"zh\":[\"CALB2及定量检测CALB2的试剂的应用及工具\"]}},{\"patent_id\":\"60737a2c70538dbe86a70e5e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparation and material and application of hybridized silica gel integral material for chromatographic separation\"],\"zh\":[\"用于色谱分离的杂化硅胶整体材料的制备及材料和应用\"]}},{\"patent_id\":\"609641a51edba17de6d0225b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"METHOD FOR REMOVING FROM A SOLUTION SAMPLE IONIC LIQUID CONTAINING LONG ALKYL CHAINS\"],\"fr\":[\"PROCÉDÉ POUR ÉLIMINER UN LIQUIDE IONIQUE CONTENANT DE LONGUES CHAÎNES ALKYLE D'UN ÉCHANTILLON DE SOLUTION\"]}},{\"patent_id\":\"62bace73e138236062d9e1d1\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Transport carrier for in situ analysis of proteins and/or intracellular protein complexes such as large-scale analysis of intracellular mitochondrial protein complexes, is wrapped with cross-linking agent and solution containing carrier skeleton and cross-linking agent is used as raw material.\"],\"zh\":[\"一种用于细胞内靶向线粒体的转运载体及其应用\"]}},{\"patent_id\":\"62bad596e138236062eb4701\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Reverse enrichment of protein methylation modification based on principle of Mirrorase orthogonality, comprises e.g. using trypsin N-terminal carboxypeptidase to digest protein methylated, and arginine peptide bonds.\"],\"zh\":[\"一种基于镜像酶正交原理的蛋白质甲基化修饰反向富集新方法及应用\"]}},{\"patent_id\":\"6073508570538dbe867ea1f2\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein antigen determinant molecularly imprinted material as well as preparation and application thereof\"],\"zh\":[\"一种蛋白质抗原决定基分子印迹材料及其制备和应用\"]}},{\"patent_id\":\"60733c1d70538dbe866b8d7a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Integrated protein C-terminal enrichment method\"],\"zh\":[\"一种集成化的蛋白质C-端富集方法\"]}},{\"patent_id\":\"63360a61ecab480b2e6f8d0c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"SUMO peptide fragment enrichment method based on RESUMO enzyme and SAX\"],\"zh\":[\"基于去SUMO化酶和SAX的SUMO化肽段富集方法\"]}},{\"patent_id\":\"63e9db8b4173f4ad6b11154f\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Manufacture of polymer microspheres used to enrich glycoprotein, involves dispersing monomer, crosslinking agent and initiator in mixed solvent of ethanol and water, reacting to form emulsion and collecting polymer microspheres.\"],\"zh\":[\"一种在水醇混合溶剂中制备聚合物微球的方法\"]}},{\"patent_id\":\"6336177aecab480b2e88c02c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Device for enriching exosome by using filter membrane and exosome enrichment method\"],\"zh\":[\"一种利用滤膜实现外泌体富集的装置和外泌体富集方法\"]}},{\"patent_id\":\"6338ed87667297566c254cb0\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein sequential extraction method capable of keeping activity\"],\"zh\":[\"一种可保持活性的蛋白质顺序提取方法\"]}},{\"patent_id\":\"64df1e44075f23c4bf7f3202\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Identifying catechol drug target based on oxidative crosslinking and boron affinity enrichment involves performing enzymolysis on protein complex, collecting mass spectrum data, combining SILAC labeling quantification, and screening and identifying potential target proteins of catechol drugs.\"],\"zh\":[\"基于氧化交联和硼亲和富集的儿茶酚类药物靶标鉴定方法\"]}},{\"patent_id\":\"63ecacd47b39971d0edcfeea\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Graphene oxide-recombinant Streptococcal protein G composite material for antibody purification and enrichment, comprises activated graphene oxide immobilized in solid polyethyleneimine carrier, and recombinant Streptococcal protein G.\"],\"zh\":[\"氧化石墨烯‑重组链球菌蛋白G复合材料及其制备和应用\"]}},{\"patent_id\":\"6335c7fbecab480b2ee9fc89\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"High-flux protein sample pre-treatment device, has main body provided with pre-processing module, enzyme reactor formed with cavity, and solvent permutator fixed with exchanging liquid conveying pump and connected with flow control circuit.\"],\"zh\":[\"一种高通量蛋白质样品预处理设备\"]}},{\"patent_id\":\"64df1b2f9956ed67497f2559\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Functional information analysis method of marine microorganisms in marine sample, involves carrying out qualitative and quantitative analysis by adopting read after write (RAW) files based on proprietary database.\"],\"zh\":[\"一种海洋样品中海洋微生物的功能信息解析方法\"]}},{\"patent_id\":\"63e9edcef95187bd7c1abb57\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparing hybrid silica gel monolithic material used for performing HPLC, polymerizing bis(trimethoxysilyl)ethane and tetramethoxysilane monomers, adding urea solution, expanding and aging material, and performing silanization.\"],\"zh\":[\"用于色谱分离的杂化硅胶整体材料的制备及材料和应用\"]}},{\"patent_id\":\"63e9d59104c6eefad40de4ae\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Performing enrichment and identification of phosphorylated post-translationally modified peptides linked by lysine nitrogen involves labelling the lysine in proteolysis product and chemically labelling operation of removing phosphate group.\"],\"zh\":[\"一种赖氨酸氮连接磷酸化翻译后修饰富集和鉴定的方法\"]}},{\"patent_id\":\"63366eeb667297566c2ac39e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Porous monolithic material for chromatographic separation, and preparation method and application thereof\"],\"zh\":[\"一种用于色谱分离的多孔整体材料及制备和应用\"]}},{\"patent_id\":\"6335a42aecab480b2ea3bb80\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Absolute quantification method based on dimethylated multiple labeling and characteristic fragment ions\"],\"zh\":[\"基于二甲基化多重标记及特征碎片离子的绝对定量方法\"]}},{\"patent_id\":\"63ea05d87b39971d0e25e5e9\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Molecularly imprinted polymer microsphere material useful for identifying target protein, prepared by using peptide fragment comprising amino acid as template molecule, and polymer matrix material.\"],\"zh\":[\"多种蛋白质肽段同时印迹聚合物微球材料及其制备和应用\"]}},{\"patent_id\":\"6072c2b870538dbe8605afe1\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for pretreating proteins in in-vitro body fluids\"],\"zh\":[\"一种离体体液中蛋白质的预处理方法\"]}},{\"patent_id\":\"63ea1d0ec7c794c1ed2ffdb4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Studying protein structure or analyzing protein interaction comprises e.g. using cross-linking agent of cell or extracting protein sample using chemically-cleavable cross-linking agent and subjecting protein sample to enzymolysis.\"],\"zh\":[\"一种用于研究蛋白质结构或蛋白质相互作用的分析方法\"]}},{\"patent_id\":\"63369645667297566c701171\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Pretreatment method of marine microbial protein, comprises mixing guanidine hydrochloride and ionic liquid, mixing marine microorganisms and protein extract, carrying out microbial cell disruption, denaturing protein, reacting, discarding supernatant by centrifugation, and collecting supernatant.\"],\"zh\":[\"一种海洋微生物蛋白质组的预处理方法\"]}},{\"patent_id\":\"63ec58a790f858b087ce31a4\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein adsorption material useful for processing proteins at least one of samples in cells, tissues, plasma or urine, prepared by taking graphene oxide and introducing excessive hydrogen-containing polyethyleneimine amino groups.\"],\"zh\":[\"一种蛋白质吸附材料及其制备及应用\"]}},{\"patent_id\":\"6073661e70538dbe86929426\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Hydrophobic group modification-based protein N-terminal enrichment method\"],\"zh\":[\"一种基于疏水基团修饰的蛋白质N-端富集方法\"]}},{\"patent_id\":\"63e9dde94173f4ad6b124a57\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Identification of plasma membrane protein interaction, by obtaining chemical cross-linking reagents, performing plasma membrane protein reduction, alkylation and enzymatic hydrolysis and performing mass spectrometry identification.\"],\"zh\":[\"基于化学交联质谱解析的质膜蛋白质相互作用的鉴定方法\"]}},{\"patent_id\":\"6337910fecab480b2e24a652\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Qualitatively and quantitatively analyzing cross-linked peptides comprises e.g. using isotope labeling strategy, lightly and heavily labeling cross-linked peptides, entering into mass spectrum analysis and fragmenting.\"],\"zh\":[\"一种交联肽段定性定量分析方法\"]}},{\"patent_id\":\"6201e2609ab491929de5b26e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein quantifying based on dimethylation labeling DIA strategy comprises e.g. subjecting protein sample to denaturation and enzymatic hydrolysis, labeling by dimethylation reaction and combining reagents of different isotopic forms.\"],\"zh\":[\"一种基于二甲基化标记DIA策略的蛋白质定量方法\"]}},{\"patent_id\":\"649c1950cf33da7833f3747b\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein marker filter different body fluid identifying method, involves performing candidate biomarkers of candidate biomarkers on body liquid samples, and verifying protein present in body fluid to realize body fluid differentiation of protein marker.\"],\"zh\":[\"一种用于体液鉴定的蛋白质标志物筛选方法\"]}},{\"patent_id\":\"63eae5f6c7c794c1ed771c15\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Cartilage tissue maintain protein activity classifying method, involves freezing cartilage tissue cutting slice by freezing machine, and performing tissue slice drying operation to obtain substrate component.\"],\"zh\":[\"一种可保持蛋白质活性的软骨组织分级处理方法\"]}},{\"patent_id\":\"60733ed370538dbe866e0bbe\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Data-dependent mass spectrometric scanning mode based spectrum library establishing method, involves establishing database establishment stage, and obtaining fragment information of parent ion scanning range.\"],\"zh\":[\"一种基于数据依赖性质谱扫描模式的谱图库建立方法及其应用\"]}},{\"patent_id\":\"63eb7a2f4173f4ad6ba05933\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for enriching glycopeptide with combination of polyethylene glycol coupling and ultrafiltration centrifugal separation\"],\"zh\":[\"一种聚乙二醇偶联结合超滤离心分离富集糖肽的方法\"]}},{\"patent_id\":\"6073404970538dbe866f559e\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Protein quantitative method utilizing equiponderance dimethylation marking\"],\"zh\":[\"等重二甲基化标记蛋白质定量方法\"]}},{\"patent_id\":\"63eb8fb1675b80cf8ca5af49\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Organic-inorganic hybrid monolithic column used in chromatographic separation of proteins and peptides, comprises alkyl trimethoxy (triethoxy) silane, and amino-bridged trimethoxy (triethoxy) silane as sol-gel reaction alkali catalyst.\"],\"zh\":[\"一种有机‑无机杂化整体柱及其制备和应用\"]}},{\"patent_id\":\"60737bf270538dbe86a8d96c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for preparing attapulgite-based organic-inorganic hybrid monolithic column, application of organic-inorganic hybrid monolithic column in separation\"],\"zh\":[\"基于凹凸棒土的有机‑无机杂化整体柱的制备方法及其在分离中的应用\"]}},{\"patent_id\":\"61b1ccc4bab8ad5d358b9545\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Performing reverse enrichment of protein N-terminal peptides based on guanidinated labels involves performing lysine epsilon-amino group and N-terminal amino group guanidination labeling, removing guanidinating reagents.\"],\"zh\":[\"一种基于胍基化标记的蛋白质N端肽段反向富集的方法\"]}},{\"patent_id\":\"63ea5e087b39971d0e4da491\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparing N-phosphorylated peptide fragment and protein enrichment material used for proteomics, by covalently combining prepared phosphoric acid recognition functional molecule and submicron core-shell silica gel through amide bonds.\"],\"zh\":[\"一种N-磷酸化肽段和蛋白质富集材料及其制备和应用\"]}},{\"patent_id\":\"63382e74667297566c118b59\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for pretreating protein in ex vivo body fluid\"]}},{\"patent_id\":\"655d776f529aaa5996e317b8\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Enrichment material useful for enrichment of extracellular vesicles, has a superabsorbent polymer material e.g polyacrylic acid-acrylamide, sodium polyacrylate, starch acrylate polymer, or starch-acrylonitrile graft copolymer particles with strong ability to absorb water and protein and dialysis bag.\"],\"zh\":[\"富集材料及制备和生物样品溶液中细胞外囊泡的富集方法\"]}},{\"patent_id\":\"62bac6dae138236062beb68a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Synthesizing single crystal zeolite imidazole framework material by template method used for rapid separation and purification of complex protein system comprises using template material as resorcinol-formaldehyde resin (hereinafter referred to as: RF) nanoparticles.\"],\"zh\":[\"一种采用模板法合成SOM-ZIF-8的方法\"]}},{\"patent_id\":\"62bacafae138236062cd5239\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Use of folate receptor-alpha inhibiting agent in preparation of medicine for improving sensitivity of liver cancer medicine treatment, or reducing or eliminating medicine treatment resistance of liver cancer.\"],\"zh\":[\"FOLR1抑制剂的应用和治疗肝癌药物混合物\"]}},{\"patent_id\":\"63ed4cdcf95187bd7c77458a\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Binary matrix useful as matrix-assisted detection process of laser desorption ionization time-of-flight mass spectrometry to enhance signal of virus sample, comprises e.g. cinnamic acid derivatives combined with ketone compounds.\"],\"zh\":[\"二元基质及其制备和应用\"]}},{\"patent_id\":\"65a565d49744b74e1379e69c\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种采用模板法合成SOM-ZIF-8的方法\"]}},{\"patent_id\":\"65dcb84a93e74c710a1503bc\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种基于孔板的高通量蛋白质样品预处理方法\"]}},{\"patent_id\":\"649c208024db85c9e6f49b30\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Preparing Bletilla striata polysaccharide plant soft capsule for protecting gastric mucosa involves preparing carrageenan-Bletilla polysaccharide plant soft capsule rubber; determining disintegration time limit and measuring tensile strength and flexibility of rubber sample prepared.\"],\"zh\":[\"一种白及多糖植物软胶囊及其制备方法\"]}},{\"patent_id\":\"65dcbe4794cd9d935e150862\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"zh\":[\"一种光交联探针和基于光交联的线粒体蛋白质富集方法\"]}},{\"patent_id\":\"65dccebf2670e864371515c5\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Method for detecting cholesterol in tissue slice, involves synthesizing derivatization reagent carboxymethyl pyridinium in solution, spraying extracting solvent on surface of tissue slice, and extracting cholesterol.\"],\"zh\":[\"组织切片中胆固醇的原位衍生化和MALDI质谱成像方法及其应用\"]}},{\"patent_id\":\"65dcc6224d4ace52d8150eca\",\"person_id\":\"53f4261ddabfaeb22f3c3a6e\",\"title\":{\"en\":[\"Mass spectrometry imaging detection process of thiol compounds comprises e.g. preparing derivatization reagent into derivatization system solution, spraying on surface of tissue section, reacting, matrix spraying, collecting mass spectrum of thiol compounds with laser desorption ion source.\"],\"zh\":[\"一种组织中巯基化合物的质谱成像检测方法\"]}}],\"log_id\":\"2fGkUX5EUv1Vp2RYGnwsCTWNZ4i\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/patent/person.patents.open"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/6524ff9a228b43f5d3572642.json b/.setup/plugins/aminer/6524ff9a228b43f5d3572642.json
deleted file mode 100644
index aaa81e01..00000000
--- a/.setup/plugins/aminer/6524ff9a228b43f5d3572642.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"6524ff9a228b43f5d3572642","description":"根据期刊ID获取期刊ISSN号、简称、类型等","price":0.2,"title":"期刊详情","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/venue/detail","update_time":"2024-02-29T02:05:57.919567Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"id","example":"5eab83c0edb6e7d53c06fa56"}],"response_fields":[{"name":"alias","type":"array","description":"别名"},{"name":"eissn","type":"string","description":"EISSN"},{"name":"id","type":"string","description":"期刊id"},{"name":"issn","type":"string","description":"ISSN"},{"name":"name","type":"string","description":"姓名"},{"name":"name_en","type":"string","description":"机构英文名称"},{"name":"name_zh","type":"string","description":"中文名"},{"name":"type","type":"string","description":"类型"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/venue/detail' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"id\":\"5eab83c0edb6e7d53c06fa56\"}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"alias\":[\"ACM Inroads\",\"Inroads\",\"acm inroads\",\"ACM INROADS\"],\"eissn\":\"2153-2192\",\"id\":\"5ea17d80edb6e7d53c009108\",\"issn\":\"2153-2184\",\"lower_alias\":[\"acm inroads\",\"inroads\"],\"name\":\"ACM Inroads\",\"name_en\":\"ACM Inroads\",\"name_zh\":\"\",\"type\":\"journal\"}],\"log_id\":\"2fGkPmcaCNgIFyk9NWMwiZ9tlc9\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/venue/open/detail"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/6525285f9a86cfd3829b5f7a.json b/.setup/plugins/aminer/6525285f9a86cfd3829b5f7a.json
deleted file mode 100644
index e3556b75..00000000
--- a/.setup/plugins/aminer/6525285f9a86cfd3829b5f7a.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"6525285f9a86cfd3829b5f7a","description":"根据机构ID获取机构别名、成立时间、图片、简介、语言、类型等","price":0.01,"title":"机构详情","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/organization/detail","update_time":"2025-02-14T08:56:36.582324Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"ids","type":"[]string","required":true,"maximum":null,"description":"id","example":"5f71b35f1c455f439fe4267b"}],"response_fields":[{"name":"acronyms","type":"array","description":"机构简称"},{"name":"aliases","type":"array","description":"机构别名"},{"name":"code","type":"int","description":"接口返回的状态码"},{"name":"details","type":"array","description":"机构详情"},{"name":"id","type":"string","description":"机构id"},{"name":"language","type":"string","description":"语言"},{"name":"location","type":"string","description":"机构地理位置"},{"name":"message","type":"string","description":"接口返回的状态描述"},{"name":"name","type":"string","description":"姓名"},{"name":"name_en","type":"string","description":"机构英文名称"},{"name":"name_zh","type":"string","description":"中文名"},{"name":"success","type":"boolean","description":"接口返回是否成功"},{"name":"total","type":"float","description":"总数"},{"name":"type","type":"string","description":"类型"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/organization/detail' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"ids\":[\"5f71b35f1c455f439fe4267b\"]}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"acronyms\":[],\"aliases\":[\"University of Michigan\",\"University of Michigan-Ann Arbor\",\"University of Michigan, Ann Arbor\",\"Michigan Architecture\",\"University of Michigan\",\"university of michigan\",\"University of Michigan Architecture\",\"university of michigan architecture\",\"University of Michigan College of Architecture\",\"university of michigan college of architecture\",\"University of Michigan School of Architecture\",\"university of michigan school of architecture\",\"密歇根大学\"],\"details\":[{\"language\":\"LANGUAGE_MS\",\"name\":\"University of Michigan\"}],\"id\":\"5f71b35f1c455f439fe4267b\",\"name\":\"University of Michigan\",\"name_en\":\"University of Michigan\",\"name_zh\":\"密歇根大学\",\"type\":\"TYPE_EDUCATION\"}],\"total\":1,\"log_id\":\"2quxyGD8SsAXXt8R3i2wKgaEUAs\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/organization/org/detail/open/platform"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/652529e09a86cfd3829b5f7b.json b/.setup/plugins/aminer/652529e09a86cfd3829b5f7b.json
deleted file mode 100644
index b566b586..00000000
--- a/.setup/plugins/aminer/652529e09a86cfd3829b5f7b.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"652529e09a86cfd3829b5f7b","description":"根据名称关键词搜索机构ID、名称","price":0,"title":"机构搜索","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/organization/search","update_time":"2025-07-24T04:02:06.066854Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"orgs","type":"[]string","required":false,"maximum":null,"description":"机构名称","example":"清华大学"}],"response_fields":[{"name":"code","type":"int","description":"接口返回的状态码"},{"name":"message","type":"string","description":"接口状态描述"},{"name":"org_id","type":"string","description":"机构id"},{"name":"org_name","type":"string","description":"机构名称"},{"name":"success","type":"boolean","description":"接口请求是否成功"},{"name":"total","type":"float","description":"总数"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/organization/search' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"orgs\":[\"清华大学\"]}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"org_id\":\"5f71b2881c455f439fe3c860\",\"org_name\":\"Tsinghua University\"}],\"total\":1,\"log_id\":\"30Iz3EiwQwEofWtkVeuNSksiDsK\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/organization/Open/OrgOpenData"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/65800e14520f9700eafa915f.json b/.setup/plugins/aminer/65800e14520f9700eafa915f.json
deleted file mode 100644
index 9c6df00e..00000000
--- a/.setup/plugins/aminer/65800e14520f9700eafa915f.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"65800e14520f9700eafa915f","description":"根据期刊ID获取论文ID列表","price":0.1,"title":"期刊论文","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/venue/paper/relation","update_time":"2025-01-24T09:56:07.874014Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"期刊id","example":"5ea1d5ebedb6e7d53c0101f4"},{"name":"offset","type":"number","required":false,"maximum":null,"description":"起始位置","example":"0"},{"name":"limit","type":"number","required":false,"maximum":1000,"description":"条数","example":"20"},{"name":"year","type":"number","required":false,"maximum":null,"description":null,"example":"2024"}],"response_fields":[{"name":"error","type":"array","description":"错误码"},{"name":"id","type":"string","description":"论文id"},{"name":"offset","type":"int","description":"偏移量"},{"name":"title","type":"string","description":"标题"},{"name":"total","type":"int","description":"总数"},{"name":"year","type":"float","description":"年份"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/venue/paper/relation' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"id\":\"5ea1d5ebedb6e7d53c0101f4\",\"limit\":20,\"offset\":0,\"year\":2024}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"id\":\"53e99aa5b7602d970231b2ce\",\"title\":\"Jan Gauffin 1932-2008.\",\"year\":2009},{\"id\":\"53e99f50b7602d9702823617\",\"title\":\"Vowel Discrimination by English, French and Turkish Speakers: Evidence for an Exemplar-Based Approach to Speech Perception.\",\"year\":2009},{\"id\":\"53e99fefb7602d97028ccd63\",\"title\":\"A Duration-Dependent Account of Coarticulation for Hyper- and Hypoarticulation\",\"year\":2009},{\"id\":\"53e99ffcb7602d97028dcede\",\"title\":\"Effects of Speaking Rate and Vowel Length on Formant Frequency Displacement in Japanese.\",\"year\":2009},{\"id\":\"53e9a07ab7602d9702963cd9\",\"title\":\"Rhythm As an Affordance for the Entrainment of Movement\",\"year\":2009},{\"id\":\"53e9a3dbb7602d9702cee503\",\"title\":\"F\\u003csub\\u003e0\\u003c/sub\\u003e-Based Rhythm Effects on the Perception of Local Syllable Prominence\",\"year\":2009},{\"id\":\"53e9ad68b7602d9703754e73\",\"title\":\"On the possible role of brain rhythms in speech perception: intelligibility of time-compressed speech with periodic and aperiodic insertions of silence.\",\"year\":2009},{\"id\":\"53e9ae3cb7602d9703854fdc\",\"title\":\"Perceptual Assimilation and L2 Learning: Evidence from the Perception of Southern British English Vowels by Native Speakers of Greek and Japanese.\",\"year\":2009},{\"id\":\"53e9af81b7602d97039c6246\",\"title\":\"Phonetic duration, phonological quantity and prosodic structure in Inari Saami.\",\"year\":2009},{\"id\":\"53e9b4c3b7602d9703fdf892\",\"title\":\"The Pairwise Variability Index and coexisting rhythms in language.\",\"year\":2009},{\"id\":\"53e9b6b0b7602d970423337e\",\"title\":\"Rhythm, timing and the timing of rhythm.\",\"year\":2009},{\"id\":\"53e9b96eb7602d970455b663\",\"title\":\"Do Rhythm Measures Reflect Perceived Rhythm?\",\"year\":2009},{\"id\":\"55a3a2fe65ce5cd7b3b21765\",\"title\":\"Eli Fischer-Jørgensen 1911–2010\",\"year\":2009},{\"id\":\"55a4f451c91bf3b1cc4afc78\",\"title\":\"Rhythm in Speech and Language A New Research Paradigm\",\"year\":2009},{\"id\":\"55a4f451c91bf3b1cc4afc7c\",\"title\":\"F-0-Based Rhythm Effects On The Perception Of Local Syllable Prominence\",\"year\":2009},{\"id\":\"55a4f452c91bf3b1cc4b005a\",\"title\":\"Whither speech rhythm research?\",\"year\":2009},{\"id\":\"55a52933c91bf3b1cc505e24\",\"title\":\"Do Listeners Store in Memory a Speaker’s Habitual Utterance-Final Phonation Type?\",\"year\":2009},{\"id\":\"599c7a75601a182cd26b956a\",\"title\":\"Gunnar Fant 1920–2009\",\"year\":2009},{\"id\":\"5c756d20f56def97984fa2fc\",\"title\":\"Contents Vol. 65, 2008\",\"year\":2009},{\"id\":\"5f0dd2749fced0a24b01fbb6\",\"title\":\"Publications Received for Review\",\"year\":2009}],\"total\":21,\"log_id\":\"2rEqhzqyZcwjBUa6XCIrxAeXNCI\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/venue/distinct/paper/by/venue/and/year"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/65b397a19e2f618b047c463a.json b/.setup/plugins/aminer/65b397a19e2f618b047c463a.json
deleted file mode 100644
index 5c48b638..00000000
--- a/.setup/plugins/aminer/65b397a19e2f618b047c463a.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"65b397a19e2f618b047c463a","description":"通过机构串提取一级机构和二级机构的ID","price":0.05,"title":"机构消歧pro","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/organization/na/pro","update_time":"2025-05-08T10:39:46.799628Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"org","type":"string","required":true,"maximum":null,"description":"机构名","example":"清华大学计算机系"}],"response_fields":[{"name":"Total","type":"float","description":"数量"},{"name":"code","type":"int","description":"接口状态"},{"name":"message","type":"string","description":"描述"},{"name":"total","type":"float","description":"总数"},{"name":"一级","type":"string","description":"一级机构名称"},{"name":"一级ID","type":"string","description":"一级机构id"},{"name":"二级","type":"string","description":"二级机构名称"},{"name":"二级ID","type":"string","description":"二级机构id"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/organization/na/pro' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"org\":\"清华大学计算机系\"}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"一级\":\"清华大学\",\"一级ID\":\"5f71b2881c455f439fe3c860\",\"二级\":\"计算机系\",\"二级ID\":\"5f71b8a71c455f439fe60599\"}],\"total\":1,\"log_id\":\"2woGyGV9Vt0BRd7VZKnh2FLLCQe\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/organization/StandardizationOrg"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/66471a81d0efa2bb8d4e8c08.json b/.setup/plugins/aminer/66471a81d0efa2bb8d4e8c08.json
deleted file mode 100644
index 3300d71f..00000000
--- a/.setup/plugins/aminer/66471a81d0efa2bb8d4e8c08.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"66471a81d0efa2bb8d4e8c08","description":"根据多种条件搜索论文标题、论文ID、论文DOI","price":0.01,"title":"论文搜索pro","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/search/pro","update_time":"2025-01-24T09:58:35.863685Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"page","type":"number","required":false,"maximum":null,"description":"页数(从0开始)","example":"0"},{"name":"size","type":"number","required":false,"maximum":100,"description":"条数","example":"5"},{"name":"title","type":"string","required":false,"maximum":null,"description":"标题","example":"中国"},{"name":"keyword","type":"string","required":false,"maximum":null,"description":"关键词","example":null},{"name":"abstract","type":"string","required":false,"maximum":null,"description":"摘要","example":null},{"name":"author","type":"string","required":false,"maximum":null,"description":"作者","example":null},{"name":"org","type":"string","required":false,"maximum":null,"description":"机构","example":null},{"name":"venue","type":"string","required":false,"maximum":null,"description":"期刊","example":null},{"name":"order","type":"string","required":false,"maximum":null,"description":"排序(不传为默认,可以传year和n_citation,降序排序)","example":null}],"response_fields":[{"name":"doi","type":"string","description":"DOI"},{"name":"id","type":"string","description":"id"},{"name":"title","type":"string","description":"标题"},{"name":"title_zh","type":"string","description":"中文标题"},{"name":"total","type":"float","description":"总数"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/search/pro?page=0\u0026size=5\u0026title=%E4%B8%AD%E5%9B%BD' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"doi\":\"10.1016/0097-3165(86)90092-0\",\"id\":\"5390877920f70186a0d2de4c\",\"title\":\"Parametric Matrix Models of Parametric Circuits and Their Elements in Frequency Domain\",\"title_zh\":\"中国港口地理学研究进展与展望\"},{\"doi\":\"10.1162/neco.2009.12-07-678\",\"id\":\"5390877920f70186a0d2d175\",\"title\":\"A strange way to get a strange metal\",\"title_zh\":\"一个文科学人如何面对中国的现代化\"},{\"doi\":\"10.3969/j.issn.1007-5410.2019.01.002\",\"id\":\"604b51416f90b7f6ca633b4a\",\"title\":\"2018 Chinese guidelines for the management of hypertensionWriting Group of 2018\",\"title_zh\":\"中国高血压防治指南( 2018年修订版)\"},{\"doi\":\"10.3969/j.issn.1005-0450.2018.12.002\",\"id\":\"604b6be16f90b7f6ca448fb8\",\"title_zh\":\"建设中国\\\"金课\\\"\"},{\"doi\":\"10.3760/cma.j.cn115791-20210221-00095\",\"id\":\"61cace875244ab9dcb0a6923\",\"title\":\"Guideline for the prevention and treatment of type 2 diabetes mellitus in China (2020 edition)\",\"title_zh\":\"中国2型糖尿病防治指南(2020年版)\"}],\"total\":10000,\"log_id\":\"2iDW86nzmaPPhz9N9Zgl9OazNrs\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/list/by/publish/pro"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/6672475661739c3ac16fddfd.json b/.setup/plugins/aminer/6672475661739c3ac16fddfd.json
deleted file mode 100644
index 6f65463f..00000000
--- a/.setup/plugins/aminer/6672475661739c3ac16fddfd.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"6672475661739c3ac16fddfd","description":"通过多关键词获取论文关键词摘要等信息","price":0.1,"title":"论文批量查询接口","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/list/citation/by/keywords","update_time":"2025-07-01T09:47:05.323603Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"page","type":"number","required":true,"maximum":null,"description":"页码数","example":"0"},{"name":"size","type":"number","required":true,"maximum":null,"description":"条数","example":"5"},{"name":"keywords","type":"string","required":true,"maximum":null,"description":"关键词数组","example":"[\"人工智能\", \"机器学习\"]"}],"response_fields":[{"name":"abstract","type":"string","description":"摘要"},{"name":"abstract_zh","type":"string","description":"中文摘要"},{"name":"doi","type":"string","description":"DOI"},{"name":"id","type":"string","description":"论文id"},{"name":"keywords","type":"array","description":"关键词"},{"name":"keywords_zh","type":"array","description":"中文关键词"},{"name":"title","type":"string","description":"标题"},{"name":"title_zh","type":"string","description":"中文标题"},{"name":"total","type":"float","description":"总数"},{"name":"year","type":"float","description":"年份"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/list/citation/by/keywords?keywords=%5B%22%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%22%2C+%22%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0%22%5D\u0026page=0\u0026size=5' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"abstract\":\"The artificial intelligence(AI)-based healthcare system,by integrating multi-phase temporal data,multi-modal imaging features,and multidimensional bioinformatics parameters,demonstrates great potential to continuously optimize existing clinical practice paradigms and drive systemic transformations in healthcare.This study systematically elaborates on AI technologies and the framework for constructing AI healthcare models based on large-scale clinical data,subsequently presenting a research pathway that improves model performance through a closed-loop data iteration mechanism.Furthermore,a detailed roadmap for the development of AI-based healthcare is provided.In particular,this study takes prostate cancer as an example to showcase the future applications of AI in healthcare,illustrating the implementation pathways of AI technologies in disease screening,diagnostic decision-making,and prognosis assessment.Based on the aforementioned research,the\\\"Digital Hu-man\\\"concept model for smart healthcare is innovatively proposed.This model,by integrating dynamic biological feature data and electronic health records,provides a theoretical framework for personalized health management.It is believed that the continuously evolving AI technologies will fundamentally reshape the future healthcare eco-system by reconstructing diagnostic and treatment processes,optimizing resource allocation,and innovating ser-vice models.\",\"abstract_zh\":\"人工智能(AI)赋能的医疗健康系统通过整合多阶段时序数据、多模态影像特征及多维度生物信息学参数,展现出巨大的潜力,持续优化临床实践范式并驱动医疗体系变革.本研究系统阐释了AI技术及基于大规模临床数据构建AI医疗模型的框架,继而论证了采用闭环数据迭代机制提升模型性能的研究路径;随后,详细介绍基于AI医疗保健的发展路线图.特别地,本研究以前列腺癌为例展示了AI医疗中的未来应用,描绘了AI技术在疾病筛查、诊疗决策及预后评估中的实施路径.基于上述研究,创新性地提出智慧医疗\\\"数字人\\\"概念模型,该模型通过融合动态生物特征数据与电子健康档案,为个体化健康管理提供理论框架.我们相信,持续演进的AI技术将通过重构诊疗流程、优化资源配置及创新服务模式,全面重塑未来医疗生态系统.\",\"doi\":\"10.16190/j.cnki.45-1211/r.2025.01.001\",\"id\":\"67d881e1163c01c850132721\",\"keywords\":[\"artificial intelligence\",\"machine learning\",\"deep learning\",\"large language model\",\"intelligent healthcare\"],\"keywords_zh\":[\"人工智能\",\"机器学习\",\"深度学习\",\"大语言模型\",\"智慧医疗\"],\"title\":\"Application of Artificial Intelligence in Intelligent Healthcare\",\"title_zh\":\"人工智能在智能医疗保健中的应用研究\",\"year\":2025},{\"abstract\":\"Cardiovascular diseases are the leading cause of death,requiring innovative approaches for prevention,diagnosis,and treatment.Personalized medicine customizes interventions ac-cording to individual characteristics,with artificial intelligence(AI)playing a key role in ana-lyzing complex data to improve diagnostic accuracy,predict outcomes,and optimize thera-pies.AI can identify patterns in imaging and biomarkers,facilitating the earlier detection of medical conditions.Wearable devices and health applications facilitate continuous monitor-ing and personalized care.Emerging fields such as digital Chinese medicine offer additional perspectives by integrating traditional diagnostic principles with modern digital tools,con-tributing to holistic and individualized cardiovascular care.This study examines the advance-ments and challenges in personalized cardiovascular medicine,highlighting the need to ad-dress issues such as data privacy,algorithmic bias,and accessibility to promote the equitable application of personalized medicine.\",\"abstract_zh\":\"心血管疾病是导致死亡的重要原因,亟需创新方法以改进其预防与诊疗.个性化医疗通过根据个体特征定制干预措施,在这一领域中,人工智能(AI)通过分析复杂数据在提高诊断准确性、预测预后及优化治疗方案发挥了关键作用.AI能够识别影像学与生物标志物中的模式,从而促进疾病的早期检测.可穿戴设备与健康应用程序促进了持续监测与个体化护理.数字中医药等新兴领域通过将传统诊断原理与现代数字工具相结合,提供了额外的视角,有助于整体和个性化心血管护理.本研究探讨了个性化心血管医疗的前沿进展与当前挑战,强调需解决数据隐私、算法偏倚及可及性等问题,以促进个性化医疗的公平应用.\",\"doi\":\"10.1016/j.dcmed.2025.03.003\",\"id\":\"682223b2163c01c8501d67a3\",\"keywords\":[\"Artificial intelligence(AI)\",\"Machine learning\",\"Personalized medicine\",\"Cardiology\",\"Patient outcomes\",\"Risk stratification\",\"Digital Chinese medicine\",\"Ethical considerations\"],\"keywords_zh\":[\"人工智能\",\"机器学习\",\"个性化医疗\",\"心脏病\",\"患者预后\",\"风险分层\",\"数字中医药\",\"伦理考量\"],\"title\":\"Artificial Intelligence in Personalized Cardiology Treatment\",\"title_zh\":\"人工智能在个性化心脏病治疗中的应用\",\"year\":2025},{\"abstract\":\"Coronary heart disease(CHD)is one of the most prevalent cardiovascular diseases in China,with a continuously growing patient population,presenting numerous challenges for personalized and precise treatment.Artificial intelligence(AI),leveraging its advantages in processing and analyzing medical data,integrates clinical information,imaging examinations,and various omics analyses to provide clinicians with accurate diag-nostic and treatment recommendations.AI plays a crucial role in risk prediction,diagnostic optimization,and the development of personalized treatment strategies.This article explores the applications of AI in the diagnosis and treatment of CHD,analyzing its contributions and challenges in risk prediction,diagnostic optimization,and treatment decision-making,while also envisioning its future developmental in the field of cardiovascular medicine.\",\"abstract_zh\":\"冠状动脉粥样硬化性心脏病(简称冠心病)是我国最常见的心血管疾病之一,患者数量持续增长,个性化和精准治疗面临诸多挑战.人工智能凭借其在处理和分析医疗数据方面的优势,通过整合临床信息、影像检查和各种组学分析,人工智能为临床医生提供精准的诊断和治疗建议,并在风险预测、诊断优化及个性化治疗策略制定中发挥重要作用.本文探讨人工智能在冠心病诊疗中的应用,分析其在风险预测、诊断优化和治疗决策中的贡献与面临的挑战,展望其在心血管医学领域的未来发展潜力.\",\"doi\":\"10.16352/j.issn.1001-6325.2025.02.0160\",\"id\":\"67c60b16163c01c85004a6c2\",\"keywords\":[\"coronary heart disease\",\"artificial intelligence\",\"deep learning\",\"machine learning\",\"multi-omics integration\"],\"keywords_zh\":[\"冠心病\",\"人工智能\",\"深度学习\",\"机器学习\",\"多组学联合\"],\"title\":\"Applications and Challenges of Artificial Intelligence in the Clinical Management of Coronary Artery Disease:From Imaging Analysis to Multi-Omics Integration\",\"title_zh\":\"人工智能在冠心病临床诊疗中的应用与挑战:从影像学分析到多组学联合\",\"year\":2025},{\"abstract_zh\":\"聚合物为人类社会生活发展提供了不可或缺的物质基础.在研发聚合物材料的过程中,庞大的结构空间、复杂的聚合机制为建立聚合物材料的构效关系带来重大挑战.机器学习有望突破高分子合成研究的传统范式,推进新型聚合物材料的化学创制,近年来成为了高分子化学家关注的前沿领域.机器学习技术实现了反应条件、化学结构、材料性能之间潜在关联的发掘,提高了对聚合反应空间的研究效率,为反应条件优化、链结构设计提供了系统性指导.数据驱动的生物大分子结构解析是多领域关注的焦点,机器学习助力实现了蛋白质结构预测的跨越式进步,迈入了生物大分子研究的新阶段.在此基础上,结合自动化技术,发展数智化合成,进一步降低试错成本,加速聚合物材料研发,推动理论知识发展.本文对机器学习在预测聚合物性能、设计聚合物结构与合成条件、生物大分子研究中取得的重要进展进行简要介绍与讨论.目前,机器学习辅助的高分子合成研究仍面临聚合物结构表示方法有限、高质量数据稀缺、自动化技术落地合成生产困难等挑战,亟须加大研究投入,深入开展跨学科研究,发展人工智能赋能的高分子合成,推动高端材料创新.\",\"doi\":\"10.1360/tb-2024-0800\",\"id\":\"66f6691801d2a3fbfc9be454\",\"keywords\":null,\"keywords_zh\":[\"高分子合成\",\"机器学习\",\"人工智能\",\"聚合物\",\"生物大分子\"],\"title_zh\":\"机器学习辅助高分子合成研究进展\",\"year\":2025},{\"abstract\":\"Gastric cancer is a common tumor in China, and lymph node metastasis (LNM) is an independent prognostic factor for it. Accurately determining the risk of LNM in gastric cancer can help to formulate the treatment plan and estimate its staging and prognosis preoperatively. Existing means for evaluating LNM in gastric cancer have shortcomings such as low accuracy and high subjectivity. In recent years, artificial intelligence (AI) has begun to be used in medical research and clinical fields, which is of great significance in the era of precise individualized medicine. Combined with multimodal data including clinical, imaging, pathomics and molecular information, AI can improve the accuracy of LNM diagnosis and assist clinical decision-making, which has made significant progress recently. The aim of this review is to provide an overview of the history and status of AI for LNM prediction in gastric cancer, and to discuss the challenges and development directions.\",\"abstract_zh\":\"胃癌是我国的常见肿瘤,淋巴结转移(LNM)是其独立预后因子。准确判断胃癌LNM风险,有助于在术前制定治疗方案、判断肿瘤分期与预后。现有的胃癌LNM评估手段存在准确率低、主观性强等不足。近年来,人工智能(AI)开始用于医学研究与临床领域,在精准个体化医疗时代具有重要意义。与临床、影像、病理组学与分子信息等多模态数据结合,AI能够提高胃癌LNM诊断的准确率并协助临床决策,近年来取得了重要进展。本综述旨在就AI用于胃癌LNM预测的历史与现状进行综述,并探讨其需要解决的挑战与发展方向。\",\"doi\":\"10.3760/cma.j.cn441530-20240510-00172\",\"id\":\"67b79996163c01c850cac35a\",\"keywords\":[\"Gastric neoplasms\",\"Lymph node metastasis\",\"Prediction model\",\"Artificial intelligence\",\"Machine learning\"],\"keywords_zh\":[\"胃肿瘤\",\"淋巴结转移\",\"预测模型\",\"人工智能\",\"机器学习\"],\"title\":\"[Artificial Intelligence for Lymph Node Metastasis Prediction in Gastric Cancer: Research Progress].\",\"title_zh\":\"人工智能用于胃癌淋巴结转移预测的研究进展\",\"year\":2025}],\"total\":1235,\"log_id\":\"2zGhGd9YaL67qUZeBjoop6JZiLa\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/list/citation/by/keywords"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/6673a6228e9e5687485aac1e.json b/.setup/plugins/aminer/6673a6228e9e5687485aac1e.json
deleted file mode 100644
index b39dff77..00000000
--- a/.setup/plugins/aminer/6673a6228e9e5687485aac1e.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"6673a6228e9e5687485aac1e","description":"通过关键词或作者或期刊名称获取论文作者机构期刊等信息","price":0.3,"title":"论文搜索接口","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/list/by/search/venue","update_time":"2025-07-01T09:47:51.281095Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"keyword","type":"string","required":false,"maximum":null,"description":"关键词(期刊、关键词、作者 三者选其一)","example":"中国"},{"name":"page","type":"number","required":true,"maximum":null,"description":"页码数","example":"5"},{"name":"size","type":"number","required":true,"maximum":10,"description":"条数","example":"10"},{"name":"venue","type":"string","required":false,"maximum":null,"description":"期刊名称(期刊、关键词、作者 三者选其一)","example":null},{"name":"author","type":"string","required":false,"maximum":null,"description":"作者名称(期刊、关键词、作者 三者选其一)","example":null},{"name":"order","type":"string","required":false,"maximum":null,"description":"不传为综合排序 可传year, n_citation","example":"n_citation"}],"response_fields":[{"name":"_id","type":"string","description":"论文id"},{"name":"abstract","type":"string","description":"论文摘要"},{"name":"abstract_zh","type":"string","description":"论文中文摘要"},{"name":"alias","type":"array","description":"别名"},{"name":"authors","type":"array","description":"作者信息:作者名称、作者中文名、 作者id 、作者所属机构、机构id、机构别名、机构详情、机构简称"},{"name":"doi","type":"string","description":"论文doi"},{"name":"id","type":"string","description":"id"},{"name":"introduction","type":"string","description":"简介"},{"name":"keywords","type":"array","description":"论文关键词"},{"name":"keywords_zh","type":"array","description":"论文中文关键词"},{"name":"language","type":"string","description":"语言"},{"name":"n_citation","type":"int","description":"引用量"},{"name":"name","type":"string","description":"姓名"},{"name":"name_en","type":"string","description":"机构英文名称"},{"name":"name_zh","type":"string","description":"中文名"},{"name":"title","type":"string","description":"论文标题"},{"name":"title_zh","type":"string","description":"论文中文标题"},{"name":"total","type":"float","description":"总数"},{"name":"url","type":"string","description":"论文跳转地址"},{"name":"venue","type":"object","description":"期刊信息: 期刊中文名、 期刊英文名 、期刊别名"},{"name":"venue_hhb_id","type":"string","description":"期刊id"},{"name":"year","type":"int","description":"论文发布时间"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/list/by/search/venue?keyword=%E4%B8%AD%E5%9B%BD\u0026order=n_citation\u0026page=5\u0026size=10' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"abstract\":\"Ecological regionalization is a base for rational management and sustainable utilization of ecosystems and natural resources. It can provide scientific basis for constructing healthy ecological environments and making policies of environmental management. In this paper, based on synthetical analysis of the characteristics of ecological environments of China, the principles of ecological regionalization are discussed, and indices and nomenclature of ecological regionalization are proposed, The ecoregions in national scale are divided. The results show that there are 3 domains, 13 ecoregions and 57 ecodistricts.\",\"abstract_zh\":\"生态区划是生态系统和自然资源合理管理及持续利用的基础,它可为生态环境建设和环境管理政策的制订提供科学依据。在综合分析我国生态环境特点的基础上,探讨了生态区划的原则和依据,建立了各级生态区单元划分的指标体系和命名系统,最后对我国生态环境进行了区域划分。将我国划分为3个生态大区、13个生态地区和57个生态区。\",\"authors\":[{\"_id\":\"64f012a4559445a0412a8800\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"FU Bo-Jie\",\"name_zh\":\"傅伯杰\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"56cb18b2c35f4f3c6565c6bf\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"LIU Guo-Hua\",\"name_zh\":\"刘国华\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"5429cdb3dabfaec7081b9f55\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"CHEN Li-Ding\",\"name_zh\":\"陈利顶\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"56cb18a4c35f4f3c6565891d\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"MA Ke-ming\",\"name_zh\":\"马克明\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"56170cb345cedb3397bb2a13\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"LI Jun-ran\",\"name_zh\":\"李俊然\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"}],\"doi\":\"10.3321/j.issn:1000-0933.2001.01.001\",\"id\":\"600d1edeb42d2a8a0a831473\",\"keywords\":null,\"keywords_zh\":[\"生态环境\",\"生态区划\",\"原则\",\"指标体系\",\"分类系统\",\"中国\"],\"n_citation\":321,\"title\":\"Scheme of ecological regionalization in China\",\"title_zh\":\"中国生态区划方案\",\"url\":\"https://www.aminer.cn/pub/600d1edeb42d2a8a0a831473\",\"venue\":{\"alias\":[\"Acta Ecologica Sinica\",\"acta ecologica sinica\",\"生态学报\",\"ACTA ECOLOGICA SINICA\",\"Sheng tai xue bao = Acta ecologica Sinica\"],\"name_en\":\"Acta Ecologica Sinica\",\"name_zh\":\"生态学报\"},\"venue_hhb_id\":\"5eaa537eedb6e7d53c061b71\",\"year\":2001},{\"abstract_zh\":\"以2004年之后的Landsat TM/ETM+和ASTER遥感影像为基础,参考第一次中国冰川目录及其他文献资料,经过影像校正、自动解译、野外考察、人工修订、交互检查和成果审定等技术环节,完成占全国冰川总面积85.5%的现状冰川编目,确定中国目前共有冰川48571条,总面积约5.18×104 km2,约占全国国土面积的0.54%,冰川储量约4.3~4.7×103km3.中国冰川数量和面积分别以面积<0.5 km2的冰川和面积介于1.0~50.0 km2的冰川为主,面积最大的冰川是音苏盖提冰川(359.05 km2).中国西部14座山系(高原)均有冰川分布,其中昆仑山冰川数量最多,其次是天山、念青唐古拉山、喜马拉雅山和喀喇昆仑山,这5座山系冰川数量占全国冰川总数量的72.3%;冰川面积和冰储量位列前3位的山系分别为昆仑山、念青唐古拉山和天山,尽管喀喇昆仑山冰川数量和面积均小于喜马拉雅山,但前者冰储量高于后者.从冰川海拔分布来看,海拔4500~6500 m之间是冰川集中发育区域,约占全国冰川总面积的4/5以上.冰川资源在各流域分布差异显著,东亚内流区(5Y)是中国冰川分布数量最多、面积最大的一级流域,约占全国冰川总量的2/5以上;黄河流域(5J)是冰川数量最少、规模最小的一级流域,仅有冰川164条,面积126.72km2.新疆和西藏的冰川面积和冰储量约占全国冰川总面积的9/10.\",\"authors\":[{\"_id\":\"542cdbe9dabfae4bbcf7f32f\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name_zh\":\"吴立宗\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"64ccaaf2d6fcf4e735044bad\",\"aliases\":[\"Xīběi Shīfàn Dàxué\",\"xīběi shīfàn dàxué\",\"Northwest Normal University\",\"northwest normal university\",\"西北师范大学\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"西北师范大学\"}],\"name_zh\":\"姚晓军\",\"org_name\":\"Northwest Normal University\",\"orgid\":\"5f71b4601c455f439fe498bd\"},{\"_id\":\"53f4311fdabfaedf43545ec1\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name_zh\":\"郭万钦\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"53f4309edabfaedf4353f8d0\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name_zh\":\"上官冬辉\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"655c967633d15b6ea6a82caf\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name_zh\":\"许君利\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"5613e15745cedb3397a0452a\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name_zh\":\"魏俊锋\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"53f434d2dabfaeecd695103f\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name_zh\":\"刘时银\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"5613e15745cedb3397a0452d\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name_zh\":\"鲍伟佳\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"}],\"doi\":\"10.11821/dlxb201501001\",\"id\":\"600d1eaeb42d2a8a0a827868\",\"keywords\":[\"glacier\",\" spatial distribution\",\" inventory\",\" area\",\" China\"],\"keywords_zh\":[\"冰川\",\"编目\",\"面积\",\"分布\",\"中国\"],\"n_citation\":321,\"title\":\"The contemporary glaciers in China based on the Second Chinese Glacier Inventory\",\"title_zh\":\"基于第二次冰川编目的中国冰川现状\",\"url\":\"https://www.aminer.cn/pub/600d1eaeb42d2a8a0a827868\",\"venue\":{\"alias\":[\"Acta Geographica Sinica\",\"地理学报\"],\"name_en\":\"Acta Geographica Sinica\",\"name_zh\":\"地理学报\"},\"venue_hhb_id\":\"5ea8c2a3edb6e7d53c05627b\",\"year\":2015},{\"abstract\":\"A high quality diet is believed to play a functional role in promoting the healthy growth of mankind and preventing many kinds of chronic degenerative diseases, including cancer, cardiovascular disease, diabetes, and obesity. Adherence to a high quality diet has been strongly associated with a lower risk of mortality. To help promote healthy lifestyles and physical strength, the Chinese government has produced a new revised version of the Dietary Guidelines for Chinese Residents (2016) and the Chinese Food Pagoda, as guidance for dietary intake among its population. Similarly, the Japanese government has produced the Japanese Food Guide Spinning Top Model, and the US government has recently published revised dietary recommendations in its 2015–2020 eighth edition of Dietary Guidelines for Americans. The evidence from all respective cohort studies involved in producing these guidelines shows a reduced risk of many chronic diseases and mortality if the guidelines are followed. All scientific findings support encouraging the general population to consume a broad variety of food on the basis of nutrient and food intakes in order to prevent deficiency diseases and a surplus of energy and nutrients, and recommend daily physical activity for health promotion.\",\"authors\":[{\"_id\":\"609a865e9e795ecb5b2f1631\",\"acronyms\":[\"ZJU\"],\"aliases\":[\"Chekiang University\",\"chekiang university\",\"Zheda\",\"zheda\",\"ZJU\",\"zju\",\"Zhejiang University\",\"zhejiang university\",\"浙江大学\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"浙江大学\"}],\"name\":\"Shan-shan Wang\",\"org_name\":\"Zhejiang University\",\"orgid\":\"5f71b29c1c455f439fe3d0e1\"},{\"_id\":\"637b2019f789b382bea5dd1e\",\"acronyms\":[\"ZJU\"],\"aliases\":[\"Chekiang University\",\"chekiang university\",\"Zheda\",\"zheda\",\"ZJU\",\"zju\",\"Zhejiang University\",\"zhejiang university\",\"浙江大学\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"浙江大学\"}],\"name\":\"Sovichea Lay\",\"org_name\":\"Zhejiang University\",\"orgid\":\"5f71b29c1c455f439fe3d0e1\"},{\"_id\":\"63dd69e68def4c1ab79e01c0\",\"acronyms\":[\"ZJUT\"],\"aliases\":[\"Zhèjiāng Gōngyè Dàxúe\",\"zhèjiāng gōngyè dàxúe\",\"ZJUT\",\"zjut\",\"Zhejiang University of Technology\",\"zhejiang university of technology\",\"浙江工业大学\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"浙江工业大学\"}],\"name\":\"Hai-ning Yu\",\"org_name\":\"Zhejiang University of Technology\",\"orgid\":\"5f71b3661c455f439fe429a6\"},{\"_id\":\"53f4374fdabfaedd74da8a24\",\"acronyms\":[\"ZJU\"],\"aliases\":[\"Chekiang University\",\"chekiang university\",\"Zheda\",\"zheda\",\"ZJU\",\"zju\",\"Zhejiang University\",\"zhejiang university\",\"浙江大学\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"浙江大学\"}],\"name\":\"Sheng-rong Shen\",\"org_name\":\"Zhejiang University\",\"orgid\":\"5f71b29c1c455f439fe3d0e1\"}],\"doi\":\"10.1631/jzus.b1600341\",\"id\":\"5c136700da56295a089f1471\",\"keywords\":[\"Dietary guidelines\",\"Chinese Food Pagoda\",\"Japanese Food Guide Spinning Top\",\"Dietary Guidelines for Americans\"],\"keywords_zh\":[\"Dietary guidelines\",\"Chinese Food Pagoda\",\"Japanese Food Guide Spinning Top\",\"Dietary Guidelines for Americans\",\"TS201.4\",\"膳食指南\",\"中国膳食宝塔\",\"日本膳食指南陀螺模型\",\"美国居民膳食指南\"],\"n_citation\":321,\"title\":\"Dietary Guidelines for Chinese Residents (2016): Comments and Comparisons\",\"title_zh\":\"Dietary Guidelines for Chinese Residents (2016): comments and comparisons中国居民膳食指南(2016):评价和比较\",\"url\":\"https://www.aminer.cn/pub/5c136700da56295a089f1471\",\"venue\":{\"alias\":[\"Journal of Zhejiang University-SCIENCE B\",\"Journal of Zhejiang University. Science. B\",\"Journal of Zhejiang University-Science B(Biomedicine \\u0026 Biotechnology)\",\"Journal of Zhejiang University SCIENCE B\",\"浙江大学学报(英文版)(B辑:生物医学和生物技术)\",\"Journal of Zhejiang University: Science B\",\"Journal of Zhejiang University. Science, B\",\"J Zhejiang Univ Sci B\",\"Journal of Zhejiang University\",\"JOURNAL OF ZHEJIANG UNIVERSITY: SCIENCE B\"],\"name_en\":\"Journal of Zhejiang University. Science. B\",\"name_zh\":\"\"},\"venue_hhb_id\":\"5ea51804edb6e7d53c0305bb\",\"year\":2016},{\"abstract\":\"Through comparison analysis of shale gas accumulation conditions and the similarity of geological conditions in the U.S.A and China,this study concluded that both countries have similar geological conditions favorable for shale gas accumulation and have approximate shale gas resource reserves and development potentials.In general,the gas-bearing shale layers in China possess high TOC,high thermal maturity and a high degree of later reformation.Shale gas accumulations are characterized by terrestrial facies deposit,controlled by sedimentation region division,and various and complicated distribution.Shale gas accumulations can be classified into direct and indirect types,and also can be divided into three types as southern type,northern type and north-western type according to the regional geologic conditions in China.The southern type of shale gas,distributed around the Yangtze plate,is mostly accumulated in the Paleozoic marine shale which experienced intensive structural reformation,and is featured by a large thickness of a single layer,multiple developed layers,a wide distribution area,high thermal maturity,and a high degree of later reformation,etc.The northern type of shale gas,distributed in the north China plate,is mostly accumulated in the groups from Paleozoic via Mesozoic to Neozoic,and is characterized by sedimentary migration,a high frequency of thin interbedded layers,and an obvious division between sedimental facies.The north-western type of shale gas,distributed around the Tarim Plate,is accumulated in the groups from Paleozoic to Mesozoic,and has the characteristics of various types of sedimentation,high TOC,and relatively low thermal maturity.It is concluded that the recoverable shale gas resources is predicated to be about 26 tcm in China,close to 28 tcm of that in the U.S.A.\",\"abstract_zh\":\"根据页岩气聚集的机理条件和中、美页岩气地质条件的相似性对比结果认为:中国页岩气富集地质条件优越,具有与美国大致相同的页岩气资源前景及开发潜力。中国含气页岩具有高有机质丰度、高有机质热演化程度及高后期改造程度等\\\"三高\\\"特点,页岩气具有海陆相共存、沉积分区控制以及分布多样复杂等特点。以间接型和直接型页岩气划分方法为基础并结合中国区域地质特点,将中国的页岩气富集模式划分为南方型、北方型及西北型等3种,分别具有以下特点:①以扬子地台为核心的南方型页岩气聚集条件有利并以改造较为严重的海相古生界海相页岩聚气为主,具有单层厚度大、发育层位多、分布面积广、热演化程度高、后期改造强等特点;②以华北地台为主体的北方型页岩气具有古—中—新生界页岩发育齐全、沉积迁移特征明显、薄互层变化频率高、沉积相带分隔明显等特点;③以塔里木地台为基础的西北型页岩气储层以中—古生界为主,沉积类型多、有机碳丰度高、有机质热演化程度相对较低。结论认为:中国页岩气可采资源量约为26×1012m3,大致与美国的28×1012m3相当。\",\"authors\":[{\"_id\":\"5613e26b45cedb3397a04d94\",\"aliases\":[\"Beijing Geological University\",\"beijing geological university\",\"CUGB\",\"cugb\",\"China University of Geosciences (Wuhan)\",\"china university of geosciences (wuhan)\",\"China University of Geosciences Beijing\",\"china university of geosciences beijing\",\"China university of geosciences\",\"china university of geosciences\",\"Wuhan College of Geology\",\"wuhan college of geology\",\"中国地质大学 (武汉)\",\"中国地质大学(武汉)\",\"中國地質大學(武漢)\"],\"details\":[{\"introduction\":\"The China University of Geosciences (simplified Chinese: 中国地质大学(武汉); traditional Chinese: 中國地質大學(武漢); pinyin: Zhōngguó Dìzhì Dàxué (Wǔhàn); abbreviated 地大 or CUG) is a key national university directly under the administration of the Education Ministry of the People's Republic of China. It is located in Wuhan, the capital of Central China's Hubei Province. It is a Chinese Ministry of Education Double First Class Discipline University, with Double First Class status in certain disciplines.It is regarded as one of the top geosciences university in China and exerts considerable influence on the Chinese mining and oil industry. Its notable alumni include Wen Jiabao, the Premier of China's State Council between 2003 and 2013, who attended the China University of Geosciences when it was known as the Beijing Institute of Geology (BIG). The motto \\\"Being austere and simple, keeping on practice and acting for truth\\\" is from him.\",\"language\":\"LANGUAGE_ZH\",\"name\":\"中国地质大学(武汉)\"},{\"language\":\"LANGUAGE_EN\",\"name\":\"China University of Geosciences (Wuhan)\"}],\"name\":\"ZHANG Jin-chuan\",\"name_zh\":\"张金川\",\"org_name\":\"China University of Geosciences (Wuhan)\",\"orgid\":\"5f71b3251c455f439fe40cae\"},{\"_id\":\"61685a1960a9656471eb4ac5\",\"aliases\":[\"Beijing Geological University\",\"beijing geological university\",\"CUGB\",\"cugb\",\"China University of Geosciences (Wuhan)\",\"china university of geosciences (wuhan)\",\"China University of Geosciences Beijing\",\"china university of geosciences beijing\",\"China university of geosciences\",\"china university of geosciences\",\"Wuhan College of Geology\",\"wuhan college of geology\",\"中国地质大学 (武汉)\",\"中国地质大学(武汉)\",\"中國地質大學(武漢)\"],\"details\":[{\"introduction\":\"The China University of Geosciences (simplified Chinese: 中国地质大学(武汉); traditional Chinese: 中國地質大學(武漢); pinyin: Zhōngguó Dìzhì Dàxué (Wǔhàn); abbreviated 地大 or CUG) is a key national university directly under the administration of the Education Ministry of the People's Republic of China. It is located in Wuhan, the capital of Central China's Hubei Province. It is a Chinese Ministry of Education Double First Class Discipline University, with Double First Class status in certain disciplines.It is regarded as one of the top geosciences university in China and exerts considerable influence on the Chinese mining and oil industry. Its notable alumni include Wen Jiabao, the Premier of China's State Council between 2003 and 2013, who attended the China University of Geosciences when it was known as the Beijing Institute of Geology (BIG). The motto \\\"Being austere and simple, keeping on practice and acting for truth\\\" is from him.\",\"language\":\"LANGUAGE_ZH\",\"name\":\"中国地质大学(武汉)\"},{\"language\":\"LANGUAGE_EN\",\"name\":\"China University of Geosciences (Wuhan)\"}],\"name\":\"JIANG Sheng-ling\",\"name_zh\":\"姜生玲\",\"org_name\":\"China University of Geosciences (Wuhan)\",\"orgid\":\"5f71b3251c455f439fe40cae\"},{\"_id\":\"5612cea645ce1e5962ddf48b\",\"aliases\":[\"Beijing Geological University\",\"beijing geological university\",\"CUGB\",\"cugb\",\"China University of Geosciences (Wuhan)\",\"china university of geosciences (wuhan)\",\"China University of Geosciences Beijing\",\"china university of geosciences beijing\",\"China university of geosciences\",\"china university of geosciences\",\"Wuhan College of Geology\",\"wuhan college of geology\",\"中国地质大学 (武汉)\",\"中国地质大学(武汉)\",\"中國地質大學(武漢)\"],\"details\":[{\"introduction\":\"The China University of Geosciences (simplified Chinese: 中国地质大学(武汉); traditional Chinese: 中國地質大學(武漢); pinyin: Zhōngguó Dìzhì Dàxué (Wǔhàn); abbreviated 地大 or CUG) is a key national university directly under the administration of the Education Ministry of the People's Republic of China. It is located in Wuhan, the capital of Central China's Hubei Province. It is a Chinese Ministry of Education Double First Class Discipline University, with Double First Class status in certain disciplines.It is regarded as one of the top geosciences university in China and exerts considerable influence on the Chinese mining and oil industry. Its notable alumni include Wen Jiabao, the Premier of China's State Council between 2003 and 2013, who attended the China University of Geosciences when it was known as the Beijing Institute of Geology (BIG). The motto \\\"Being austere and simple, keeping on practice and acting for truth\\\" is from him.\",\"language\":\"LANGUAGE_ZH\",\"name\":\"中国地质大学(武汉)\"},{\"language\":\"LANGUAGE_EN\",\"name\":\"China University of Geosciences (Wuhan)\"}],\"name\":\"TANG Xuan\",\"name_zh\":\"唐玄\",\"org_name\":\"China University of Geosciences (Wuhan)\",\"orgid\":\"5f71b3251c455f439fe40cae\"},{\"_id\":\"61685a1a60a9656471eb4ac7\",\"aliases\":[\"Beijing Geological University\",\"beijing geological university\",\"CUGB\",\"cugb\",\"China University of Geosciences (Wuhan)\",\"china university of geosciences (wuhan)\",\"China University of Geosciences Beijing\",\"china university of geosciences beijing\",\"China university of geosciences\",\"china university of geosciences\",\"Wuhan College of Geology\",\"wuhan college of geology\",\"中国地质大学 (武汉)\",\"中国地质大学(武汉)\",\"中國地質大學(武漢)\"],\"details\":[{\"introduction\":\"The China University of Geosciences (simplified Chinese: 中国地质大学(武汉); traditional Chinese: 中國地質大學(武漢); pinyin: Zhōngguó Dìzhì Dàxué (Wǔhàn); abbreviated 地大 or CUG) is a key national university directly under the administration of the Education Ministry of the People's Republic of China. It is located in Wuhan, the capital of Central China's Hubei Province. It is a Chinese Ministry of Education Double First Class Discipline University, with Double First Class status in certain disciplines.It is regarded as one of the top geosciences university in China and exerts considerable influence on the Chinese mining and oil industry. Its notable alumni include Wen Jiabao, the Premier of China's State Council between 2003 and 2013, who attended the China University of Geosciences when it was known as the Beijing Institute of Geology (BIG). The motto \\\"Being austere and simple, keeping on practice and acting for truth\\\" is from him.\",\"language\":\"LANGUAGE_ZH\",\"name\":\"中国地质大学(武汉)\"},{\"language\":\"LANGUAGE_EN\",\"name\":\"China University of Geosciences (Wuhan)\"}],\"name\":\"ZHANG Pei-xian\",\"name_zh\":\"张培先\",\"org_name\":\"China University of Geosciences (Wuhan)\",\"orgid\":\"5f71b3251c455f439fe40cae\"},{\"_id\":\"615450c060a96506679c8a5f\",\"aliases\":[\"Beijing Geological University\",\"beijing geological university\",\"CUGB\",\"cugb\",\"China University of Geosciences (Wuhan)\",\"china university of geosciences (wuhan)\",\"China University of Geosciences Beijing\",\"china university of geosciences beijing\",\"China university of geosciences\",\"china university of geosciences\",\"Wuhan College of Geology\",\"wuhan college of geology\",\"中国地质大学 (武汉)\",\"中国地质大学(武汉)\",\"中國地質大學(武漢)\"],\"details\":[{\"introduction\":\"The China University of Geosciences (simplified Chinese: 中国地质大学(武汉); traditional Chinese: 中國地質大學(武漢); pinyin: Zhōngguó Dìzhì Dàxué (Wǔhàn); abbreviated 地大 or CUG) is a key national university directly under the administration of the Education Ministry of the People's Republic of China. It is located in Wuhan, the capital of Central China's Hubei Province. It is a Chinese Ministry of Education Double First Class Discipline University, with Double First Class status in certain disciplines.It is regarded as one of the top geosciences university in China and exerts considerable influence on the Chinese mining and oil industry. Its notable alumni include Wen Jiabao, the Premier of China's State Council between 2003 and 2013, who attended the China University of Geosciences when it was known as the Beijing Institute of Geology (BIG). The motto \\\"Being austere and simple, keeping on practice and acting for truth\\\" is from him.\",\"language\":\"LANGUAGE_ZH\",\"name\":\"中国地质大学(武汉)\"},{\"language\":\"LANGUAGE_EN\",\"name\":\"China University of Geosciences (Wuhan)\"}],\"name\":\"TANG Ying\",\"name_zh\":\"唐颖\",\"org_name\":\"China University of Geosciences (Wuhan)\",\"orgid\":\"5f71b3251c455f439fe40cae\"}],\"doi\":\"10.3787/j.issn.1000-0976.2009.12.033\",\"id\":\"53e9aaa3b7602d970341bbab\",\"keywords\":[\"shale gas\",\"North China platform\",\"Yangtze platform\",\"feature\",\"accumulation pattern\",\"development potential\",\"China\",\"Tarim platform\",\"resource evaluation\"],\"keywords_zh\":[\"塔里木地台\",\"华北地台\",\"扬子地台\",\"资源评价\",\"页岩气\",\"富集模式\",\"开发潜力\",\"分区特点\",\"中国\"],\"n_citation\":321,\"title\":\"Accumulation types and resources characteristics of shale gas in China\",\"title_zh\":\"我国页岩气富集类型及资源特点\",\"url\":\"https://www.aminer.cn/pub/53e9aaa3b7602d970341bbab\",\"venue\":{\"alias\":[\"Natural Gas Industry\",\"natural gas industry\",\"天然气工业\"],\"name_en\":\"Natural Gas Industry\",\"name_zh\":\"天然气工业\"},\"venue_hhb_id\":\"5eb8a277edb6e7d53c0bf039\",\"year\":2009},{\"abstract\":\"This paper provides a comprehensive review of ecosystem services and their economic valuation in China. The main objective of this review is to introduce the findings of the various valuation studies, and explore the challenges that emerged in these studies. This paper shows that ecosystem services research in China went through four stages covering all the main ecosystem types and multi-scales. These studies have raised public awareness of the value of ecological and bio-resource issues, and promoted the establishment of eco-compensation mechanisms in China. However, there are still many controversies and challenges that have emerged from current ecosystem services research. We propose that future ecosystem services research focuses on i) the corresponding definition and classification systems for all ecosystems; ii) the observation and establishment of the relationship between ecosystem structures and corresponding functions; iii) the improvement and normalization of valuation methods; and iv) the exploration and analysis of the spatial and temporal variations of ecosystem services. Furthermore, it is important to improve the accessibility of ecosystem services valuation in environmental decision-making.\",\"abstract_zh\":\"生态系统服务研究是当前国际上科学研究的热点和前沿.近年来我国生态系统服务研究取得了较快进展.为了全面认识与介绍国内生态系统服务研究的状况与成果,促进国际生态系统服务研究的交流与合作,论文首先回顾了我国生态系统服务研究的4个时期,并简要概括了所取得的成就和存在的问题,最后指出,中国生态系统服务的研究应该尽快由当前的概算式研究转向更深层次的研究,尤其要重点关注生态系统功能的基础理论研究、评估指标与方法的标准化、生态服务价值动态评估模型研究、评估结果在决策过程中的应用研究以及生态系统服务的市场化机制研究.\",\"authors\":[{\"_id\":\"651288dfa9d853d5d5e53e32\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"Biao Zhang\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"542e01e8dabfaed722682f0d\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"Wenhua Li\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"542e9316dabfaed7c7c35d47\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"Gaodi Xie\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"}],\"doi\":\"10.1016/j.ecolecon.2010.03.009\",\"id\":\"53e9a281b7602d9702b87280\",\"keywords\":[\"Ecosystem\",\"Ecosystem service\",\"Valuation\",\"China\"],\"keywords_zh\":[\"生态系统\",\"生态系统服务\",\"价值评估\",\"中国\"],\"n_citation\":321,\"title\":\"Ecosystem Services Research in China: Progress and Perspective\",\"title_zh\":\"中国生态系统服务研究的回顾与展望\",\"url\":\"https://www.aminer.cn/pub/53e9a281b7602d9702b87280\",\"venue\":{\"alias\":[\"ECOLOGICAL ECONOMICS\",\"Ecological Economics\",\"ecological economics\"],\"name_en\":\"Ecological Economics\",\"name_zh\":\"\"},\"venue_hhb_id\":\"5ea60b37edb6e7d53c0433b4\",\"year\":2010},{\"abstract_zh\":\"本文运用历史分析法和反应函数法首次将中国货币政策运用于检验泰勒规则。通过计算中国货币政策中利率的泰勒规则值,并与其实际值进行比较表明,泰勒规则可以很好地衡量中国货币政策,利率规则值与实际值的偏离之处恰恰是政策操作滞后于经济形势发展之时。这表明泰勒规则能够为中国货币政策提供一个参照尺度,衡量货币政策的松紧。对中国货币政策的反应函数GMM估计表明,通胀率对利率的调整系数小于1,这是一种不稳定的货币政策规则,在这一制度下,通货膨胀或通货紧缩的产生和发展有着自我实现机制。\",\"authors\":[{\"_id\":\"6154a34b60a96506679ce049\",\"acronyms\":[\"PBC\",\"PBOC\"],\"aliases\":[\"Zhōngguó Rénmín Yínháng\",\"zhōngguó rénmín yínháng\",\"PBC\",\"pbc\",\"PBOC\",\"pboc\",\"People's Bank of China\",\"people's bank of china\",\"中国人民银行\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国人民银行\"}],\"name_zh\":\"谢平\",\"org_name\":\"People's Bank of China\",\"orgid\":\"5f71b8431c455f439fe5edf1\"},{\"_id\":\"62e3a25ad9f2043704dc60a4\",\"acronyms\":[\"PBC\",\"PBOC\"],\"aliases\":[\"Zhōngguó Rénmín Yínháng\",\"zhōngguó rénmín yínháng\",\"PBC\",\"pbc\",\"PBOC\",\"pboc\",\"People's Bank of China\",\"people's bank of china\",\"中国人民银行\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国人民银行\"}],\"name_zh\":\"罗雄\",\"org_name\":\"People's Bank of China\",\"orgid\":\"5f71b8431c455f439fe5edf1\"}],\"id\":\"604b762e6f90b7f6caa869c9\",\"keywords\":null,\"keywords_zh\":[\"泰勒规则\",\"中国货币政策\",\"实证分析\"],\"n_citation\":321,\"title\":\"Taylor Rule and Its Empirical Test in China's Monetary Policy\",\"title_zh\":\"泰勒规则及其在中国货币政策中的检验\",\"url\":\"https://www.aminer.cn/pub/604b762e6f90b7f6caa869c9\",\"venue\":{\"alias\":[\"Economic Research Journal\",\"经济研究\",\"JINGJI YANJIU\"],\"name_en\":\"Economic Research Journal\",\"name_zh\":\"经济研究\"},\"venue_hhb_id\":\"5ebd4d62edb6e7d53c10deff\",\"year\":2002},{\"abstract\":\"It is significant to have an accurate understanding of the Rural Revitalization Strategy (RRS) in China. There are three points that should be understood clearly. Firstly, what is the relationship between the RRS and urbanization strategy? Secondly, what are the scientific connotation of the \\\"twenty words\\\" policy and its interrelations? Thirdly, how the RRS can be implemented in an effective manner? This article holds that the RRS in China should be guided by the spirit of the 19thNational Congress of CPC. During the implementation process, the new-type urbanization strategy and the reality of rural differentiation in China should be taken into consideration. The five specific tasks and objectives embodied in the policy of \\\"twenty words\\\" in the RRS are interrelated. Therefore, it is important to have an accurate understanding of the scientific connotation of the\\\"twenty words\\\" policy and its interrelations. Finally, the emphasis on coordination of the three paths should be placed.\",\"abstract_zh\":\"准确把握中国乡村振兴战略,关系到乡村振兴战略实施的效率.首先是把握好乡村振兴战略与城市化战略的关系,其次是把握好\\\"二十字\\\"方针的科学内涵及其内在关系,再次是协调好乡村振兴战略的实施路径.本文认为,乡村振兴战略要以党的十九大精神为统领,而在具体的实施中,则要从区域新型城镇化战略和乡村差异化发展的实际出发.乡村振兴战略\\\"二十字\\\"方针所体现的五大具体目标任务具有相互联系性,因此,既要准确把握\\\"二十字\\\"方针的科学内涵,又要把握好这\\\"二十字\\\"方针中五大目标任务的相互关系.在具体的实施过程中,还应重视\\\"三条路径\\\"的协调推进,即\\\"五个激活\\\"驱动、\\\"五位一体\\\"协同和\\\"五对关系\\\"把控的协调推进.\",\"authors\":[{\"_id\":\"53f45be1dabfaee1c0b41bc1\",\"acronyms\":[\"ZJU\"],\"aliases\":[\"Chekiang University\",\"chekiang university\",\"Zheda\",\"zheda\",\"ZJU\",\"zju\",\"Zhejiang University\",\"zhejiang university\",\"浙江大学\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"浙江大学\"}],\"name\":\"Huang Zuhui\",\"name_zh\":\"黄祖辉\",\"org_name\":\"Zhejiang University\",\"orgid\":\"5f71b29c1c455f439fe3d0e1\"}],\"id\":\"60216ea76c834136c6abf0e3\",\"keywords\":[\"Rural Revitalization Strategy\",\"New Urbanization Strategy\",\"China\"],\"keywords_zh\":[\"乡村振兴战略\",\"新型城镇化战略\",\"中国\"],\"n_citation\":321,\"title\":\"On the Strategy of Rural Revitalization in China\",\"title_zh\":\"准确把握中国乡村振兴战略\",\"url\":\"https://www.aminer.cn/pub/60216ea76c834136c6abf0e3\",\"venue\":{},\"venue_hhb_id\":\"\",\"year\":2018},{\"abstract_zh\":\"\\\"中国英语\\\" (China English)与\\\"中国式英语\\\" (Chinglish)在起因,发展,影响等各方面完全不同的. \\\"中国英语\\\"作为一种语言现象,是一种被规范英语所接受的英语变体,有其鲜明的民族特色; \\\"中国式英语\\\"是中国的英语学习者在英语习得过程中的一种中介语现象,是中国语言和文化对英语的干扰影响的产物.我们应该充分发展中国英语,避免一些不正确的中国式英语.\",\"authors\":[{\"_id\":\"542f026edabfae48d125593d\",\"acronyms\":[\"SUSE \"],\"aliases\":[\"sìchuān lǐgōng xuéyuàn\",\"SUSE \",\"suse \",\"Sichuan University of Science and Engineering\",\"sichuan university of science and engineering\",\"四川理工学院\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"四川理工学院\"}],\"name_zh\":\"刘舰\",\"org_name\":\"Sichuan University of Science and Engineering\",\"orgid\":\"5f71b58a1c455f439fe51a40\"}],\"id\":\"604b622f6f90b7f6caeafb09\",\"keywords\":null,\"keywords_zh\":[\"中国英语\",\"中介语\",\"中国式英语\",\"语言迁移\"],\"n_citation\":321,\"title_zh\":\"中国英语与中国式英语\",\"url\":\"https://www.aminer.cn/pub/604b622f6f90b7f6caeafb09\",\"venue\":{\"alias\":[\"Master\",\"大家\",\"Great Master\"],\"name_en\":\"Master\",\"name_zh\":\"大家\"},\"venue_hhb_id\":\"5ebd3152edb6e7d53c10c736\",\"year\":2010},{\"abstract_zh\":\"中国政府明确提出2030年前碳达峰、2060年前碳中和目标,从相对减排到绝对减排,进而零排放,成为雄心勃勃的\\\"中国方案\\\"与路线图.在阐释中国减排承诺及意义的基础上,认为应对全球气候变化既是中国实现社会主义现代化的最大挑战,也是实现绿色工业化、城镇化、农业农村现代化的最大机遇;中国要实现2030年前碳达峰核心目标,须建立倒逼机制,分为四个十年阶段、八个五年规划,逐步推动绿色改革绿色创新;进而明确提出了20个方面的主要实现路径和政策建议,即控制能源消耗总量及增速约束性目标、大幅度提升非化石能源占一次能源消费比重、大幅度消减煤炭生产量和消费量,等等,以形成\\\"政策合力\\\"\\\"协同效应\\\",在推动中国高质量发展中有助经济社会发展全面绿色转型,并成为推动全球能源转型的重中之重.\",\"authors\":[{\"_id\":\"542dfe37dabfae4b91c3aa50\",\"aliases\":[\"Beijing Tsinghua University\",\"Ch'ing-Hua Ta-Hsueh\",\"Ch'ing-Hua Ta-Hsüeh\",\"Ch'ing-Hua University\",\"Ch'ing-hua Ta-hsueh\",\"Ch'ing-hua Ta-hsüeh\",\"Ch'ing-hua University\",\"Ch'inghua Tahsueh\",\"Ch'inghua Tahsüeh\",\"Ch'inghua University\",\"Chheng-hôa Tāi-ha̍k\",\"Ching-Hua Ta-Hsueh\",\"Ching-Hua Ta-Hsüeh\",\"Ching-Hua University\",\"Ching-hua Ta-hsueh\",\"Ching-hua Ta-hsüeh\",\"Ching-hua University\",\"Chinghua\",\"Chinghua Tahsueh\",\"Chinghua Tahsüeh\",\"Chinghua University\",\"Chĭng-huà Dâi-hŏk\",\"Cinghua universitetas\",\"Csinghua Egyetem\",\"MIT of China\",\"Mit of china\",\"Pamantasang Tsinghua\",\"Qing Hua\",\"Qingda\",\"Qinghua\",\"Qinghua Daxue\",\"Qinghua University\",\"Qinghuá Dàxué\",\"Qinghuá University\",\"Qīnghuá Dàxué\",\"Qīnghuá Xuétáng\",\"THSEM\",\"The Students' English Debating Association (SEDA), Tsinghua University\",\"Ts'ing Hwa\",\"Ts'ing Hwa University\",\"Tsing Hua\",\"Tsing Hua College\",\"Tsing Hua University\",\"Tsing Hwa\",\"Tsing Hwa University\",\"Tsinghua\",\"Tsinghua College\",\"Tsinghua Department of Mathematical Sciences\",\"Tsinghua Unibertsitatea\",\"Tsinghua University\",\"Tsinghua University China\",\"Tsinghua University, Beijing, China\",\"Tsinghua Yachay sunturnin\",\"Tsinghua university\",\"Tsinghua Ülikool\",\"Tsinghua Üniversitesi\",\"Tsinghua-Universität\",\"Tsinghua-universiteit\",\"Tsinghua-yliopisto\",\"Tsinghuauniversitetet\",\"Tsinxua Universiteti\",\"Ts’ing Hwa\",\"Ts’ing Hwa University\",\"Unibersidad Tsinghua\",\"Universidad Tsinghua\",\"Universidade Tsinghua\",\"Universidá Tsinghua\",\"Universitas Tsinghua\",\"Universitat Tsinghua\",\"Universiteti Tsinghua\",\"Universiti Tsinghua\",\"University of Tsinghua\",\"Università Tsinghua\",\"Université Tsinghua\",\"Univerzita Čching-chua\",\"Univerzitet Cinhua\",\"Univerzitet Đinghua\",\"Uniwersytet Tsinghua\",\"Đại học Thanh Hoa\",\"Университет Цинхуа\",\"Університет Цінхуа\",\"Цинхуа университета\",\"Цинхуа университети\",\"Цинхуа университеты\",\"Чинхуа их сургууль\",\"Ցինխուայի համալսարան\",\"אוניברסיטת צינגהואה\",\"تسينق - هوا بیلیمیوردو\",\"جامعة تسينغ - هوا\",\"دانشگاه چینهوا\",\"چینہوا یونیورسٹی\",\"ছিংহুয়া বিশ্ববিদ্যালয়\",\"சிங்குவா பல்கலைக்கழகம்\",\"റ്റ്സിൻഷുവ യൂണിവേഴ്സിറ്റി\",\"มหาวิทยาลัยชิงหฺวา\",\"五道口體校\",\"北京清大\",\"北京清華\",\"北京清華大學\",\"淸華大學\",\"清华大学\",\"清华大学 (北京)\",\"清华学校\",\"清華大学\",\"清華大學\",\"清華大學 (北京)\",\"清華學堂\",\"칭화 대학\"],\"details\":[{\"introduction\":\"清华大学(Tsinghua University)简称“清华”,是中华人民共和国教育部直属、中央直管副部级建制的全国重点大学,位列“世界一流大学和一流学科”、“211工程”、“985工程”,入选“2011计划”、“珠峰计划”、“111计划”、“强基计划”,为九校联盟、松联盟、中国大学校长联谊会、亚洲大学联盟、环太平洋大学联盟、清华—剑桥—MIT低碳大学联盟成员,是中国著名高等学府、中国高层次人才培养和科学技术研究的重要基地,被誉为“红色工程师的摇篮”。\\n\\n学校前身清华学堂始建于1911年,校名“清华”源于校址“清华园”地名,是清政府设立的留美预备学校,其建校的资金源于1908年美国退还的部分庚子赔款。1912年更名为清华学校。1928年更名为国立清华大学。1937年抗日战争全面爆发后南迁长沙,与国立北京大学、私立南开大学组建国立长沙临时大学,1938年迁至昆明改名为国立西南联合大学。1946年迁回清华园。1949年中华人民共和国成立,清华大学进入新的发展阶段。1952年全国高等学校院系调整后成为多科性工业大学。1978年以来逐步恢复和发展为综合性的研究型大学。\\n\\n截至2019年底,学校占地面积442.12公顷;共设有20个学院,59个系,82个本科专业;有一级学科国家重点学科22个,博士后流动站50个,一级学科博士、硕士学位授权点58个;有教职工15401人,有中国科学院院士54人,中国工程院院士40人;有在校学生50349人,其中本科生16037人,硕士生18606人,博士生15751人,港澳台侨学生845人。\\n\",\"language\":\"LANGUAGE_ZH\",\"name\":\"清华大学\"}],\"name_zh\":\"胡鞍钢\",\"org_name\":\"Tsinghua University\",\"orgid\":\"5f71b2881c455f439fe3c860\"}],\"doi\":\"10.12120/bjutskxb202103001\",\"id\":\"61cacfa75244ab9dcb1f196b\",\"keywords\":null,\"keywords_zh\":[\"中国高质量发展\",\"全球气候变化\",\"减排承诺\",\"倒逼机制\",\"碳达峰\",\"碳中和\",\"绿色工业革命\"],\"n_citation\":321,\"title\":\"China's Goal of Achieving Carbon Peak by 2030 and Its Main Approaches\",\"title_zh\":\"中国实现2030年前碳达峰目标及主要途径\",\"url\":\"https://www.aminer.cn/pub/61cacfa75244ab9dcb1f196b\",\"venue\":{},\"venue_hhb_id\":\"\",\"year\":2021},{\"abstract_zh\":\"利用中国1952~2000年各省区的人口、土地利用和人均GDP等数据,采用空间分析方法对中国区域社会经济发展差异问题进行了实证研究.对中国大陆的几何中心、可利用土地、人口和GDP总量的空间中心计算表明,空间中心统计是一种简单有效刻画要素空间分布的方法.通过对中国各省区人均GDP的空间自相关系数Moran's I的计算,表明中国社会经济发展主要指标存在强烈的空间自相关,空间分析方法不失为一种深入理解区域经济格局及其变化的重要和有益的方法.对不同年度的Moran's I和Local Moran I的分析也揭示了中国区域经济格局的时空变化规律.\",\"authors\":[{\"_id\":\"6154d70160a96506679d25ce\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"Bin MENG\",\"name_zh\":\"孟斌\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"5406866adabfae8faa60c9d8\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"Jin-Feng WANG\",\"name_zh\":\"王劲峰\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"_id\":\"542a6bafdabfae646d55f90c\",\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"Wen-Zhong ZHANG\",\"name_zh\":\"张文忠\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"},{\"acronyms\":[\"CAS\"],\"aliases\":[\"CAS\",\"cas\",\"Chinese Acad Sci\",\"Chinese Academy of Sciences\",\"chinese academy of sciences\",\"chinese academy of science\",\"Chinese Academic of Sciences\",\"中国科学院\",\"中科院\",\"ChineseAcademy of Sciences\",\"Chinese Academy ofSciences\",\"Chinese Academy of Sciences (CAS)\",\"Chinese Academy of Sciences Chinese Academy of Sciences\"],\"details\":[{\"language\":\"LANGUAGE_ZH\",\"name\":\"中国科学院\"}],\"name\":\"Xu-hua LIU\",\"name_zh\":\"刘旭华\",\"org_name\":\"Chinese Academy of Sciences\",\"orgid\":\"5f71b29f1c455f439fe3d25c\"}],\"doi\":\"10.3969/j.issn.1000-0690.2005.04.002\",\"id\":\"604b5deb6f90b7f6cac6a673\",\"keywords\":null,\"keywords_zh\":[\"空间数据探索\",\"空间中心统计\",\"空间自相关\",\"区域差异\",\"中国\"],\"n_citation\":321,\"title\":\"Evaluation of Regional Disparity in China Based on Spatial Analysis\",\"title_zh\":\"基于空间分析方法的中国区域差异研究\",\"url\":\"https://www.aminer.cn/pub/604b5deb6f90b7f6cac6a673\",\"venue\":{\"alias\":[\"Scientia Geographica Sinica\",\"地理科学\",\"SCIENTIA GEOGRAPHICA SINICA\"],\"name_en\":\"Scientia Geographica Sinica\",\"name_zh\":\"地理科学\"},\"venue_hhb_id\":\"5ebd50f1edb6e7d53c10e328\",\"year\":2005}],\"total\":10000,\"log_id\":\"2zGhMTDIS7pKRjUP5M4EtfvAgMy\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/list/by/search/venue"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/668d2176a7d554d2755425fe.json b/.setup/plugins/aminer/668d2176a7d554d2755425fe.json
deleted file mode 100644
index b82e6220..00000000
--- a/.setup/plugins/aminer/668d2176a7d554d2755425fe.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"668d2176a7d554d2755425fe","description":"通过机构ID获取,该机构学者曾发表过的论文列表","price":0.1,"title":"机构论文","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/organization/paper/relation","update_time":"2024-07-09T11:52:54.87732Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"org_id","type":"string","required":true,"maximum":null,"description":"机构ID","example":"5f71b2891c455f439fe3c8a8"},{"name":"offset","type":"number","required":true,"maximum":null,"description":"起始位置, 每次固定返回10条","example":"0"}],"response_fields":[{"name":"doi","type":"string","description":"DOI"},{"name":"id","type":"string","description":"论文id"},{"name":"title","type":"string","description":"标题"},{"name":"title_zh","type":"string","description":"中文标题"},{"name":"total","type":"float","description":"总数"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/organization/paper/relation?offset=0\u0026org_id=5f71b2891c455f439fe3c8a8' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"doi\":\"10.1037/0022-3514.92.2.337\",\"id\":\"53e9a88cb7602d97031d95b2\",\"title\":\"Perceived cultural importance and actual self-importance of values in cultural identification.\",\"title_zh\":null},{\"doi\":\"10.1007/978-1-4939-0551-5_4\",\"id\":\"56d86b21dabfae2eeec7ed83\",\"title\":\"Nonvolatile Circuit Design\",\"title_zh\":null},{\"doi\":\"10.1364/COSI.2014.CTh3C.3\",\"id\":\"56d8c755dabfae2eee589a67\",\"title\":\"Phase retrieval and computational imaging with the transport of intensity equation: boundary conditions, fast solution, and discrepancy compensation\",\"title_zh\":null},{\"doi\":\"10.1007/978-981-4585-78-1_6\",\"id\":\"56d8cfbbdabfae2eee99da39\",\"title\":\"From Transmission to Inquiry: Influence of Curriculum Demands on In-Service Teachers’ Perception of Science as Inquiry\",\"title_zh\":null},{\"doi\":\"10.1080/09603107.2010.526572\",\"id\":\"56d90f8edabfae2eee32937e\",\"title\":\"Financial panic and emerging market funds\",\"title_zh\":null},{\"doi\":\"10.4028/www.scientific.net/AMR.658.399\",\"id\":\"56d921addabfae2eeea1a02a\",\"title\":\"Finite Element Analysis and Structure Optimum Design of Lifting Padeye\",\"title_zh\":null},{\"doi\":\"10.1109/SMC.2018.00032\",\"id\":\"5c4ecf82e1cd8e7656488a7a\",\"title\":\"Low-Cost Wireless Electrooculography Speller\",\"title_zh\":null},{\"doi\":\"10.1080/00268976.2019.1660818\",\"id\":\"6218f1515aee126c0f0bdd40\",\"title\":\"The analysis of the Coriolis interactions in the \\u003ci\\u003ev\\u003c/i\\u003e\\u003csub\\u003e10\\u003c/sub\\u003e = 1, \\u003ci\\u003ev\\u003c/i\\u003e\\u003csub\\u003e7\\u003c/sub\\u003e = 1 and \\u003ci\\u003ev\\u003c/i\\u003e\\u003csub\\u003e4\\u003c/sub\\u003e = 1 triad rovibrational states of \\u003csup\\u003e13\\u003c/sup\\u003eC\\u003csub\\u003e2\\u003c/sub\\u003eD\\u003csub\\u003e4\\u003c/sub\\u003e by high-resolution FTIR spectroscopy\",\"title_zh\":null},{\"doi\":\"10.1063/1.5143198\",\"id\":\"62191c965aee126c0f795f62\",\"title\":\"Erratum: “Coherent perfect absorption of single photons in a fiber network” [Appl. Phys. Lett. \\u003cb\\u003e115\\u003c/b\\u003e, 191101 (2019)]\",\"title_zh\":null},{\"doi\":\"10.1038/s41598-023-31950-9\",\"id\":\"642d52a190e50fcafdc6088b\",\"title\":\"Valley-optical absorption in planar transition metal dichalcogenide superlattices\",\"title_zh\":null}],\"total\":97216,\"log_id\":\"2j0ZTf64oXwRfbK2y3FkPpP50p9\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/list/by/org"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/668d238ba7d554d2755425ff.json b/.setup/plugins/aminer/668d238ba7d554d2755425ff.json
deleted file mode 100644
index d96218ce..00000000
--- a/.setup/plugins/aminer/668d238ba7d554d2755425ff.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"668d238ba7d554d2755425ff","description":"根据机构ID获取该机构的学者信息","price":0.5,"title":"机构学者","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/organization/person/relation","update_time":"2024-07-09T11:54:12.694832Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"org_id","type":"string","required":false,"maximum":null,"description":"机构ID","example":"5f71b2891c455f439fe3c8a8"},{"name":"offset","type":"number","required":false,"maximum":null,"description":"起始位置, 每次固定返回10条","example":"0"}],"response_fields":[{"name":"id","type":"string","description":"id"},{"name":"name","type":"string","description":"姓名"},{"name":"name_zh","type":"string","description":"中文名"},{"name":"org","type":"string","description":"英文机构"},{"name":"org_id","type":"string","description":"机构ID"},{"name":"org_zh","type":"string","description":"中文机构"},{"name":"total","type":"float","description":"总数"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/organization/person/relation?offset=0\u0026org_id=5f71b2891c455f439fe3c8a8' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"id\":\"53f43790dabfaee0d9b6f678\",\"name\":\"Xiongwen Lou\",\"name_zh\":\"楼雄文\",\"org\":\"School of Chemical and Biomedical Engineering, Nanyang Technological University\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"\"},{\"id\":\"53f44936dabfaeecd69b8376\",\"name\":\"Chen Change Loy\",\"name_zh\":\"吕健勤\",\"org\":\"School of Computer Science and Engineering, Nanyang Technological University\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"\"},{\"id\":\"53f4a75cdabfaeb22f57430a\",\"name\":\"Guang-Bin Huang\",\"name_zh\":\"\",\"org\":\"School of Electrical and Electronics Engineering, Nanyang Technological University;Mind PointEye Pte Ltd\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"\"},{\"id\":\"542a03fadabfae646d532264\",\"name\":\"Zheng Liu\",\"name_zh\":\"刘政\",\"org\":\"School of Materials Science \\u0026 Engineering, Nanyang Technological University\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"南洋理工大学\"},{\"id\":\"544803b4dabfae87b7dc3630\",\"name\":\"Walter Wahli\",\"name_zh\":\"\",\"org\":\"Lee Kong Chian School of Medicine, Nanyang Technological University;Center for Integrative Genomics, Faculty of Biology and Medicine, University of Lausanne;Imperial College London\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"\"},{\"id\":\"5448b9eddabfae87b7e6daef\",\"name\":\"Xin Wang\",\"name_zh\":\"\",\"org\":\"School of Chemical and Biomedical Engineering, Nanyang Technological University\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"\"},{\"id\":\"5485fd75dabfae8a11fb2e5a\",\"name\":\"Lihua Xie\",\"name_zh\":\"谢立华\",\"org\":\"School of Electrical and Electronic Engineering, Nanyang Technological University;Centre for Advanced Robotics Technology Innovation, Nanyang Technological University;Delta-NTU Corporate Laboratory for Cyber-Physical Systems\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"\"},{\"id\":\"54899ea3dabfaed7b5fa3d3e\",\"name\":\"Dusit (Tao) Niyato\",\"name_zh\":\"\",\"org\":\"School of Computer Science and Engineering, Nanyang Technological University;School of Physical and Mathematical Sciences, Nanyang Technological University\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"\"},{\"id\":\"61404c3c6750f86d5ce92c14\",\"name\":\"Subra Suresh\",\"name_zh\":\"\",\"org\":\"Nanyang Technological University\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"\"},{\"id\":\"655c921533d15b6ea6a7f253\",\"name\":\"S. Suresh\",\"name_zh\":\"\",\"org\":\"School of Materials Science and Engineering, Nanyang Technological University\",\"org_id\":\"5f71b2891c455f439fe3c8a8\",\"org_zh\":\"\"}],\"total\":15168,\"log_id\":\"2j2HKESLTz9huO81np1oOL1Zxxk\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/person/list/by/org"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/668d2542a7d554d275542600.json b/.setup/plugins/aminer/668d2542a7d554d275542600.json
deleted file mode 100644
index bbb8035b..00000000
--- a/.setup/plugins/aminer/668d2542a7d554d275542600.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"668d2542a7d554d275542600","description":"通过机构ID获取该机构拥有专利ID","price":0.1,"title":"机构专利","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/organization/patent/relation","update_time":"2026-02-27T06:40:32.726847Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":true,"maximum":null,"description":"机构ID","example":"6233173d0a6eb145604733e2"},{"name":"page","type":"number","required":false,"maximum":null,"description":"页码","example":"1"},{"name":"page_size","type":"number","required":false,"maximum":10000,"description":"分页显示数据条数,最高10000条","example":"100"}],"response_fields":[{"name":"id","type":"string","description":"id"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/organization/patent/relation?id=6233173d0a6eb145604733e2\u0026page=1\u0026page_size=100' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"id\":\"607333ef70538dbe8663d540\"},{\"id\":\"60737a5270538dbe86a7356d\"},{\"id\":\"6073b0a070538dbe86e826d9\"},{\"id\":\"6073b16870538dbe86e913d8\"},{\"id\":\"6073b2a170538dbe86ea8a68\"},{\"id\":\"6073b7c870538dbe86f12fa5\"},{\"id\":\"6073c25470538dbe86ff87d7\"},{\"id\":\"62bac0c0e138236062a87ef3\"},{\"id\":\"63356cadecab480b2e2d837b\"},{\"id\":\"63356cfaecab480b2e2e2c4e\"},{\"id\":\"633625bd667297566ca2ba10\"},{\"id\":\"63381ed0667297566cfa92df\"},{\"id\":\"63383ce5ecab480b2e275322\"},{\"id\":\"6338f3de667297566c2e789e\"},{\"id\":\"63390362667297566c454645\"},{\"id\":\"63ead849c7c794c1ed72deb8\"},{\"id\":\"649c18e1fbc8bd806df361eb\"},{\"id\":\"649c1cdc894b9f011cf40d88\"},{\"id\":\"64df1e1ed78653b5d27f318a\"},{\"id\":\"64df23324bb417d27d7f3ccc\"},{\"id\":\"65212976def05b2205c1b55b\"},{\"id\":\"65a55ee9df0117d85d79dae6\"},{\"id\":\"65a56480d76ba0fb1979e393\"},{\"id\":\"65dcc4131f53ffa2b2150d5f\"},{\"id\":\"66bdb2ac3ba2819b149c4669\"},{\"id\":\"66f12c54c80541186eb75f9a\"},{\"id\":\"676a8f235df42551f43ec760\"}],\"total\":27,\"log_id\":\"3AF3EDL831zoroZQI78iE2V4ESJ\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/organization/patents"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/671a19a46e728a29db292f73.json b/.setup/plugins/aminer/671a19a46e728a29db292f73.json
deleted file mode 100644
index 6368c94f..00000000
--- a/.setup/plugins/aminer/671a19a46e728a29db292f73.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"671a19a46e728a29db292f73","description":"根据学者名称搜索学者ID、学者名字、机构\n","price":0,"title":"学者搜索","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/person/search","update_time":"2025-11-19T10:09:43.497393Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"name","type":"string","required":false,"maximum":null,"description":"学者姓名","example":"王曙"},{"name":"offset","type":"number","required":false,"maximum":0,"description":"起始位置,最大为 0","example":"0"},{"name":"org","type":"string","required":false,"maximum":null,"description":"机构名","example":"Shanghai Jiaotong"},{"name":"size","type":"number","required":false,"maximum":10,"description":"条数,最大为 10","example":"10"},{"name":"org_id","type":"[]string","required":false,"maximum":null,"description":"机构实体 ID 数组","example":null}],"response_fields":[{"name":"id","type":"string","description":"id"},{"name":"interests","type":"array","description":"研究兴趣"},{"name":"n_citation","type":"float","description":"引用值"},{"name":"name","type":"string","description":"姓名"},{"name":"name_zh","type":"string","description":"中文名"},{"name":"org","type":"string","description":"英文机构"},{"name":"org_id","type":"string","description":"机构 id"},{"name":"org_zh","type":"string","description":"中文机构"},{"name":"total","type":"float","description":"总数"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/person/search' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"name\":\"王曙\",\"offset\":0,\"org\":\"Shanghai Jiaotong\",\"size\":10}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"id\":\"542a09eddabfae5848a8f140\",\"interests\":[\"Graves' Disease\",\"Transgenic Mouse\",\"Beta-Thalassemia\",\"Thyroid Nodules\",\"Myc\"],\"n_citation\":2679,\"name\":\"Shu Wang\",\"name_zh\":\"王曙\",\"org\":\"Shanghai Jiaotong University School of Medicine\",\"org_id\":\"5f71b54b1c455f439fe502b0\",\"org_zh\":\"\"},{\"id\":\"54453c6bdabfae862da0dccb\",\"interests\":[\"Graves’ Disease\",\"Graves' Disease\",\"Polymorphism\",\"Somatostatin Receptor Scintigraphy (srs)\",\"Radiotherapy\"],\"n_citation\":0,\"name\":\"Shu Wang\",\"name_zh\":\"王曙\",\"org\":\"Laboratory Endocrine and Metabolic Diseases of Institute of Health Science, Shanghai JiaoTong University School of Medicine and Shanghai Institutes for Biological Sciences, Chinese Academy of Sciences, 225 South ChongQing Road, Shanghai 200025, P.R. China\",\"org_id\":\"5f71b54b1c455f439fe502b0\",\"org_zh\":\"上海交通大学医学院附属瑞金医院内分泌科\"},{\"id\":\"5633fa9845cedb339ad58fcd\",\"interests\":[\"Tuberculosis\",\"Lipoprotein Z\",\"T Cell Immunity\",\"Innate Immunity\",\"Immune Protection\"],\"n_citation\":100,\"name\":\"Wang Shu-Jun\",\"name_zh\":\"王书隽\",\"org\":\"School of Medicine, Shanghai Jiaotong University\",\"org_id\":\"5f71b54b1c455f439fe502b0\",\"org_zh\":\"\"},{\"id\":\"62e37b02d9f2043704c481cb\",\"interests\":[\"Acute Myeloid Leukemia\",\"Detection Of Mutations\",\"Cebpa\",\"Visualization\",\"Additional Gene Mutations\"],\"n_citation\":28,\"name\":\"Shu WANG\",\"name_zh\":\"王舒\",\"org\":\"Institute of Medical Genetics, Shanghai Jiaotong University\",\"org_id\":\"5f71b54b1c455f439fe502b0\",\"org_zh\":\"\"},{\"id\":\"65cf48e88a47b62219261cfc\",\"interests\":[\"Microrna\",\"Fas\",\"Activation-Induced Cell Death (Aicd)\",\"Apoptosis\",\"Genetic Association\"],\"n_citation\":111,\"name\":\"S Wang\",\"name_zh\":\"\",\"org\":\"Shanghai Institute of Endocrinology and Metabolism, Shanghai JiaoTong University\",\"org_id\":\"5f71b54b1c455f439fe502b0\",\"org_zh\":\"\"},{\"id\":\"65cf4ab68a47b62219262332\",\"interests\":[\"Clinical Medicine\",\"Blood Pressure\",\"Mortality\",\"Cardiometabolic Diseases\",\"Prevalence\"],\"n_citation\":11,\"name\":\"S. Wang\",\"name_zh\":\"\",\"org\":\"The Shanghai Institute of Hypertension, Shanghai Jiaotong University\",\"org_id\":\"5f71b54b1c455f439fe502b0\",\"org_zh\":\"\"},{\"id\":\"65cb42678a47b622191ad16f\",\"interests\":[\"Axilla Levels\",\"Organs At Risk\",\"Breast Cancer\",\"Radiotherapy\"],\"n_citation\":4,\"name\":\"S. Wang\",\"name_zh\":\"\",\"org\":\"School of Medicine, Shanghai Jiaotong University\",\"org_id\":\"5f71b54b1c455f439fe502b0\",\"org_zh\":\"\"}],\"total\":7,\"log_id\":\"2tT7Q8MmZzwHJd4QLHFeW4mfjID\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/person/search"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/676d1eaaa1e96db72a14e337.json b/.setup/plugins/aminer/676d1eaaa1e96db72a14e337.json
deleted file mode 100644
index 468e5762..00000000
--- a/.setup/plugins/aminer/676d1eaaa1e96db72a14e337.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"676d1eaaa1e96db72a14e337","description":"基于AMiner开放平台AI学术问答使用接口,支持智能提取关键词","price":0.05,"title":"论文问答搜索","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/qa/search","update_time":"2026-02-27T09:40:25.354201Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"use_topic","type":"boolean","required":true,"maximum":null,"description":"是否使用联合搜索。如果为true,则使用topic字段进行搜索。","example":"true"},{"name":"topic_high","type":"string","required":false,"maximum":null,"description":"use_topic必须为true时可使用,联合搜索词列表,在搜索词里必须出现的,使用嵌套数组json格式,样例如[['相变储能', 'phase change energy storage', 'PCM'], ['量子化学计算', 'quantum chemistry calculation']],最小数组里为or,最小数组外为and","example":"[[\"生首乌\"]]"},{"name":"topic_middle","type":"string","required":false,"maximum":null,"description":"大幅加分数组,格式同topic_high","example":null},{"name":"topic_low","type":"string","required":false,"maximum":null,"description":"小幅加分数组,格式同topic_high","example":null},{"name":"title","type":"[]string","required":false,"maximum":null,"description":"当use_topic为false时,可以使用title查询","example":null},{"name":"doi","type":"string","required":false,"maximum":null,"description":"doi","example":null},{"name":"year","type":"[]number","required":false,"maximum":null,"description":"year数组","example":null},{"name":"sci_flag","type":"boolean","required":false,"maximum":null,"description":"筛选是否sci论文","example":null},{"name":"n_citation_flag","type":"boolean","required":false,"maximum":null,"description":"如果开启,会给引用量大的进行加分","example":null},{"name":"size","type":"number","required":false,"maximum":100,"description":"单次可以查询最大的数量","example":null},{"name":"offset","type":"number","required":false,"maximum":10000,"description":"偏移量","example":null},{"name":"force_citation_sort","type":"boolean","required":false,"maximum":null,"description":"完全按照citation排序","example":null},{"name":"force_year_sort","type":"boolean","required":false,"maximum":null,"description":"完全按照year排序","example":null},{"name":"author_terms","type":"[]string","required":false,"maximum":null,"description":"作者名字查询,array里为or,尽可能多写变体,如张三、zhang s、zhangsan、z s等","example":null},{"name":"org_terms","type":"[]string","required":false,"maximum":null,"description":"机构名字查询,array里为or","example":null},{"name":"query","type":"string","required":false,"maximum":null,"description":"(较慢)自然语言原始问题,如果开启,会将此问题拆分关键词后查找论文。如果同时传入topic_high等关键词时,以此参数获得的关键词为准","example":"生首乌和何首乌与肝损伤的关系"},{"name":"author_id","type":"[]string","required":false,"maximum":null,"description":"作者ID过滤条件。可以是单个ID字符串或ID列表。 当与author_terms同时使用时为OR关系,匹配任一条件即可。","example":null},{"name":"org_id","type":"[]string","required":false,"maximum":null,"description":"机构ID过滤条件。可以是单个ID字符串或ID列表。 当与org_terms同时使用时为OR关系,匹配任一条件即可。","example":null},{"name":"venue_ids","type":"[]string","required":false,"maximum":null,"description":"会议/期刊ID列表过滤条件","example":null}],"response_fields":[{"name":"Total","type":"float","description":"总数"},{"name":"code","type":"int","description":"返回码"},{"name":"data","type":"string","description":"id列表"},{"name":"doi","type":"string","description":"doi"},{"name":"id","type":"string","description":"id"},{"name":"message","type":"string","description":"描述"},{"name":"title","type":"string","description":"标题"},{"name":"title_zh","type":"string","description":"论文中文"},{"name":"total","type":"int","description":"总数"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/qa/search' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"query\":\"生首乌和何首乌与肝损伤的关系\",\"topic_high\":\"[[\\\"生首乌\\\"]]\",\"use_topic\":true}'","response":"{\"code\":200,\"success\":true,\"msg\":\"\",\"data\":[{\"doi\":\"10.7501/j.issn.0253-2670.2015.10.014\",\"id\":\"55a6cbe465ce054aad760fd8\",\"title\":\"The Idiosyncratic Hepatotoxicity of Polygonum Multiflorum Based on Endotoxin Model\",\"title_zh\":\"基于内毒素特异质模型的生首乌与制首乌肝毒性比较研究\"},{\"doi\":\"10.3969/j.issn.1005-5509.2008.03.066\",\"id\":\"53e9bdeeb7602d9704aa0f76\",\"title\":\"HPLC Measure the Content of Emodin in Raw and Prepared Fleece-flower Root\",\"title_zh\":\"HPLC法测定生首乌和制首乌中大黄素的含量\"},{\"doi\":\"10.3969/j.issn.1006-1959.2011.08.278\",\"id\":\"53e9ce51b7602d970548c5d3\",\"title_zh\":\"生首乌治疗急性腹泻27例临床报道\"},{\"doi\":\"10.3969/j.issn.1005-5509.2006.04.062\",\"id\":\"53e9b1f1b7602d9703c8645e\",\"title\":\"The Determination for the Content of Polysaccharide in Polygonum Multiflorum Thunb. and the Refined\",\"title_zh\":\"生首乌及制首乌总多糖的含量测定\"},{\"doi\":\"10.16368/j.issn.1674-8999.2009.06.029\",\"id\":\"53e99f78b7602d970284fc6e\",\"title\":\"Treating Chronicity Obstinate Trichopathy with Fleeceflower Root\",\"title_zh\":\"生首乌治疗慢性顽固性毛发病举隅\"},{\"doi\":\"10.3969/j.issn.1007-5798.2013.03.054\",\"id\":\"53e9d01eb7602d97056c9cd0\",\"title_zh\":\"何首乌炮制之我见\"},{\"doi\":\"10.3969/j.issn.1005-7072.2006.03.040\",\"id\":\"53e9c9bdb7602d9704e37ac5\",\"title_zh\":\"生何首乌和制首乌中二苯乙烯苷含量的比较\"},{\"doi\":\"10.7501/j.issn.1674-6376.2021.10.028\",\"id\":\"61cacfc95244ab9dcb220ef6\",\"title\":\"Research progress on hepatotoxicity and mechanism of Radix Polygoni Multiflori and its main components\",\"title_zh\":\"何首乌及其主要成分肝毒性机制的研究进展\"},{\"id\":\"53e9a75fb7602d970309a485\",\"title\":\"Acute Toxicity of Polygonum Multiflorum Thunb and Refined in Mice\",\"title_zh\":\"炮制对何首乌小鼠急性毒性的影响\"},{\"doi\":\"10.16368/j.issn.1674-8999.2014.01.037\",\"id\":\"604b55e56f90b7f6ca86e67b\",\"title\":\"Ancient Literature Research of Analgesic Efficacy of Polygonum Multiflorum\",\"title_zh\":\"何首乌止痛功效的古代文献研究\"},{\"doi\":\"10.5246/jcps.2016.01.006\",\"id\":\"5c7b0a484895d9cbc6294e3f\",\"title\":\"Chronic Toxicity of Both Raw and Processed Polygoni Multiflori Radix on Rats\",\"title_zh\":\"何首乌对大鼠的长期毒性试验研究\"},{\"doi\":\"10.3969/j.issn.1672-3511.2010.06.007\",\"id\":\"53e9bcfcb7602d97049830d5\",\"title\":\"Determination of Toluylene and Archen in Polygonum Multiflorum with RP-HPLC\",\"title_zh\":\"RP-HPLC法测定生、制首乌中二苯乙烯苷和大黄素的含量\"},{\"doi\":\"10.19803/j.1672-8629.20210925\",\"id\":\"649ea1dfd68f896efa18ccd7\",\"title\":\"Determination of cis(trans)-THSG in Polygoni Multiflori Radix from different areas and Polygoni Multiflori Radix Preparata using different processing methods by UPLC\",\"title_zh\":\"HPLC法测定不同产地生何首乌和不同炮制工艺制首乌中顺(反)式二苯乙烯苷含量\"},{\"doi\":\"10.19803/j.1672-8629.20210925\",\"id\":\"6367f3ab90e50fcafd977425\",\"title\":\"Determination of Cis(trans)-Thsg in Polygoni Multiflori Radix from Different Areas and Polygoni Multiflori Radix Preparata Using Different Processing Methods by UPLC\",\"title_zh\":\"HPLC法测定不同产地生何首乌和不同炮制工艺制首乌中顺(反)式二苯乙烯苷含量\"},{\"doi\":\"10.3321/j.issn:1001-5302.2006.08.007\",\"id\":\"53e9bb6db7602d97047b0d11\",\"title\":\"[Study on Purification of 2,3,5,4'-Tetrahydroxy-stilbene-2-o-beta-d-glycoside from Polygonum Multiflori].\",\"title_zh\":\"大孔树脂吸附纯化何首乌中二苯乙烯苷的研究\"},{\"doi\":\"10.3969/j.issn.1002-7386.2009.19.004\",\"id\":\"53e9b884b7602d9704453b4c\",\"title\":\"Effects of Heshouwu decoction on the tissue structure of submandibular gland in aging rats induced by D-galactose\",\"title_zh\":\"何首乌饮对衰老模型大鼠下颌下腺组织结构的影响\"},{\"id\":\"53e9b1d0b7602d9703c60df8\",\"title\":\"Effects of Heshouwuyin on the expressions of β-galactosidase in submandibular glands of aging rats induced by D-galactose\",\"title_zh\":\"何首乌饮对D-半乳糖所致衰老大鼠下颌下腺β-半乳糖苷酶表达的影响\"},{\"id\":\"65b7c645939a5f40820b803e\",\"title\":\"The Informed User in Design Law: What Should He Compare and How Should He Make the Comparison?\"},{\"id\":\"600b9f3766e4cca20d1e19a4\",\"title\":\"Now he should still be a Jew! Full rag: 'Alles auf zucker!' by Dani Levy\"},{\"id\":\"604b32686f90b7f6ca59c7c7\",\"title\":\"The Medical Organization Should Take law Responsibility if he Didn't Fulfill the Information Obligation Completely\",\"title_zh\":\"医疗机构未完全履行告知义务应承担法律责任的探析\"}],\"total\":31,\"log_id\":\"3AFPD31d7DY5DmXXqAQImiPIC1y\"}"},"history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/search/paper/pro/open"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/680f2c13879599061946769d.json b/.setup/plugins/aminer/680f2c13879599061946769d.json
deleted file mode 100644
index 3023bef3..00000000
--- a/.setup/plugins/aminer/680f2c13879599061946769d.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"680f2c13879599061946769d","description":"AMiner沉思(SSE接口)","price":0.8,"title":"AMiner沉思","method":"post","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/paper/deep_research","update_time":"2025-11-18T11:05:29.071373Z","header":[{"name":"Content-Type","value":"application/json;charset=utf-8"},{"name":"Authorization","value":"Token"}],"param":[{"name":"message","type":"string","required":true,"maximum":null,"description":"用户问题","example":"ai是什么"},{"name":"type","type":"number","required":true,"maximum":null,"description":"使用的数据资源类型:1= AMiner全库;2 = 预印本;3 = 医学库","example":"1"},{"name":"web_search","type":"boolean","required":false,"maximum":null,"description":"是否使用网络资源","example":null}],"response_fields":[{"name":"author","type":"string","description":"输出角色"},{"name":"content","type":"string","description":"chunk内容"},{"name":"content_type","type":"string","description":"内容类型(包括think, text)"},{"name":"id","type":"string","description":"id"},{"name":"recipient","type":"string","description":"参与者"},{"name":"request_id","type":"string","description":"请求id"},{"name":"status","type":"string","description":"状态(包括in_progress, completed)"}],"example_online":{"request":"curl -X 'POST' 'https://datacenter.aminer.cn/gateway/open_platform/api/paper/deep_research' -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: 替换为从控制台中获取或你生成的token' -d '{\"message\":\"ai是什么\",\"type\":1}'","response":""},"explanation":"SSE接口","history_urls":["https://datacenter.aminer.cn/gateway/open_platform/api/v3/paper/deep_research"]}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/69314320b7a55c2e5218f96d.json b/.setup/plugins/aminer/69314320b7a55c2e5218f96d.json
deleted file mode 100644
index e83fde5c..00000000
--- a/.setup/plugins/aminer/69314320b7a55c2e5218f96d.json
+++ /dev/null
@@ -1 +0,0 @@
-{"success":true,"code":200,"msg":"","data":{"id":"69314320b7a55c2e5218f96d","description":null,"price":1.5,"title":"学者项目","method":"get","url_online":"https://datacenter.aminer.cn/gateway/open_platform/api/project/person/v3/open","update_time":"2026-03-06T05:29:42.498411Z","header":[{"name":"Authorization","value":"Token"}],"param":[{"name":"id","type":"string","required":false,"maximum":null,"description":"学者id","example":"53f3ae78dabfae4b34b0c75d"}],"response_fields":[{"name":"country","type":"string","description":"国家"},{"name":"end_date","type":"object","description":"结束时间"},{"name":"fund_amount","type":"float","description":"资助金额"},{"name":"fund_currency","type":"string","description":"资助货币"},{"name":"id","type":"string","description":"id"},{"name":"project_source","type":"string","description":"项目源"},{"name":"start_date","type":"object","description":"开始时间"},{"name":"titles","type":"string","description":"项目标题"},{"name":"total","type":"float","description":"总数"}],"example_online":{"request":"curl -X 'GET' 'https://datacenter.aminer.cn/gateway/open_platform/api/project/person/v3/open?id=53f3ae78dabfae4b34b0c75d' -H 'Authorization: 替换为从控制台中获取或你生成的token'","response":"{\"success\":true,\"msg\":\"\",\"data\":[{\"country\":\"US\",\"end_date\":{\"seconds\":1377907200},\"fund_amount\":328072,\"fund_currency\":\"USD\",\"id\":\"67593e52ae8580e7ff88543c\",\"project_source\":\"NSF\",\"start_date\":{\"seconds\":1283299200},\"titles\":\"[{\\\"contents\\\": [\\\"Efficient Reduced-Order Modeling Tools for Aeroelastic Predictions in Super Long-Span Bridges\\\"], \\\"language\\\": \\\"EN\\\"}]\"},{\"country\":\"US\",\"end_date\":{\"seconds\":1217462400},\"fund_amount\":19250,\"fund_currency\":\"USD\",\"id\":\"67593eafae8580e7ff94ec88\",\"project_source\":\"NSF\",\"start_date\":{\"seconds\":1143849600},\"titles\":\"[{\\\"contents\\\": [\\\"U.S.-Korea Planning Visit: Fluid-Structure Interaction of Flexible Suspended Bridges Exposed to Severe Environmental Conditions\\\"], \\\"language\\\": \\\"EN\\\"}]\"},{\"country\":\"US\",\"end_date\":{\"seconds\":1251676800},\"fund_amount\":15000,\"fund_currency\":\"USD\",\"id\":\"6759455fae8580e7ff4a7887\",\"project_source\":\"NSF\",\"start_date\":{\"seconds\":1243814400},\"titles\":\"[{\\\"contents\\\": [\\\"Bridging the Gap Between the Industry and Academia Thermal Stresses Community: The 8th International Congress on Thermal Stresses 2009; held at U. of Illinois, June 1-4, 2009\\\"], \\\"language\\\": \\\"EN\\\"}]\"},{\"country\":\"US\",\"end_date\":{\"seconds\":1220140800},\"fund_amount\":20000,\"fund_currency\":\"USD\",\"id\":\"67594697ae8580e7ff65a63b\",\"project_source\":\"NSF\",\"start_date\":{\"seconds\":1125532800},\"titles\":\"[{\\\"contents\\\": [\\\"U.S.-Armenia: Planning Visit - Investigations of Thin Elastic Structures under Electromagnetic and Aerodynamic Loading Conditions\\\"], \\\"language\\\": \\\"EN\\\"}]\"},{\"country\":\"US\",\"end_date\":{\"seconds\":1156982400},\"fund_amount\":199000,\"fund_currency\":\"USD\",\"id\":\"67594903ae8580e7ffb19548\",\"project_source\":\"NSF\",\"start_date\":{\"seconds\":1126742400},\"titles\":\"[{\\\"contents\\\": [\\\"MRI: Acquisition of a Scanning Laser Vibrometer for Smart-Structures Research\\\"], \\\"language\\\": \\\"EN\\\"}]\"}],\"total\":5,\"log_id\":\"36KfkiLXRQgd9ZViNBCcfFkUdc4\"}"}}}
\ No newline at end of file
diff --git a/.setup/plugins/aminer/docs.json b/.setup/plugins/aminer/docs.json
deleted file mode 100644
index a51ddc54..00000000
--- a/.setup/plugins/aminer/docs.json
+++ /dev/null
@@ -1,298 +0,0 @@
-{
- "success": true,
- "code": 200,
- "msg": "",
- "data": [
- {
- "id": "671a19a46e728a29db292f73",
- "description": "根据学者名称搜索学者ID、学者名字、机构\n",
- "price": 0,
- "method": "post",
- "env": "open",
- "type": "search",
- "title": "学者搜索",
- "update_time": "2025-11-19T10:09:43.497393Z"
- },
- {
- "id": "650c01ada35ad00c78dbb65f",
- "description": "根据学者ID获取学者中英文个人简介、中英文教育背景、性别、姓名、职称、荣誉奖项(中英文简介不同时存在)",
- "price": 1,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "学者详情",
- "update_time": "2024-12-25T10:45:12.034318Z"
- },
- {
- "id": "652252e007bac596e60d91da",
- "description": "根据学者ID获取学者的论文ID、论文标题",
- "price": 1.5,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "学者论文",
- "update_time": "2025-10-24T04:29:13.214321Z"
- },
- {
- "id": "650c0336a35ad00c78dbb661",
- "description": "根据学者ID获取学者研究兴趣、研究领域、结构化工作经历、结构化教育经历",
- "price": 0.5,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "学者画像",
- "update_time": "2023-10-25T08:06:08.018678Z"
- },
- {
- "id": "6524fa8c228b43f5d3572641",
- "description": "根据学者ID获取学者专利ID、专利标题",
- "price": 1.5,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "学者专利",
- "update_time": "2023-10-13T10:43:00.247991Z"
- },
- {
- "id": "69314320b7a55c2e5218f96d",
- "description": null,
- "price": 1.5,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "学者项目",
- "update_time": "2026-03-06T05:29:42.498411Z"
- },
- {
- "id": "676d1eaaa1e96db72a14e337",
- "description": "基于AMiner开放平台AI学术问答使用接口,支持智能提取关键词",
- "price": 0.05,
- "method": "post",
- "env": "open",
- "type": "chat",
- "title": "论文问答搜索",
- "update_time": "2026-02-27T09:40:25.354201Z"
- },
- {
- "id": "66471a81d0efa2bb8d4e8c08",
- "description": "根据多种条件搜索论文标题、论文ID、论文DOI",
- "price": 0.01,
- "method": "get",
- "env": "open",
- "type": "search",
- "title": "论文搜索pro",
- "update_time": "2025-01-24T09:58:35.863685Z"
- },
- {
- "id": "6673a6228e9e5687485aac1e",
- "description": "通过关键词或作者或期刊名称获取论文作者机构期刊等信息",
- "price": 0.3,
- "method": "get",
- "env": "open",
- "type": "combine",
- "title": "论文搜索接口",
- "update_time": "2025-07-01T09:47:51.281095Z"
- },
- {
- "id": "64f03e746221825d961dbde4",
- "description": "根据论文标题获取论文标题、论文ID、论文DOI",
- "price": 0,
- "method": "get",
- "env": "open",
- "type": "search",
- "title": "论文搜索",
- "update_time": "2025-11-19T10:19:31.522974Z"
- },
- {
- "id": "64f0386a6221825d961dbde2",
- "description": "根据论文ID获取标题,卷号,期刊名称,作者名称",
- "price": 0,
- "method": "post",
- "env": "open",
- "type": "filter",
- "title": "论文信息",
- "update_time": "2023-10-13T10:06:18.068081Z"
- },
- {
- "id": "6522534c07bac596e60d91db",
- "description": "根据论文ID获取论文标题、作者、DOI、ISSN、Issue、机构、期刊名称、年份等",
- "price": 0.01,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "论文详情",
- "update_time": "2025-08-27T04:01:40.540922Z"
- },
- {
- "id": "6672475661739c3ac16fddfd",
- "description": "通过多关键词获取论文关键词摘要等信息",
- "price": 0.1,
- "method": "get",
- "env": "open",
- "type": "combine",
- "title": "论文批量查询接口",
- "update_time": "2025-07-01T09:47:05.323603Z"
- },
- {
- "id": "652253c007bac596e60d91dc",
- "description": "根据论文ID获取论文中引用的论文ID、论文标题",
- "price": 0.1,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "论文引用",
- "update_time": "2025-07-31T08:11:33.001353Z"
- },
- {
- "id": "64f03bf46221825d961dbde3",
- "description": "根据专利名称搜索专利ID、专利标题、专利号",
- "price": 0,
- "method": "post",
- "env": "open",
- "type": "search",
- "title": "专利搜索",
- "update_time": "2025-11-10T10:40:34.596048Z"
- },
- {
- "id": "64f02dc86221825d961dbde1",
- "description": "根据专利ID获取专利标题、专利号、发明人、国家、专利号",
- "price": 0,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "专利信息",
- "update_time": "2023-10-13T10:03:28.946862Z"
- },
- {
- "id": "650bfda4a35ad00c78dbb65e",
- "description": "根据专利ID获取专利摘要、申请日期、申请号、申请人、受让人、国家、发明人、优先权号、公开日期等等",
- "price": 0.01,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "专利详情",
- "update_time": "2023-10-13T10:01:04.622185Z"
- },
- {
- "id": "652529e09a86cfd3829b5f7b",
- "description": "根据名称关键词搜索机构ID、名称",
- "price": 0,
- "method": "post",
- "env": "open",
- "type": "search",
- "title": "机构搜索",
- "update_time": "2025-07-24T04:02:06.066854Z"
- },
- {
- "id": "6525285f9a86cfd3829b5f7a",
- "description": "根据机构ID获取机构别名、成立时间、图片、简介、语言、类型等",
- "price": 0.01,
- "method": "post",
- "env": "open",
- "type": "filter",
- "title": "机构详情",
- "update_time": "2025-02-14T08:56:36.582324Z"
- },
- {
- "id": "64f050189ceb91ca8b8b8159",
- "description": "根据机构字符串获取机构标准名称",
- "price": 0.01,
- "method": "post",
- "env": "open",
- "type": "custom",
- "title": "机构消歧",
- "update_time": "2025-01-24T09:57:25.484946Z"
- },
- {
- "id": "668d238ba7d554d2755425ff",
- "description": "根据机构ID获取该机构的学者信息",
- "price": 0.5,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "机构学者",
- "update_time": "2024-07-09T11:54:12.694832Z"
- },
- {
- "id": "668d2176a7d554d2755425fe",
- "description": "通过机构ID获取,该机构学者曾发表过的论文列表",
- "price": 0.1,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "机构论文",
- "update_time": "2024-07-09T11:52:54.87732Z"
- },
- {
- "id": "668d2542a7d554d275542600",
- "description": "通过机构ID获取该机构拥有专利ID",
- "price": 0.1,
- "method": "get",
- "env": "open",
- "type": "filter",
- "title": "机构专利",
- "update_time": "2026-02-27T06:40:32.726847Z"
- },
- {
- "id": "65b397a19e2f618b047c463a",
- "description": "通过机构串提取一级机构和二级机构的ID",
- "price": 0.05,
- "method": "post",
- "env": "open",
- "type": "custom",
- "title": "机构消歧pro",
- "update_time": "2025-05-08T10:39:46.799628Z"
- },
- {
- "id": "6524f85a228b43f5d3572640",
- "description": "根据期刊名称搜索期刊ID、期刊标准名称",
- "price": 0,
- "method": "post",
- "env": "open",
- "type": "search",
- "title": "期刊搜索",
- "update_time": "2024-11-25T02:50:11.762313Z"
- },
- {
- "id": "6524ff9a228b43f5d3572642",
- "description": "根据期刊ID获取期刊ISSN号、简称、类型等",
- "price": 0.2,
- "method": "post",
- "env": "open",
- "type": "filter",
- "title": "期刊详情",
- "update_time": "2024-02-29T02:05:57.919567Z"
- },
- {
- "id": "65800e14520f9700eafa915f",
- "description": "根据期刊ID获取论文ID列表",
- "price": 0.1,
- "method": "post",
- "env": "open",
- "type": "filter",
- "title": "期刊论文",
- "update_time": "2025-01-24T09:56:07.874014Z"
- },
- {
- "id": "6522545107bac596e60d91dd",
- "description": "根据论文发布时间、期刊获取论文标题、作者、DOI、issn、关键词、机构、年份等",
- "price": 0.2,
- "method": "get",
- "env": "open",
- "type": "combine",
- "title": "根据条件获取论文详情",
- "update_time": "2025-03-20T03:28:24.975388Z"
- },
- {
- "id": "680f2c13879599061946769d",
- "description": "AMiner沉思(SSE接口)",
- "price": 0.8,
- "method": "post",
- "env": "open",
- "type": "chat",
- "title": "AMiner沉思",
- "update_time": "2025-11-18T11:05:29.071373Z"
- }
- ],
- "total": 29
-}
\ No newline at end of file
diff --git a/.video/.seedance/v1/prompt.txt b/.video/.seedance/v1/prompt.txt
deleted file mode 100644
index 12d2eb7c..00000000
--- a/.video/.seedance/v1/prompt.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-推荐设置:
-- 时长: 15s
-- 比例: 9:16
-- 风格: 电影感产品广告, 高级感移动端 UI 动效, 温暖真实, 面向中国大陆大众
-- 文字: 画面内所有界面文字、字幕、对白均为简体中文, 不要出现英文 UI
-
-Seedance Prompt:
-请生成一支 15 秒竖屏中文产品宣传片, 产品名为 Synapse。受众是中国大陆的大众用户, 不是技术人群。核心表达是: AI 不再是一个需要研究模型、插件和配置的技术工具, 而是一个可以像加好友一样添加、像同事一样沟通、像专业人士一样雇佣的联系人。整支片子讲产品故事, 不讲技术原理, 不讲框架, 不讲参数。整体气质要像中国头部互联网产品发布的品牌短片: 克制、高级、清晰、亲近、可信、有行动感。
-
-0-3s: 清晨自然光, 一位普通都市用户拿起手机, 在一个干净高级、符合中国主流聊天应用习惯的界面里轻触“创建工作区”。界面出现“消息”“联系人”“工作区”等简体中文入口, 动效流畅克制。镜头 slow push in, 微距 UI 特写, 让观众一眼明白这是一个以聊天协作为核心的产品。
-
-3-6s: 用户在工作区里把一个 AI agent 作为联系人分享出去。画面清楚出现“添加好友”“扫一扫”“好友 ID”这类简体中文信息, 另一位用户像加微信好友一样扫码或输入好友 ID, 顺滑地把这个 AI agent 加入自己的联系人列表。重点表现“添加一个专业角色”, 不是“安装一个模板”。不要出现模型选择器、插件配置页、复杂设置页。
-
-6-10s: 进入私聊界面, 用户像和真人专业顾问聊天一样自然发消息: “帮我把今天客户跟进整理一下, 顺便拉上设计一起推进。” AI 在聊天里直接回复: “好的, 已整理重点, 正在同步给设计。” 然后自然转场到群聊, 群里同时有人类成员和 AI agent, 大家在同一个 IM 会话里协作推进。AI 是群成员之一, 不是悬浮在界面外的万能助手。镜头 follow shot 配合界面滑动, 用 match cut 把私聊和群聊连起来, 传达熟悉、高效、无学习成本。
-
-10-15s: 用户在手机里再发一句话: “今晚 8 点提醒我发报价, 电脑开机后继续把方案做完。” 画面切到已绑定的桌面设备安静亮起, 任务继续推进; 同时用极简、生活化的方式带出定时任务和事件驱动能力, 例如日历提醒轻亮一下、状态卡片显示“已继续执行”、一个外部事件脉冲进入会话后事情自动往前走。不要画成技术架构图, 不要出现 webhook、脚本、代码。最后收束成品牌英雄镜头: 手机联系人列表、私聊、群聊、桌面协同汇聚成一个完整画面, 屏幕上出现简洁有力的简体中文收尾文案: “像加好友一样使用 AI, 像同事一样把事做成。” 画面下方为 Synapse logo 预留干净空间。
-
-镜头语言:
-- premium commercial camera language
-- slow push in, macro UI close-up, smooth track, one decisive whip pan transition
-- 节奏从平静进入高效, 不混乱, 不炫技
-
-视觉风格:
-- cinematic quality, 24fps, soft film grain
-- 中国都市日常办公与生活场景, 温暖晨光, 真实手机与桌面设备质感
-- 界面像成熟的中文 IM 产品, 但不要直接模仿或出现任何其他品牌 logo
-- 高级互联网产品广告质感, 大众友好, 非极客, 非赛博朋克, 非科幻大片
-
-声音设计:
-- 温和但有推进感的现代电子配乐, 可加入少量钢琴层次
-- 轻微发送消息音、扫码提示音、通知轻响、电脑唤醒音
-- 可带极少量自然中文环境音, 但不要长篇旁白
-
-避免:
-- 黑客感、机房、代码雨、服务器、参数面板、复杂数据大屏
-- 机器人、机械手、悬浮 hologram、夸张科幻 HUD
-- 冷蓝霓虹、加密货币风、游戏风、过度未来感
-- 屏幕信息过密、字幕过多、解释欲太强
diff --git a/.video/.seedance/v2/prompt-safe.txt b/.video/.seedance/v2/prompt-safe.txt
deleted file mode 100644
index 27004186..00000000
--- a/.video/.seedance/v2/prompt-safe.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-15s, 9:16, English UI only.
-
-Create a premium vertical product film for Synapse, an AI chat app. Calm pacing, clean storytelling, minimal interface, warm light, polished motion design. Main idea: AI is a contact you add and a teammate you work with inside chat.
-
-0-4s: A person lifts a phone in a clean modern workspace. Open a messaging app. Show a simple contact list with short English words only: "Contacts", "Add", "Scan". A new AI contact named "Agent" appears beside human contacts. Slow push in, macro UI close-up, elegant motion.
-
-4-9s: Open the AI contact. Private chat. User sends: "Client follow-up?" AI replies: "On it." Smooth cut into a group chat named "Team". Two coworkers and the same AI agent are already in the thread. The AI feels native to the chat, like a real participant.
-
-9-13s: User sends: "Continue on desktop." A linked desktop wakes and continues the same task. Show one small timer card and one soft activity pulse. Keep it visual and minimal.
-
-13-15s: Final hero frame. Contact list, private chat, group chat, and desktop continuity align into one clean composition. Leave space for the Synapse logo to be added later.
-
-Style: cinematic, 24fps, soft film grain, warm daylight, premium device materials, refined reflections, minimal messaging UI, clear composition.
-Sound: soft electronic build, message tap, scan cue, quiet notification, desktop wake sound.
-Avoid long text, logos, dashboards, settings pages, code, holograms, chaotic montage.
diff --git a/.video/.seedance/v2/prompt.txt b/.video/.seedance/v2/prompt.txt
deleted file mode 100644
index abc2873c..00000000
--- a/.video/.seedance/v2/prompt.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-15s, 9:16, English UI only.
-
-Create a Synapse launch-film style promo in the tone of a Chinese internet product conference opening video: restrained, premium, clear, confident, not melodramatic. Audience is mainstream users in mainland China, but all visible UI must be short English only. UI labels 1-3 words, chat bubbles 2-5 words, no Chinese characters.
-
-Core message: AI is not a tool you configure. It is a contact you add, a participant inside chat, and a presence that quietly keeps work moving.
-
-0-4s: Premium dark-to-light opening. Calm modern Chinese office. A young professional raises a phone. Clean messaging UI. Show only "Contacts", "Add Contact", "Scan". A new AI contact named "Agent" appears beside real people. Slow push in, macro UI close-up.
-
-4-9s: Open the AI contact. Private chat. User sends: "Client follow-up?" AI replies: "On it." Then a clean match cut into a group thread labeled "Team". Two human teammates and the same AI agent are already inside. The AI feels native to the IM flow, not like a floating assistant panel.
-
-9-13s: User sends: "Continue on desktop." The phone stays in hand while a linked desktop wakes in the background and continues the same task. Show one subtle timer card and one event pulse. Suggest scheduled tasks and event-driven action without technical explanation. No code, no settings, no dashboards.
-
-13-15s: End on a composed keynote hero frame. Contact list, private chat, group collaboration, and desktop continuity align into one final composition. Leave space for the Synapse logo in post.
-
-Visual style: cinematic, 24fps, soft film grain, restrained contrast, premium device materials, clean white and graphite tones, believable messaging UI.
-
-Sound: subtle electronic rise, tap sounds, soft scan cue, quiet notification chime, low desktop wake tone.
-
-Avoid: Chinese text, long paragraphs, noisy UI, exaggerated acting, sci-fi holograms, hacker aesthetics, server rooms, code editors, neon cyberpunk, chaotic montage.
diff --git a/docs/relay-auto-skills.md b/docs/relay-auto-skills.md
index 6c89ba82..febf7e14 100644
--- a/docs/relay-auto-skills.md
+++ b/docs/relay-auto-skills.md
@@ -54,7 +54,7 @@ The API does not trust arbitrary relay-reported slugs as standalone skills.
Instead, it loads a local manifest:
-- `relay/cli-anything-wave1.json`
+- `relay/managed-command-providers.json`
For each manifest entry, it reads the local skill file:
diff --git a/relay/cli-anything-wave1.json b/relay/cli-anything-wave1.json
deleted file mode 100644
index f35853c5..00000000
--- a/relay/cli-anything-wave1.json
+++ /dev/null
@@ -1,282 +0,0 @@
-{
- "version": 1,
- "capabilities": [
- {
- "slug": "adguardhome",
- "repoDir": "adguardhome",
- "module": "adguardhome",
- "command": "cli-anything-adguardhome",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "anygen",
- "repoDir": "anygen",
- "module": "anygen",
- "command": "cli-anything-anygen",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "blender",
- "repoDir": "blender",
- "module": "blender",
- "command": "cli-anything-blender",
- "probe": {
- "type": "executable_any",
- "candidates": ["blender"],
- "paths": ["/Applications/Blender.app/Contents/MacOS/Blender"]
- }
- },
- {
- "slug": "cloudcompare",
- "repoDir": "cloudcompare",
- "module": "cloudcompare",
- "command": "cli-anything-cloudcompare",
- "probe": {
- "type": "executable_any",
- "candidates": ["CloudCompare", "cloudcompare"],
- "paths": ["/Applications/CloudCompare.app/Contents/MacOS/CloudCompare"]
- }
- },
- {
- "slug": "comfyui",
- "repoDir": "comfyui",
- "module": "comfyui",
- "command": "cli-anything-comfyui",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "drawio",
- "repoDir": "drawio",
- "module": "drawio",
- "command": "cli-anything-drawio",
- "probe": {
- "type": "executable_any",
- "candidates": ["draw.io", "drawio", "draw.io.exe"],
- "paths": ["/Applications/draw.io.app/Contents/MacOS/draw.io"]
- }
- },
- {
- "slug": "freecad",
- "repoDir": "freecad",
- "module": "freecad",
- "command": "cli-anything-freecad",
- "probe": {
- "type": "executable_any",
- "envPathVar": "FREECAD_PATH",
- "candidates": ["freecadcmd", "FreeCADCmd", "freecad", "FreeCAD"],
- "paths": [
- "/Applications/FreeCAD.app/Contents/MacOS/FreeCADCmd",
- "/Applications/FreeCAD.app/Contents/MacOS/FreeCAD",
- "/usr/bin/freecadcmd",
- "/usr/bin/freecad",
- "/usr/local/bin/freecadcmd",
- "/usr/local/bin/freecad",
- "/snap/bin/freecad",
- "C:/Program Files/FreeCAD/bin/FreeCADCmd.exe",
- "C:/Program Files/FreeCAD/bin/FreeCAD.exe",
- "C:/Program Files (x86)/FreeCAD/bin/FreeCADCmd.exe",
- "C:/Program Files (x86)/FreeCAD/bin/FreeCAD.exe"
- ]
- }
- },
- {
- "slug": "gimp",
- "repoDir": "gimp",
- "module": "gimp",
- "command": "cli-anything-gimp",
- "probe": {
- "type": "executable_any",
- "candidates": ["gimp", "gimp-2.10", "gimp-2.99"],
- "paths": ["/Applications/GIMP.app/Contents/MacOS/gimp"]
- }
- },
- {
- "slug": "inkscape",
- "repoDir": "inkscape",
- "module": "inkscape",
- "command": "cli-anything-inkscape",
- "probe": {
- "type": "executable_any",
- "candidates": ["inkscape"],
- "paths": ["/Applications/Inkscape.app/Contents/MacOS/inkscape"]
- }
- },
- {
- "slug": "intelwatch",
- "repoDir": "intelwatch",
- "module": "intelwatch",
- "command": "cli-anything-intelwatch",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "kdenlive",
- "repoDir": "kdenlive",
- "module": "kdenlive",
- "command": "cli-anything-kdenlive",
- "probe": {
- "type": "executable_any",
- "candidates": ["melt"]
- }
- },
- {
- "slug": "krita",
- "repoDir": "krita",
- "module": "krita",
- "command": "cli-anything-krita",
- "probe": {
- "type": "executable_any",
- "envPathVar": "KRITA_PATH",
- "candidates": ["krita"],
- "paths": ["/Applications/krita.app/Contents/MacOS/krita"]
- }
- },
- {
- "slug": "libreoffice",
- "repoDir": "libreoffice",
- "module": "libreoffice",
- "command": "cli-anything-libreoffice",
- "probe": {
- "type": "executable_any",
- "candidates": ["libreoffice", "soffice"],
- "paths": [
- "/Applications/LibreOffice.app/Contents/MacOS/soffice",
- "C:/Program Files/LibreOffice/program/soffice.exe",
- "C:/Program Files (x86)/LibreOffice/program/soffice.exe"
- ]
- }
- },
- {
- "slug": "mermaid",
- "repoDir": "mermaid",
- "module": "mermaid",
- "command": "cli-anything-mermaid",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "mubu",
- "repoDir": "mubu",
- "module": "mubu",
- "command": "cli-anything-mubu",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "musescore",
- "repoDir": "musescore",
- "module": "musescore",
- "command": "cli-anything-musescore",
- "probe": {
- "type": "executable_any",
- "envPathVar": "MUSESCORE_PATH",
- "candidates": ["mscore", "musescore"],
- "paths": [
- "/Applications/MuseScore 4.app/Contents/MacOS/mscore",
- "~/Applications/MuseScore 4.app/Contents/MacOS/mscore"
- ]
- }
- },
- {
- "slug": "notebooklm",
- "repoDir": "notebooklm",
- "module": "notebooklm",
- "command": "cli-anything-notebooklm",
- "probe": {
- "type": "executable_any",
- "candidates": ["notebooklm"]
- }
- },
- {
- "slug": "novita",
- "repoDir": "novita",
- "module": "novita",
- "command": "cli-anything-novita",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "obs-studio",
- "repoDir": "obs-studio",
- "module": "obs_studio",
- "command": "cli-anything-obs-studio",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "ollama",
- "repoDir": "ollama",
- "module": "ollama",
- "command": "cli-anything-ollama",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "renderdoc",
- "repoDir": "renderdoc",
- "module": "renderdoc",
- "command": "cli-anything-renderdoc",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "rms",
- "repoDir": "rms",
- "module": "rms",
- "command": "cli-anything-rms",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "shotcut",
- "repoDir": "shotcut",
- "module": "shotcut",
- "command": "cli-anything-shotcut",
- "probe": {
- "type": "executable_any",
- "candidates": ["melt"]
- }
- },
- {
- "slug": "slay_the_spire_ii",
- "repoDir": "slay_the_spire_ii",
- "module": "slay_the_spire_ii",
- "command": "cli-anything-sts2",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "zoom",
- "repoDir": "zoom",
- "module": "zoom",
- "command": "cli-anything-zoom",
- "probe": {
- "type": "wrapper_only"
- }
- },
- {
- "slug": "zotero",
- "repoDir": "zotero",
- "module": "zotero",
- "command": "cli-anything-zotero",
- "probe": {
- "type": "wrapper_only"
- }
- }
- ]
-}