中国引文数据库,Chinese Citation Database
1)Chinese Citation Database中国引文数据库
1.Method The data were collected by using“Chinese Citation Database”published by Chinese Academic Journal(CD)Electronic Journals Publishing House.方法2006-09,利用清华大学主办、中国学术期刊(光盘版)电子杂志社编辑出版的《中国知识资源总库》中的《中国引文数据库》进行数据采集。
2)Chinese Science Citition Database中国科学引文数据库
英文短句/例句

1.Evaluation of the Author Influence in Guizhou University--Based on the Chinese Science Citation Database贵州大学著者影响力评价——基于中国科学引文数据库
2.Study on Work Flow and Technology of Processing of Foreign Medical Journals Citation Data in NSTL Database of International Science CitationNSTL国际科学引文数据库医学外文期刊引文数据加工流程和加工技术研究
3.Sci-tech Analysis and Evaluation Based on Citation Index基于引文索引数据库的科技分析评价
4.Chinesc architecture science subject and database on dise and Internet database searching;中文建筑学科文献及光盘数据库、网络数据库检索
5.Statistical Analysis of Fruits Science Documents on the CAB;果树科学文献在CAB数据库中的统计分析
6.The Drilling Project Network Database of the Chinese Continental Scientific Drilling;中国大陆科学钻探钻探工程网络数据库
7.k-mapping cipher index scheme as to character data in outsourced databases外包数据库中字符数据的k-映射密文索引技术
8.Chinese Academic Journals Index Database and Databases of Chinese Scientific and Technical Periodicals : comparison and analysis;《中国期刊全文题录数据库》与《中文科技期刊数据库》来源期刊的比较与分析
9.Subject Development of Three Northeast Provincial Academies of Agricultural Sciences from the Citation Data of Scientific Papers从科技论文引文数据看三省农科院学科发展
10.Discussion on Application of SPORTDiscus with Full Text;SPORTDiscus运动科学全文数据库应用探析
11.Establishment and Functions of Graduates Dissertation Tabloid Database for Colleges and Universities of Physical Education in China;全国体育院校(系、科)研究生学位论文文摘数据库的建立及其作用
12.Establishment and Application of National DNA Database;我国法庭科学DNA数据库的建设与应用
13.A Discussion on the Establishment of National DNA Database;浅谈我国法庭科学DNA数据库的建设
14.Value and important issues abou tnational DNA database;国家法庭科学DNA数据库建设势在必行
15.How to Use the Authorware Database;Authorware中的数据库引用技术
16.The Development of Database Technology and the Project of Science Database;数据库技术新进展与科学数据库工程
17.The Research of Accessing to Heterogenous Database in Data Center of Agriculture;农业科学数据中心异构数据库的访问研究
18.The US China Study Citation Database:System Construction and Application美国对华研究引文数据库系统的建立及应用
相关短句/例句

Chinese Science Citition Database中国科学引文数据库
3)CSTPC中国科技论文与引文数据库
4)CSTPI《中国科技论文引文分析数据库》
5)CMCI中国生物医学期刊引文数据库
1.Method The distribution of Chinese medical journals publishing high influence medical articles in 1994-2004 was analyzed by using the data of CMCI.方法利用《中国生物医学期刊引文数据库》(CM-CI)的数据,对1994-2004年来国内医学领域高影响力的科研论文的期刊分布进行统计分析。
2.A bibliometric analysis of 3548 highly influential medical articles with ≥30 citations searched on CMCI is conducted.利用国内专业引文数据库《中国生物医学期刊引文数据库》(CMCI)的数据,统计得出被引频次达30次以上的高影响力医学论文共有3 548篇,并按地区进行了计量分析。
6)NSTL Database of International Science CitationNSTL国际科学引文数据库
1.Study on Work Flow and Technology of Processing of Foreign Medical Journals Citation Data in NSTL Database of International Science CitationNSTL国际科学引文数据库医学外文期刊引文数据加工流程和加工技术研究
延伸阅读

ACCESS数据库  什么是Access数据库  数据库是有结构的数据集合,它与一般的数据文件不同,(其中的数据是无结构的)是一串文字或数字流。数据库中的数据可以是文字、图象、声音等。  MicrosoftAccess是一种关系式数据库,关系式数据库由一系列表组成,表又由一系列行和列组成,每一行是一个记录,每一列是一个字段,每个字段有一个字段名,字段名在一个表中不能重复。图1是一个“产品”表的例子。“产品”表由10个记录组成,一个记录占一行,每一个记录由产品ID、产品名称、库存量、订货量、单价和折扣率6个字段组成。“产品ID”是字段名,其下面的1,2等是字段的值。  表与表之间可以建立关系(或称关联,连接),以便查询相关联的信息。Access数据库以文件形式保存,文件的扩展名是DB。  Access97的6种对象    Access97数据库由六种对象组成,它们是表、查询、窗体、报表、宏和模块。 表(Table)——表是数据库的基本对象,是创建其他5种对象的基础。表由记录组成,记录由字段组成,表用来存贮数据库的数据,故又称数据表。  查询(Query)——查询可以按索引快速查找到需要的记录,按要求筛选记录并能连接若干个表的字段组成新表。  窗体(Form)——窗体提供了一种方便的浏览、输入及更改数据的窗口。还可以创建子窗体显示相关联的表的内容。窗体也称表单。  报表(Report)——报表的功能是将数据库中的数据分类汇总,然后打印出来,以便分析。  宏(Macro)——宏相当于DOS中的批处理,用来自动执行一系列操作。Access列出了一些常用的操作供用户选择,使用起来十分方便。  模块(Module)——模块的功能与宏类似,但它定义的操作比宏更精细和复杂,用户可以根据自己的需要编写程序。模块使用VisualBasic编程。