科学网

 找回密码
  注册

tag 标签: 数据库

相关帖子

版块 作者 回复/查看 最后发表

没有相关内容

相关日志

23F 数据库在科研中的作用与价值 1
icstu1 2009-11-23 12:27
23F {推荐} 数据库在科研中的作用与价值 1 {链接} SCI_CAS-1 SCI_CAS-2 SCI_CAS-1
个人分类: F 描述场景与回溯某个实例|1000 次阅读|0 个评论
研究进展
husg2008 2009-11-19 00:47
1 牙买加是典型的热带喀斯特; 2 生物地质地形数据库的定位; 3 建立这样一个数据库的目的为实现牙买加喀斯特地形与植被密度的分类与定量; 4 具体的实现方法流程包括: ASTER 提供的 IMAGE-DEM- 地图代数 -GIS- 统计分析地形; ASTER 提供的 IMAGE- 结合地形、坡度、坡向、 NDVI- 统计分析植被密度 5 结论:雨季时,各种地形平均 NDVI 值都为 0.8 ,表明雨季时,各种地形中的植被密度都很高,各种地形上的植被具有一致性特征,但是在空间方位上,植被密度自东向西有增加趋势;除了研究区喀斯特地形指标外,当地旱季时的 ASTER 数据与 4m 更高分辨率卫星数据是判读喀斯特区植被密度种类的两个重要指标。 来源: Chenoweth, Michael Sean , Ph.D., 基于空间数据库开发的牙买加喀斯特地形与植被解译, 2003 ,美国威斯康星大学博士毕业论文
个人分类: 科研笔记|3573 次阅读|0 个评论
vc中使用ADO访问数据库2
leanee 2009-5-15 19:30
OLEDB是基于COM技术编写的,ADO是基于OLEDB的,它实际上是OLEDB的一个用户程序ADO本身也是一个COM组件。COM组件在使用时需要初始化COM库,这需要调用ConInitialize函数来实现,该函数有一个参数,该参数是保留的,因此调用时,直接参数写NULL即可。在访问完COM库后还需调研CoUnInitialize函数卸载COM库。 _ConnectionPtr这是智能指针类型,利用这个智能指针类型定义一个ADO Connection 的对象pConn,并同时初始化。 记录集智能指针对象,pRst。然后利用智能指针对象去访问该对象的属性和方法了。首先为数据库连接对象的连接字符串赋值,然后调用连接对象的open方法打开与数据库的连接。
个人分类: vc|2325 次阅读|0 个评论
vc中使用ADO访问数据库
leanee 2009-5-15 16:55
在VC中使用ADO访问数据库的方法是:首先导入ADO文件库。本例是在程序的预编译头文件stdafx.h中导入该库的。方法是:利用import指令将动态库链接库msado15.dll导入,其具体代码为: #importC:\programfiles\commonfiles\system\ado\msado15.dllno_namespacerename(EOF,reEOF) 本例中我们不要命名空间主要是为了访问方便,在程序中可以直接使用ADO提供的Connection,Command,Recordset这个三个COM接口。导入ADO库之后,可以编译程序了这时编译器会给出以下一个警告,在VC利用ADO访问数据库时都会存在着一警告,\msado15.tlh(407)对程序没影响。然后再找到工程所在的文件夹,在debug目录下可以看到编译器为我们生成两个文件msado15.tlh,msado15.tli,这是编译器自动生成的,不需要我们导入。现在就可以需要的函数中利用ADO访问数据库了。 CoInitialize(NULL); _ConnectionPtrpConn(_uuidof(Connection)); _RecordsetPtrpRst(_uuidof(Recordset)); pConn-ConnectionString=Provider=SOLOLEDB.1;Password=sa;Persist Security Info=True;User ID=sa; Initial Catalog=pubs; pConn-Open(,,,adConnectUnspecified); pRst=pConn-Execute(select * from authors,NULL,adCmdText); while(!pRst-reEOF) { ((CListBox*)GetDlgItem(IDC_LIST1)-AddString((_bstr_t)pRst-GetCollect(au_lnme)); pRst-MoveNext; } pRst-Close(); pConn-Close(); pRst-Release; pConn-Release; }
个人分类: vc|4353 次阅读|0 个评论
标准的数据库访问技术
leanee 2009-5-15 15:56
ODBC(open database connectivity)开放数据库互联。为编写关系型数据库的软件提供了统一接口。ODBC提供一个单一的API,可用于处理不同数据库的客户应用程序。ODBC API的应用程序可以与任何具有ODBC驱动程序的关系数据库进行通信。ODBC体系架构: 客户程序----ODBC驱动管理器---------ODBC驱动程序--------各种关系数据库 我们所编写的客户程序是直接与ODBC驱动管理器打交道的 DAO(datab access object)数据访问对象。DAO是一组Microsoft Jet/access数据库引擎的COM自动化接口。DAO不像ODBC那样是面向C/C++程序员的,它是微软提供给VB开发人员的简单的数据库访问方法,用于操作Access数据库。                                      
个人分类: vc|2321 次阅读|0 个评论
基于VFP部件库最小系统网络版研究
求新 2009-5-5 21:39
(本文原载于武汉大学东湖分校学报) 1. 通用软部件研究的意义与现状 通用软部件(以下简称部件)是应用系统中由构件组成的能独立完成一项工作的具有自适应与即插即用特性的通用程序模块。它是经封装的、面向包括多个功能的业务工作而不是简单单一功能的系统顶级模块;部件之间不存在直接联系、不要求彼此间的协作、包括了全局性界面设计的内容、直接依据接口参数调用、不存在动态接口,能通用于不同应用系统,通用于同类操作系统的多个不同数据库系统,能自动适应不同数据库结构的应用需求,在应用于现场时可以如同硬件生产一样不加修改地即插即用或经简单裁剪后插入使用(一般不需要编写或修改代码);即使应用需求改变,也同样只需要修改参数就能自动适应,甚至可以不需要再编译。它采用从上而下设计方法进行研制,是规范化、标准化的代码类软件。我们从2000年起开展通用软部件研究,2001年发布了基于VFP的几个通用软件,2004年在网上公开发布VFP部件库最小系统,在表单设计、查询设计、导入导出、报表设计、统计图设计、关系操作等各方面功能与性能全面超过VFP自带的开发工具,特别是比较适应中国国情。2005年基于JAVA的部件技术通过湖北省教育厅鉴定,评价达到世界先进水平。2006年发布VFP部件库最小系统3.0版。2007年微软宣布放弃他们重金收购且发展15年的FoxPro,表示VFP9.0版本是其最后版本,网上传言有将VFP变成自由软件的可能。08年我们又继续发布了VFP部件库最小系统4.0版,今年将发布VFP部件库最小系统网络版(其试用版现已可向《数据库原理与技术》一书使用学校提供)。到目前为止,通用软部件技术仍然是我们独家技术(因此不妨宣称为程氏技术)。其目标是提高软件复用性能,提高软件生产效率与软件质量,提高软件适应性与可扩展性,降低软件成本,促使进一步提高计算机应用面,促使实现软件生产工业化。 计算机应用,尤其是其在管理方面的应用最让人头痛的问题是如何适应多变的需求,只有发展适应性特别优良的具有高度可复用性的软件才能解决该问题。如果能生产足够多的如同前述的通用软部件,将能有效解决系统扩展性与适应性的问题。 目前在人才市场上,一方面计算机毕业生分配困难,另一方面又缺少具有丰富实践经验的计算机程序员。虽然提高教学质量永远是正确的话题,但是在一定历史时期,其提高教学质量的作用总是有限的,计算机人才就业问题的解决首先还是要依赖于计算机应用的发展。目前在Excel与大型数据库之间存在计算机应用的断层:要不,使用不需要大学培养的Excel操作者;要不,需要具有甚高水平与丰富经验的大型数据库开发与管理人员。计算机在经济活动中的应用并没有象预期的那样普及,原因是,在硬件生产中有各种组装、建筑、管理、维修、加工等方面的行业,它们不需要复杂昂贵的设备,也不需要顶级的技术,但吸纳了大批劳动力,也拓展了硬件的生产与应用。但软件行业没有这样的层面。很难期望在区区4年时间里能将所有大学生培养成既有深厚理论素质,又有丰富实践经验与很强动手能力的人才。必须改变软件生产的现状才能有效解决上述问题。 软部件技术希望如同生产机器或盖房子一样实现生产的分工:有的生产厂专门生产机器的零件、部件,另一些厂则负责安装、测试与装修,大多数生产人员的工作是利用规范化与标准化的零、部件组装生产产品(建立应用系统)。长期以来,人们在软件工程过程及软件工程过程管理方面进行了深入的研究,在软件开发技术上不断取得进展,但相对而言,我们在软件生产社会化、软件生产分工方面的研究比较落后。 软件生产工业化的目标一直未能实现,主要原因是缺少标准化的通用软部件。 2.基于VFP软部件的研究 我们关于软部件的研究包括基于VFP软部件的研究与基于JAVA软部件的研究二方面。基于JAVA的研究可以解决跨系统平台的软件通用性问题,适用于较高级的需求。基于VFP软部件的研究则具有普及意义,尤其在管理信息系统课程与数据库课程教学中具有强辅助作用。 在网络应用中,为了降低网络负担,提高工作效率,希望数据具有可控制的冗余性,最好在使用数据的远程位置能建立临时数据结构,存储被复制的数据,例如建立本地数据库,并与远程数据库协同解决应用的问题。对本地数据库的要求主要是效率高,可扩展性好,适应性好,易学易用。目前人们接触与使用较多的中小数据库有SQL Server,Access,VFP等,由于前二者数据存储都以数据库为单位,所有数据表,包括索引、日志、各种中间数据都存在于一个表中,效率与扩展性都不理想,应用SQL Server的价格还十分高昂。而VFP以数据表为单位存放,文本与二进制数据还采用特殊的单独文件存放,表与表之间只在需要时通过程序或建立数据库结构相联系,使得它更符合本地数据库的要求。加上VFP具有嵌入的开发语言,使用方便,更具有作为开发远程客户机端应用子系统工具的优势。 我们在VFP部件库最小系统4.0版的基础上,今年又进一步开发了VFP部件库最小系统网络版。开发网络版需要解决的技术问题包括: (1)使用方便,仍然要求强的即插即用特性,在组合到应用系统中时无需修改程序,最好是无需编译,不需要进入具体的开发语言,不要求掌握相关开发语言(例如VFP)的知识。 (2)要求强化数据共享性。由于有本地数据库支持,可以一次性将需要处理的数据复制到本地操作,减少了网络传输的次数,大大降低远程服务器处理数据的工作负担,但是增加了一次性数据传输数量,需要寻求最佳配合方案。 (3)特别关注数据安全性问题。VFP是没有安全性控制的数据库,复制远程数据将使被复制数据具有非权使用的危险,因而必须保证无权使用的数据不被复制与传送,且所传数据必须具有真正意义的临时性。 (4)需要解决防止不一致数据及并发操作的问题。 VFP部件库最小系统网络版的研制现已获得初步成果,其试用版已面市,主要用于数据库、管理信息系统等课程的教学。为方便教学应用,力图操作简单。基本操作如下:首先在服务器方建立数据库(基于Windows系统中可用的各种数据库,例如Oracle、SQL Server、Access),再建立应用系统所需要的数据表。在客户机端建立局域网联系,建立ODBC数据源。拷贝部件库最小系统之后,进入其文件夹,双击执行环境设置.exe,修改系统封面有关参数,例如封面标题、开发单位名称、设计人名、封面画文件名、数据源名,选择数据库系统名称,可选的有Oracle、SQL Server、Access(不同数据库在连接时有微小区别,如果选Oracle,将继续要求输入连接口令(在安装系统时设定)与用户标识(建议为system)。如果安装SQL Server时选择Windows验证模式,选择SQL Server与Access将没有区别,效果相同,可以不加区别。估计对于在Windows环境中能建立ODBC数据源的数据库都可以使用本系统,选数据库时选SQL Server就可以了)。 之后就可以设置参数完成建立应用系统的操作。双击最小系统.EXE,选开发工具中的部件驱动菜单生成。在显示的界面左上文本框中输入:第一级菜单标签,例如材料信息维护,之后按建第一级节点按钮,将看到在目录树中建立了一个根节点。用同样方法建立其他第一级节点。 继续在左上文本框中输入第二级节点标签,例如添加,再用鼠标点第一级节点的标签,例如点材料信息维护,将发现在第一级节点下生成了第二级节点。同样方法建其他二级节点。 以下再对各有关节点设置参数,方法是用鼠标点击各个第二级标签名,对每一个预定节点,在右边列表中选择输入有关参数,例如,选中添加节点后,点选欲使用与运行的部件名称,例如输入数据维护部件5,再在数据表名称中输入远程数据表名称,例如S1,(以上是必须有的选项,其他参数则根据设计者需要输入或选定。例如可在字典表名称中输入用于中英标签名称变换用的字典表的名称(在系统运行前,需要利用系统提供的最小系统.EXE程序建立存在于VFP中的字典表并且在接口参数表1中登记(详见《数据库原理与技术》或《管理信息系统及其开发》)(使适应异构数据处理的问题)。当然,如果建立数据表使用中文定义字段名,不存在数据结构异构问题,关于字典表的如上操作都不需要)。同样可以对其它节点设置参数。 按照概要设计结果建立了系统的模块结构且如上对有关节点定义了参数之后,系统就初步建立了。 双击项目.EXE将可运行搭建起来的水平下拉菜单形式控制的应用系统。 也可以双击项目3.EXE,运行搭建起来的目录树菜单形式控制的应用系统。 所有操作不需要进入VFP,不编也不修改任何代码,不需要做编译操作,系统便已建立,可以投入运行。平时可以运行最小系统.EXE,随需要进行操作。(详见《数据库原理与技术》或《管理信息系统及其开发》)。 熟练之后,可以进行其他参数的设置,使实现不同界面,提供不同功能与性能。(详见《数据库原理与技术》或《管理信息系统及其开发》)。 系统提供多种文本框结构(单记录)数据维护部件、带组合框式数据维护部件、表格式数据维护部件、一对多数据维护部件、等值查询与任意查询部件、导入导出部件、报表格式生成部件、常见数据处理部件、图形分析部件、关系操作部件、多重索引与排序部件、转Excel与转HTML部件等,使用方法详见《数据库原理与技术》或《管理信息系统及其开发》有关内容。。 如果应用需求改变,例如数据表字段增加或减少、字段名改变,可以不对系统做任何改变,系统能自动适应。即使数据表增加或减少、应用扩大或增减、数据处理方法改变、处理界面变换等,也都可以只通过修改参数设置来实现,系统建设与系统维护的难度与工作量都极大减少,使用数据库的门槛大大降低,对于计算机应用的进一步扩展将具有意义。由于在部件设计中考虑了界面的变化、功能的搭配与改变、代码应用、数据完整性与安全性、数据共享等问题,加上数据库自身提供的功能,相当于为数据提供了双保险,其应用价值显而易见。 3. 结束语 我们目前研制的VFP部件库最小系统网络版主要用于教学。在管理信息系统或数据库课程教学中,学生可以轻而易举地构建应用系统,观察自己各种设计的最终应用效果,观察一些最基本理论与概念的真正内容与在应用中的表现,使得理论不再抽象,可以促进教学效果的提高,具有明显意义。 另外,这些部件的设计成功也证明:应用系统中由对象与基本构件组成的能独立完成一项工作的具有自适应与即插即用特性的通用程序模块是可以设计出来的,只要我们在设计应用系统实际程序时,注意扩大其应用范围,注意多功能的组合与分布,完全可以类似于硬件生产,设计出大量应用时无需修改的部件,软件生产的面貌将大大改观。 当前需要加强的工作:(1)总结通用部件的形式化表示方法。(2)研究基于通用部件的系统建模内容及与实现相关的语义表示方法。(3)研究通用部件与管理信息系统程序代码自动生成的关键问题及解决办法。(4)总结部件的结构、功能、性能与界面特点,制定部件的规范与标准。(5)进一步总结各类应用系统的程序模块,分析其功能、性能与界面特点,设计出更多通用软部件,建设面向社会的能满足实际应用需要的通用软部件库。目前的部件在解决并发操作与保证数据一致性方面还存在不足,速度不够快,需要进一步研究解决。 软件生产应当以硬件发展为借鉴。目前,物资生产分有许多行业,例如机器制造行业(其中更分出汽车等制造行业)、建筑行业、纺织行业、化工行业等,每个行业存在从低到高的分工与产业链,例如有部件、零件生产厂,有粗加工原料厂,有中间产品生产厂,有组装或深加工生产厂,有维修、服务、销售等行业。软件生产应当有相类似的分工,不过会细得多,使用局限性会比较大。需要进一步考虑硬件生产的组合,联系到软件生产中来。通用软部件的通用只能是对某一大领域或行业而言,我们前述部件实际通用于管理系统这一大领域或是一个潜在行业,其他还例如数字媒体、计算机控制(包括自动化)、网络通信等都应当考虑通用软部件设计的可能性,需要考虑软件生产改观的问题。我们以上的研究只是刚刚起步,衷心希望能有更多专家投入该项研究,共同促使软件生产工业化时代到来。
个人分类: 生活点滴|5590 次阅读|0 个评论
常用数据库详细介绍(按国家分类,侧重不断添加数学类数据库)
ChinaAbel 2009-5-4 11:36
一、美国 (1)Wiley InterScience(英文文献期刊) Wiley InterScience是John Wiely Sons 公司创建的动态在线内容服务,1997年开始在网上开通。通过InterScience,Wiley公司以许可协议形式向用户提供在线访问全文内容的服务。Wiley InterScience收录了360多种科学、工程技术、医疗领域及相关专业期刊、30多种大型专业参考书、13种实验室手册的全文和500多个题目的Wiley学术图书的全文。其中被SCI收录的核心期刊近200种。期刊具体学科划分为:Business, Finance Management (商业、金融和管理)、Chemistry (化学)、Computer Science (计算机科学)、Earth Science (地球科学)、Education (教育学)、Engineering (工程学)、Law (法律)、Life and Medical Sciences (生命科学与医学)、Mathematics and Statistics (数学统计学)、Physics (物理)、Psychology (心理学) 。 (2)美国IEEE (英文文献期刊) IEEE(Institute of Electrical Electronics Engineers)是电子信息领域最著名的跨国性学术团体,其会员分布在世界150多个国家和地区。据IEEE统计,IEEE会员总数2001年比2000年增加3.1%,达到377342人,其中学生会员为65669人,增长12.6%。 随着人们的信息越来越多地来自Internet,IEEE需要为会员提供更加完善和全面的电子信息产品和服务。IEEE应成为IEEE会员获得信息的首选之地。IEEE必须识别正确的信息,并提供对它们的访问方法。实现这个目标的重要一步是通过IEEE Xplore与IEEE/IEE Electronic Library (IEL)连接。IEL包括了1988年以来IEEE和IEE的所有期刊杂志和会议录,以及IEEE的标准,可以通过题目、关键词和摘要进行查阅。 =============================================== (3)美国EBSCO(英文文献期刊) http://ejournals.ebsco.com 数据库简介:   EBSCO公司从1986年开始出版电子出版物,共收集了4000多种索引和文摘型期刊和2000多种全文电子期刊。该公司含有Business Source Premier (商业资源电子文献库)、Academic Search Elite(学术期刊全文数据库)等多个数据库。   Business Source Premier收录了三千多种索引、文摘型期刊和报纸,其中近三千种全文刊。数据库涉及国际商务、经济学、经济管理、金融、会计、劳动人事、银行等的主题范围,适合经济学、工商管理、金融银行、劳动人事管理等专业人员使用。数据库中有较著名华尔街日报(The Walls Street Journal)、哈佛商业评论(Harvard Business Review)、每周商务(Business Week)、财富(Fortune)、经济学家智囊团国家报告 (EIU Country Reports)、 American Banker、Forbes、The Economist等报刊。该数据库从1990年开始提供全文,题录和文摘则可回溯检索到1984年,数据库每日更新。   学术期刊集成全文数据库(Academic Search Premier,简称ASP):包括有关生物科学、工商经济、资讯科技、通讯传播、工程、教育、艺术、文学、医药学等领域的七千多种期刊,其中近四千种全文刊。 640Emuch.NetFjnuZW11Y2geE5 EBSCO内含有两个免费数据库: ERIC为(Educational Resource Information Center) (教育资源信息中心)是美国教育部的教育资源信息中心数据库,收录980多种教育及和教育相关的期刊文 献的题录和文摘,包括250多种EBSCO收录的全文杂志教育文献数据库,数据为 1967至今。 Newspaper Source (报纸资源) Newspaper Source收录159种美国地方报纸、18种国际性报纸、6个新闻专线、 9个报纸专栏,包括基督教科学箴言报、洛山矶时报等194种报纸的全文。 另 外还收录4种美国全国性报纸的索引和摘要。 Academic Search Elite 多学科学术期刊 全文 Academic Search Premier 多学科学术期刊 全文 Business Source Elite 商业、管理、财经 全文 Business Source Premier 商业、管理、财经 全文 EconLit 经济学 文摘 Communication Mass Media Complete (CMMC) 传播和大众传媒 全文 AGRICOLA 农业 文摘 EBSCO Hospital Package 医学、生物医学 MEDLINE 医学 文摘 Biomedical Reference Coll.: Comp. Ed. 生物医学 全文 Health Business Elite 医疗管理 全文 Psychology Behavioral Sci. Coll.: Comp. Ed. 心理学和行为科学 全文 CINAHL 医学 - 护理学 文摘 Nursing Allied Health Coll.: Comp. Ed. 医学 - 护理学 全文 Cochrane Collection 医学 - 护理学 全文 (IPA) 药学 文摘 SPORTDiscus 医学 - 运动医学 文摘 PsycINFO 心理学 文摘 ERIC 教育学 文摘 Professional Development Collection 教育学 全文 Canadian MAS FULLTEXT Elite 中、小学期刊读物 全文 Scientific American Archive Online 综合性科技期刊 全文 EBSCO Language Literature Collection 语言文学数据库集锦 American Humanities Index 人文科学 文摘 MLA International Bibliography 语言文学 文摘 Cloumbia Granger's Poetry Database 诗歌 全文 MagillOnLiterature Plus 文学 全文 Military Library FullTEXT 军事 全文 MasterFILE Premier 综合性期刊 全文 Newspaper Source 综合性报纸 全文 World Magazine Bank 综合性杂志 全文 =============================================== (4)美国(umi)ProQuest 博士论文全文 ,是UMI公司的一个分库(我分析之后得来的。) UMI公司简介:   该公司的全称是UMI,The answser Company (UMI有问必答公司),成立于1938年,是全球最大的信息存储和发行商之一,也是美国学术界著名的出版商,它向全球160多个国家提供信息服务,内容涉及商业管理、社会科学、人文科学、新闻、科学与技术、医药、金融与税务等。其出版物包括18,000多种外文缩微期刊、7000多种缩微报纸、150多万篇博士/硕士论文、20多万种绝版书及研究专集:从1980年起该公司开始电子出版物的制作与发行:如光盘数据库、磁带数据库、联机数据库等。 UMI提供以下三种数据库: 学术研究图书馆(Academic Research Library,简称ARL)   综合参考及人文社会科学期刊论文数据库,涉及社会科学、人文科学、商业与经济、教育、历史、传播学、法律、军事、文化、科学、医学、艺术、心理学、宗教与神学、社会学等学科,收录2,300多种期刊和报纸,其中全文刊占三分之二,有图像。可检索1971年来的文摘和1986年来的全文。 商业信息数据库(ABI/INFORM)   ABI即为Abstracts of Business Information的缩写,世界著名商业及经济管理期刊论文数据库,收录有关财会、银行、商业、计算机、经济、能源、工程、环境、金融、国际贸易、保险、法律、管理、市场、税收、电信等主题的1,500多种商业期刊,涉及这些行业的市场、企业文化、企业案例分析、公司新闻和分析、国际贸易与投资、经济状况和预测等方面,其中全文刊超过50%,其余为文摘,有图像。 医学电子期刊全文数据库(ProQuest Medical Library)   该数据库收录有220种全文期刊,文献全文以PDF格式或文本加图像格式存储;收录范围包括所有保健专业的期刊,有护理学、儿科学、神经学、药理学、心脏病学、物理治疗及其它方面。 ProQuest博士论文全文检索系统, PQDD的全称是ProQuest Digital Dissertations,是世界著名的学位论文数据库,收录有欧美1,000余所大学文、理、工、农、医等领域的博士、硕士学位论文,是学术研究中十分重要的信息资 源 ... http://proquest.umi.com/pqdweb =============================================== (5)美国Netlibrary(英文电子图书): http://www.netlibrary.com NetLibrary处在美国科罗拉多州波尔德尔市,于1999年成立,是世界上向图书馆提供电子图书的主要提供商。NetLibrary于2002年1月25日成为OCLC联机计算机图书馆中心的下属部门。目前,世界上7000多个图书馆通过netLibrary存取电子图书,其中包括哥伦比亚大学,斯坦福大学,加州大学伯克莱分校,以及世界上其他成千的大小图书馆。 OCLC netLibrary目前提供400多家出版社出版的60,000多种电子图书,并且每月增加约2,000种。这些电子图书覆盖所有主题范畴,约80%的书籍是面向大学程度的读者。大多数NetLibrary的电子图书内容新颖,近90%的电子图书是1990年后出版的。 netLibrary是OCLC的一个部门,是当前世界上eBook的主要提供商,它提供来自300多个出版商的50,000多种高质量电子图书,这些电子图书的90%是1990年后出版的,每月均增加几千种。 =========================================== 二、荷兰 (1)Sciencedirect: 荷兰Elsevier Science公司出版的期刊是世界上公认的高品位学术期刊,它拥有1263种电子全文期刊数据库,并已在清华大学图书馆设立镜像站点:ScienceDirect OnSite(SDOS)。国内11所学术图书馆于2000年首批联合订购SDOS数据库中1998年以来的全文期刊。 国内镜像: http://elsevier.lib.tsinghua.edu.cn/ http://www.sciencedirect.com/ http://www.sciencedirect.com/sci http://www.sciencedirect.com/sci http://www.sciencedirect.com/sci =============================================== (2)荷兰OVID(英文文献期刊),现为Wolters Kluwer集团之一 OVID科技公司是由总裁Mark Nelson于1984年创立于纽约,由一人开始营业,扩展 至目前已有将近200人。分公司分布于世界各地,如:雪梨、伦敦、巴黎等地。 公司名称也从最早的Online Research System改名为CD Plus,CDP echnologies,而至目前的OVID Technologies,以强调突显Ovid公司与客户及软体间的专业关系。 Ovid是一全球性的资讯公司,以创造容易撷取资讯、独立于平台之媒介为使命。无论我们的顾客使用Dos、Windows、Unix或全球资讯网和Java平台,皆可经由Ovid一般使用者介面轻易地撷取资讯。 公司的发展最初由医学起家,从Medline至目前已包涵人文、社会、科技等近百种资料库。 1984 发展第一代检索界面 1990 发表CDPNet,建立第一套以PC为基础,经由Novell环境检索的网路系统 1991 发表CDPNet Version 2.0,并荣获Information World Review评为年度最佳产品 1992 Beta version of Ovid 3.0成为Medline第一个Windows界面的产品 1993 发表Unix版系统,并荣获Information Today评为最佳使用界面及检索引擎 1994 1. 并购BRS公司,开启CDP Online业务 1995 1. 发表Windows和VT-100界面Z39.50相容的Ovid Client/Server     2. 发表Ovid Core Biomedical Collection及Ovid全文系统     3. 荣获Business Week评为全美排行第14大成长迅速的公司 1996 发表Z39.50相容的Ovid Web Gateway 1997 发表第一套Java检索介面-Ovid Java Client 1998 1. 发表400种STM(Science Technology Medicine)电子全文期刊     2. 九月份Wolters Kluwer采购Ovid公司股票,Ovid公司原为检索软体出版公司,现为Wolters Kluwer集团之一员,因Wolters Kluwer公司为全球知名900种期刊之出版商,故现今Ovid除了出版检索软体,也是Information Provider。 http://gateway.ovid.com =============================================== (3)Kluwer:含电子图书和期刊. 荷兰Kluwer Academic Publisher是具有国际性声誉的学术出版商,它出版的图书、期刊一向品质较高,备受专家和学者的信赖和赞誉。Kluwer Online是Kluwer出版的600余种期刊的网络版,专门基于互联网提供Kluwer电子期刊的查询、阅览服务。 ========================================= 三、英国 (1)英国Ingenta(英文文献期刊) Ingenta网站是Ingenta公司于1998年建成的学术信息平台。在几年的发展中,该公司先后兼并了多家信息公司,合并了这些公司的数据库。2001年,Ingenta公司兼并了Catchword公司,近期Ingenta准备将两家公司的信息平台整合为一体。在整合之前,用户可分别从Ingenta.com和Catchword.com查询对方提供的全部信息。整合后可提供全球190多个学术出版机构的全文联机期刊5,400多种,以及26,000多种其它类型出版物。目前,Ingenta公司在英国和美国多个城市设有分公司,拥有分布于世界各地的10,000多个团体用户和2,500多万个个人用户,已成为全球学术信息服务领域的一个重要的文献检索系统。 ingenta http://www.ingenta.com/ =============================================== (2)英国Blackwell(英文文献期刊) (www.blackwell-synergy.com) Blackwell出版公司是世界上最大的期刊出版商之一(总部设在英国伦敦的牛津),以出版国际性期刊为主,包含很多非英美地区出版的英文期刊。它所出版的学术期刊在科学技术、医学、社会科学以及人文科学等学科领域享有盛誉。   近年来,Blackwell出版的期刊不断发展。目前,Blackwell出版期刊总数已超过700种,其中理科类期刊占54%左右,其余为人文社会科学类。涉及学科包括:农业、动物学、医学、工程、数学统计、计算机技术、商业经济、生命科学、物理学、人文科学、艺术、社会及行为科学等。 180Emuch.NetV5ZW11Y2geE5   Blackwell出版期刊的学术质量很高,很多是各学科领域内的核心刊物,据最新统计,其中被SCI收录的核心期刊有239种,被SSCI收录的有118种。 Blackwell-Synergy journals http://www.blackwell-synergy.com/ ============================================ 四、德国 springer 德国施普林格(Springer-Verlag)是世界上著名的科技出版集团, 通过Springer LINK系统提供学术期刊及电子图书的在线服务。   Springer公司和 EBSCO/Metapress 公司现已开通Springer LINK电子期刊服务。目前Springer LINK所提供的全文电子期刊共包含439种学术期刊(其中近400种为英文期刊),按学科分为以下11个在线图书馆:生命科学、医学、数学、化学、计算机科学、经济、法律、工程学、环境科学、地球科学 、物理学与天文学,是科研人员的重要信息源。   目前大部分期刊可以阅读全文,但也有一些期刊尚不能阅读全文,一般规律是:显示pdf字样的,可以打开全文,显示remote pdf字样的,则不能打开全文,目前代理公司正在解决此事。 Springer Link 涵盖的学科范围及种数:  Law (法律): 5种 Environmental (环境科学): 37 种  Medicine (医学): 179种 Geoscience (地球科学): 53种  Mathematics (数学): 73种 Life Science (生命科学): 105种  Economics (经济学): 30种 Chemical Sciences (化学): 36种  Engineering (工程): 58种 Computer Science (计算机科学):45种  Physics and Astronomy(物理与天文学):61种 附:(1)wiley 和spring可以通过代理注册,注意的是wiley需要激活,而且wiley90天以后必须进入代理续激活。 (2)sd只能通过代理获取相关文献,注册以后也不能脱离代理。 (3)springer搜索完以后,前面有眼镜的是可以直接下载观看的,而那些没有的则是要会费的。
个人分类: 科技论文写作、搜索经验集锦|8485 次阅读|0 个评论
Crossfire Beilstein/Gmelin 使用方法介绍(中文版)
yaoronggui 2009-4-29 12:21
Crossfire Beilstein/Gmelin 使用方法介绍 陈湘萍 创腾科技有限公司 www.neotrident.com 感谢原作者,link: Crossfire Beilstein/Gmelin 使用方法介绍(中文版)
个人分类: 文献查阅|7136 次阅读|0 个评论
世界著名的三大农业数据库:AGRICOLA、AGRIS、CABI简介
热度 1 wangyk 2009-4-14 15:57
王 应 宽 2009-4-14 世界著名的三大农业数据库: AGRICOLA 、AGRIS、CABI简介 美国国家农业图书馆( NAL )数据库 AGRICOLA 、联合国粮农组织( FAO )数据库 AGRIS 、国际农业和生物学中心 (CABI) 文摘数据库 CAB Abstracts 是美国银盘公司检索系统 Webspirs 下的世界著名的三大农业数据库,其收录的文献涵盖农业所有学科及其相关学科,是农业科学研究和教学重要的文献源。 Ⅰ AGRICOLA 数据库 美国农业文献联机存取书目型数据库 AGRICOLA (AGRICultural OnLine Access , http://agricola.nal.usda.gov )是一个参考文献数据库,主要以美国农业部国家农业图书馆馆藏文献为基础,兼收与农业有关的美国政府出版物,会议文献,专利文献等相关的文献,其内容广泛,涉及美国农业和生命科学等领域。 AGRICOLA 收录了 1970 年至今 8000 多种与农业有关的期刊文章、专题文章、专论、专利、软件、视听材料和技术报告等,数据量达到了 380 万条,季度更新,每年新增近 11 万条记录。学科包括农林水产、生物技术及环境等农业各个领域,其相关科学如:动物和牲畜科学、昆虫学、植物科学、林学、水产养殖和渔业、耕作和耕种系统、农业经济学以及土地和环境科学等十大类。内容分为农业经济、土壤和肥料、食品与营养、植物科学及农业专利文献。 该库目前被视为世界上报道农业文献最多的目录型数据库。 AGRICOLA 的集中性文档材料带来了综合性内容,涵盖了世界范围内农业和相关领域中新出版的出版物。该数据库近年与 AGRIS 分工,偏重美国和北美地区的文献,是美国实验站的数据。该库同时使用人数无限制。 Ⅱ AGRIS 数据库 AGRIS( http://www.fao.org/Agris/ ) 是由联合国粮农组织所属的国际农业科技信息系统建立的一个书目型的国际农业数据库。 AGRIS 数据库由 AGRIS 协调中心和联合国食品和农业组织( FAO )收集而成。 AGRIS 数据库提供了世界范围内农业科学和技术专著的书目内容。 AGRIS 数据库收录了 135 个国家和地区、 146 个国际 AGRIS 中心和 22 个国际中心组织收集的连续出版物及有关文件、系列文集、书籍、科技报告、专利、地图、会议论文等文献。内容涉及全世界所有农业领域及林业、经济、水产科学、渔业、人类营养等。该数据库收入的专著均来自独特的原始资料,如未出版的科学和技术报告、专论、学会论文、政府出版物以及更多出处。数据形式为文摘/目次,从 1975 年至今,拥有 320 万条记录,季度更新,每年增加 13 万条新记录。并配有英文、法文和西班牙文的关键词汇。该库同时使用人数无限制。 Ⅲ CAB Abstracts 数据库 国际农业和生物学中心文摘数据库 (CAB Abstracts , http://www.cabi.org/datapage.asp?iDocID=165 ) 是由国际农业和生物科学中心( CABI )出版的文摘型光盘数据库,选自世界上 130 多个国家出版的 11000 余种期刊、图书、专业报告以及会议录等,语种涉及 70 多种。其内容覆盖国际上有关农业、林业和生命科学中的相关学科等各种课题,涉及农艺学、生物技术、植物保护、乳品科学、经济、森林、遗传、微生物、寄生虫学、畜牧兽医、人类营养、乡村发展等。 该数据库是世界上最大的农业文摘数据库,数据量大,质量好,最具权威性的农业、林业文摘数据库之一。 数据形式为文摘/目次,从 1973 年至今,拥有 350 余万条记录,季度更新,年增加 18 万条新记录。该数据库配有源自 75 种语言出版的原始论文的英文文摘。该库同时使用人数有限制,如在线人数较多,请等一等,用完后请及时退出。
个人分类: 编辑视点|28713 次阅读|1 个评论
《数据库原理与技术(第二版)》目录
求新 2009-3-30 10:52
目 录 第1章 数据库基础知识11 本章学习目标11 1.1 数据处理11 1.1.1 利用文件系统进行数据处理11 1.1.2 从实例看数据库的数据处理技术15 1.2 数据库技术概述21 1.3 数据库的数据结构及存储结构27 1.3.1 链表式数据结构27 1.3.2 关系数据库结构概述28 1.4 索引文件组织31 1.4.1 索引文件31 1.4.2 非关键字索引文件32 1.4.3 B+树索引结构34 本章小结35 习题一35 第2章 数据库设计中的数据模型37 本章学习目标37 2.1 数据模型37 2.1.1 数据模型概念37 2.1.2 数据之间的联系38 2.1.3 实体联系模型40 2.2 关系数据模型42 2.2.1 关系数据模型的概念42 2.2.2 关系数据模型的设计44 2.3 面向对象数据模型45 2.3.1 UML定义的类图46 2.3.2 利用Rose建模操作50 2.3.2 从建模到建库与建表的自动化操作52 本章小结53 习题二53 第3章 关系数据库54 本章学习目标54 3.1 基本概念54 3.2 函数依赖55 3.2.1 函数依赖概念55 3.2.2 部分函数依赖56 3.2.3 完全函数依赖56 3.2.4 传递函数依赖57 3.3 候选关键字与主属性57 3.3.1 候选关键字57 3.3.2 主属性58 3.4 关系规范化58 3.4.1 问题的提出58 3.4.2 范式60 3.4.3 关系分解的正确性65 本章小结66 习题三66 第4章 关系数据库实现及使用68 本章学习目标68 4.1 关系代数68 4.1.1 传统的集合运算69 4.1.2 专门的关系运算72 * 4.2 关系演算75 4.3 SQL语言概貌76 4.4 SQL数据定义功能77 4.4.1 基本表的定义和修改77 4.4.2 索引的建立和删除78 4.5 SQL数据查询语句79 4.5.1 语句格式79 4.5.2 对单一表查询语句80 4.5.3 对两个以上表的连接查询82 4.5.4 嵌套查询82 4.5.5 关系除法83 4.6 SQL查询语句的加强85 4.7 视图86 4.8 SQL数据更新语句88 4.8.1 修改(UPDATE)语句88 4.8.2 删除(DELETE)语句88 4.8.3 插入(INSERT)语句88 4.8.4 视图的更新89 4.9 SQL数据控制功能89 4.10 嵌入式SQL91 4.11 查询优化92 本章小结94 习题四94 第5章 数据库的保护97 本章学习目标97 5.1 数据库的完整性实施方法97 5.2 数据库的安全性实施方法98 5.2.1 定义视图99 5.2.2 访问权限控制99 5.3 事务处理101 5.3.1 事务的基本概念101 5.3.2 事务处理过程分析101 5.3.3 SQL的事务管理102 5.4 并发控制103 5.4.1 并发处理产生的三种不一致性103 5.4.2 封锁105 5.5 数据库的备份与恢复108 5.5.1 故障的类型108 5.5.2 事务日志108 5.5.3 恢复109 5.5.4 数据的转储110 本章小结110 习题五111 第6章 SQL SERVER数据库系统112 本章学习目标112 6.1 SQL SERVER管理工具112 6.1.1 服务管理器113 6.1.2 建立数据库、表、索引的操作114 6.1.3 建立视图的操作122 6.1.4 数据完整性保护126 6.1.5 备份与恢复128 6.1.6 数据库安全性管理133 6.1.7 查询分析器143 6.2 Transact-SQL 语言简介147 6.2.1 数据定义语言(DDL)147 6.2.2 数据操纵语言(DML)150 6.2.3 数据控制语言(DCL)152 6.2.4 其它语言元素154 6.3 SQL Server中的存储过程161 6.3.1 存储过程的概念161 6.3.2 存储过程的优点161 6.3.3 使用Transaction-SQL 命令创建存储过程163 6.3.4 使用企业管理器创建存储过程164 6.3.5 重新命名存储过程166 6.3.6 删除存储过程167 6.3.7 执行存储过程167 6.3.8 系统存储过程167 6.4 SQL Server中的触发器168 6.4.1 触发器的概念及作用168 6.4.2 触发器的种类169 6.4.3 创建触发器169 6.4.4 触发器的原理173 6.4.5 INSTEAD OF 触发器174 6.4.6 触发器的应用176 6.4.7 管理触发器178 * 6.5 SQL Server中的数据导入和导出180 6.5.1 使用Transact-SQL进行数据导入、导出181 6.5.2 使用命令行bcp导入、导出数据182 6.5.3 使用数据转换服务(DTS)导入、导出数据182 6.5.4 如何选择具体的数据导入、导出方法184 * 6.6 SQL SERVER应用系统开发环境185 6.6.1 SQL Server应用系统二种系统结构185 6.6.2 ODBC(Open Database Connectivity):186 6.6.3 ADO192 6.6.4 JDBC193 本章小结199 习题六200 第7章 数据库应用系统设计202 本章学习目标202 7.1 概述202 7.2 数据库结构设计203 7.2.1 数据库结构设计步骤203 7.2.2 需求分析203 7.2.3 概念结构设计209 7.2.4 逻辑结构设计212 7.2.5 数据库物理设计213 7.3 应用程序结构设计215 习题七220 * 第8章 Oracle 数据库系统221 本章学习目标221 8.1 Oracle数据库概述221 8.1.1 Oracle 10g的特点221 8.2 Oracle 10g的体系结构230 8.2.1 概述230 8.2.2 物理存储结构231 8.2.3 逻辑、存储结构232 8.2.4 内存结构233 8.2.5 数据字典233 8.3 Oracle 10g的安全管理234 8.3.1 用户管理和权限管理234 8.3.2 角色管理236 8.3.3 配置文件PROFILE管理237 8.4 Oracle 10g的空间管理237 8.4.1 表空间237 8.4.2 段239 8.4.3 表240 8.4.4 索引242 8.4.5视图243 8.5 Oracle 10g PL/SQL编程243 8.5.1 PL/SQL简介243 8.5.2 PL/SQL语言基础244 8.6 Oracle数据查询259 8.7 Oracle系统管理261 本章小结267 习题八267 * 第9章 其他数据处理技术概述269 本章学习目标269 9.1 数据仓库269 9.1.1 数据仓库(Data Warehouse)的概念270 9.1.2 数据仓库的架构271 9.1.3 数据收集272 9.1.4 数据集市275 9.1.5 数据仓库系统开发276 9.1.6 联机分析(OLAP)技术概述283 9.1.7 SQL Server 2000中的数据仓库组件285 9.2 数据挖掘286 9.2.1 数据挖掘技术概述286 9.2.2 数据挖掘的定义287 9.2.3 数据挖掘的过程模型及常用技术288 9.2.4 目前数据挖掘的主要应用288 9.3 面向对象的数据库技术289 9.3.1 面向对象数据模型290 9.3.2 面向对象数据库系统中的程序设计语言293 9.3.3 一个持久化程序设计语言实现面向对象数据库的实例293 9.4 分布式数据库300 9.4.1 分布式数据库系统概述301 9.4.2 分布式数据存储302 9.4.3 分布式数据的查询处理303 9.4.4 分布式数据库系统中的事务处理303 9.4.5 数据对象的命名方式与目录表的管理307 9.4.6 更新传播309 9.5 XML309 9.5.1 HTML概念310 9.5.2 XML文档设计313 本章小结316 习题九317 附 录1 一、系统初始化1 二、部件库最小系统.EXE的使用方法3 三、组建目录树菜单控制结构的应用系统6 四、组建水平菜单控制结构的应用系统10 五、典型部件介绍11 六、 VFP与SQL Server 相关操作17
个人分类: 生活点滴|4930 次阅读|0 个评论
<数据库原理与技术>再版前言
求新 2009-3-30 10:50
  由中国水利水电出版社出版的<数据库原理与技术(第二版)>一书已经出版发行。该书列入21世纪精品教材系列,属于湖北省自学考试委员会指定教材。以下为该书内容提要与再版序言。 内 容 提 要 本书较系统、全面地叙述了数据库系统的基本概念、基本原理和基本方法。内容包括数据库概念,数据模型,存储结构,关系数据理论和关系数据库的基本概念,SQL语言,数据库应用系统设计,SQL Server与ORACLE数据库的基本知识与开发方法。还介绍了C/S与B/S模式,数据库保护,数据仓库,数据挖掘,分布式数据库和面向对象数据库等知识。为方便自学,并迅速学会数据库应用系统的开发方法,随书在出版社网站中将公开发布PowerPoint教学幻灯片,部件库最小系统(局域网版),数据库试题库。 本书可作为高等院校应用类型本、专科及在职职工学习数据库理论与技术的教材,也可供研究生和从事计算机工作的科技工作者参考。 再版序言 数据库是设计与建立管理信息系统的主要支撑,而管理信息系统是计算机应用最主要内容之一。学习数据库的目的,除了学习其思想、方法之外,还要掌握它在管理信息系统中应用的理论与方法。要学好数据库,也必须与管理信息系统建设密切联系,由管理信息系统的需求分析其对数据库技术的要求;联系管理信息系统的设计讨论应用数据库的方法;从管理信息系统的构成看数据库的组成与结构;根据管理信息系统的发展研究数据库的进步等等。孤立地讲述数据库的概念、方法与技术会大大减少这门课程的价值,会使其理论变得枯燥无味与难以理解,会出现理论与实践相脱离的弊病。。 本书第一版问世以来,得到了广大读者的肯定,不少读者还提出了许多有益的建议,为新版的编写打下良好基础,我们深表感谢。第一版教材基于VFP组织教学,使用了整整一章介绍VFP的界面及句法语法知识。其目的是希望借VFP的简单、易学但又是一种基本具备关系数据库特征的数据库系统等等特性帮助组织教学,将数据库的学习和实际应用系统设计的理论与技术比较紧密地结合起来,加深读者对数据库概念与方法的理解,了解数据库的应用,使学有目的、学有所用。应当说,VFP在我国数据库历史中是具有重要地位的,在相当一段时间内,它及其前身是大众主要使用的数据库,为数据库技术的启蒙、传播、推广、应用发挥了极大作用。一直到现在,许多工作人员都能使用甚至利用VFP设计简单的应用系统,表现了他们具有相当的数据库方面的知识与能力,从一个侧面证明了当时教学内容与教学方法的成功。在将来,VFP应当还会在数据库的大家族里占有一席之地。数据管理从机器语言到文件、到数据库、到关系数据库,还将发展生成许多种新的或专门的数据库。VFP是其中一种特殊的不完全的数据库。它结构简单、使用方便、汉化程度高,将开发语言嵌入到数据库之中,使得易学、易用、易开发,在单机桌面系统建设中具有明显优势。如果说类似于EXCEL这样的基于文件系统的数据处理工具还在、也还会继续广泛使用的话,VFP毕竟是较文件系统高一级的系统工具,由于其相对其他大型数据库的学习门槛低、成本低、差不多是无环境要求、在我国有深厚的技术沉淀等这些特点,也一定还会有广阔的应用空间与市场。 但是,VFP毕竟只是基于单机而设计的,安全性、数据共享能力差,其语言简单且不严密,与目前普遍使用的大、中型数据库存在许多不同。由于数据库课程学时数普遍紧张,为突出数据库理论与技术的教学,提高教学层次,本书再版时删除了涉及VFP语法、句法等有关章节的内容。为了保证教学质量,求取好的教学效果,本书再版时一方面加强原书SQL Server与Oracle二种数据库管理系统软件的教学内容,突出在网络环境中数据库的应用研究,作为全书应用部分的主线。希望加强基于SQL Server、Oracle的实验教学,开展例如涉及数据库与数据表的设计与管理、SQL语句及内嵌语言的应用、数据完整性与安全性保护、备份与恢复等方面的实验。这些内容既扩展了数据库的基本理论与技术,也使数据库理论教学落实到实践之中。为了保持原版风格,重于教学工具的使用,我们将在出版社网站上推出部件库最小系统(局域网版),利用部件库最小系统组织实验教学。 部件库最小系统是在我们本书第一版中发行的光盘中框架性软件(查询部件与涉及维护表单公用件)的基础上发展起来的。目前公开发布的版本仍然基于VFP。但将之用于数据库教学,可以不要求学习VFP,可以不懂VFP的语法与句法,只要求安装VFP6.0系统软件,除了在SQL Server 2000或其他具有ODBC接口的数据库上的操作之外,所有实验与应用都可以脱离VFP界面进行。可以利用该系统在几分钟到几十分钟的时间里搭建一个局域网上的功能比较齐全的管理系统,这个系统将能拥有各种各样的与极为丰富的数据录入与维护的程序、有能足够满足需要的各种各样查询程序、多种数据处理程序、各种数据导入或导出的通信程序、多种打印与图形输出程序。可以让学生联系具体应用系统需求实地认识数据冗余、共享、数据独立性、各类数据完整性及数据完整性保护、关键字、视图、数据安全、SQL语言及其应用、数据表结构及其对系统设计的影响、代码表与派生数据及其处理等基本概念、基本理论与基本方法。可以让学生结合数据库设计实地开发应用系统,通过操作去分析数据库设计的正确性与合理性,更深入切实地掌握数据库设计的理论与方法,从而大大提高数据库的学习质量与动手能力。 书中部分章、节前加有*号,可作为选讲或选学内容。 软部件是应用系统中由原子构件组成的能独立完成一项工作的具有自适应与即插即用特性的通用程序模块。随着部件与构件技术的发展,在管理信息系统建设时,参与原始代码设计的人员将减少,大部分开发人员的主要工作将集中到数据库设计、应用系统结构研究、系统扩展与维护等工作上来,我们希望数据库课程的教学内容与方法能与这一发展过程相适应。我们目前的研究还处于早期阶段,缺点与错误在所难免,希望广大读者多提宝贵意见。 为配合教学,我们还将配合本书在出版社网站上公开发布教学幻灯片、数据库的试题库系统等。 本书由程学先、程传慧主编,参加编写的有曾玲、郑秋华、陈永辉、杨晓艳等。程传慧承担第1、2章、曾玲承担第3、4章、陈永辉承担第5、6章、郑秋华承担第7、8章、杨晓艳承担第9章的编写及相应章节教学幻灯片设计与试题设计,程学先、程传慧负责全书统稿与修改,程学先、程传慧、王莉、程传庆等承担部件库最小系统等软件程序设计。林姗、刘伟、胡显波、赵岚、江南、肖模艳、龚晓明、王富强、陈义、史函、刘玲玲、熊晓菁、童亚拉、周金松、祝苏薇、王嘉、黎柳柳、苏艳、蒋慧婷、陈莉、谌章恒、高霞、张军、赵普、高霞、钱涛、张俊、李珺等参加了本书编审与软件设计等工作,特此表示感谢。 作者说明:由于工作量过大,本书的电子资源(试题库系统、电子课件,部件库最小系统(网络版))尚未完成,将延期到下月发布。如果给读者带来不变,特此致歉。
个人分类: 生活点滴|5290 次阅读|0 个评论
数据挖掘与知识发现
郭崇慧 2009-2-1 19:03
数据每年都在成倍增长,但是有用的信息却好像在减少。在过去 20 年里出现的数据挖掘领域正致力于这个问题。它不仅是一个重要的研究领域,而且在现实世界中具有重大的潜在应用价值。 数据挖掘和数据库知识发现( Data Mining Knowledge Discovery in Database ,简称 DMKDD )是 20 世纪 90 年代兴起的一门信息技术领域的前沿技术,它是在数据和数据库急剧增长远远超过人们对数据处理和理解能力的背景下产生的,也是数据库、统计学、机器学习、最优化与计算技术等多学科发展融合的结果。 知识发现是从数据中识别有效的、新颖的、潜在有用的、最终可理解模式的一个复杂过程。数据挖掘是知识发现中通过特定的算法在可接受的计算效率限制内生成特定模式的一个步骤。知识发现是一个包括数据选择、数据预处理、数据变换、数据挖掘、模式评价等步骤,最终得到知识的全过程,而数据挖掘是其中的一个关键步骤。由于数据挖掘对于知识发现的重要性,目前,大多数知识发现的研究都集中在数据挖掘的算法和应用上,因此,很多研究者往往对数据挖掘与知识发现不作严格区分,把二者混淆使用。 目前数据挖掘研究和实践与 20 世纪 60 年代的数据库研究和实践的状态相似。当时应用程序员每次编写程序时,都必须建立一个完整的数据库环境。随着关系数据模型、查询处理和优化技术、事务管理策略和特定查询语言( SQL )与界面的发展,现在的环境已经迥然不同了。在未来几十年内,数据挖掘技术的发展可能会与数据库发展历程相似,就是使数据挖掘技术更易于使用和开发。 参考文献: 1.U. M. Fayyad, G. Piatetsky-Shapiro, P. Smyth, R. Uthurusamy. Advances in knowledge discovery and data mining. AAAI/MIT Press, 1996. 2. J. Han, M. Kamber. Data mining: concepts and techniques. Morgan Kaufmann Publishers, 2001. ( 2nd Edition, 2006 ) 3. M. H. Dunham. Data Mining: Introductory and Advanced Topics. Pearson Education, Inc., 2003. (郭崇慧,田凤占,靳晓明等译.数据挖掘教程 ( 世界著名计算机教材精选 ) .清华大学出版社, 2005 .)
个人分类: 科研笔记|9912 次阅读|0 个评论
材料学科常用的20个数据库列表
热度 1 lizhiming 2009-1-22 09:48
材料学科常用的 20 个数据库列表 1、 ASM-International http://cyberbuzz.gatech.edu/asm_tms/phase_diagrams/pd/ 2 、 日本国立材料科学研究所:材料数据库--- http://mits.nims.go.jp/db_top_eng.htm 3 、 Thermophysical Properties of Matter Database https://cindasdata.com/Applications/TPMD/Demo?action=Select+Material+Groupmgcode=1 4 、 ( 美国 ) 国家标准与技术局 (NIST) 物性数据库 http://webbook.nist.gov/chemistry/name-ser.html 5 、中科院物性及热化学数据库 http://www.enginchem.csdb.cn/sdb_2004/all_thermochemistry.html 6 、 Database for Solder Properties with Emphasis on Ne http://www.boulder.nist.gov/div853/lead%20free/solders.html 7 、台湾生贸公司无铅焊料系列文献下载 http://www.shenmao.com/service_load.asp 8 、 la surface com http://www.lasurface.com/accueil/index.php 9、 Surface Analysis Forum (大容量)-- http://www.uksaf.org/ 10 、 Lead-Free Solder Alloy --- http://www.physics.auburn.edu/~bozack/Pb-FreeSolder.html 11 、 Lead-Free Solder--- http://www.smtinfo.net/Db/_Lead-Free.html 12 、化工引擎 --- http://www.chemyq.com/ 13 、 NIST XPS Database--- http://srdata.nist.gov/xps/Bind_e_spec_query.asp 14 、 Solder Systems Computational Thermodynamics http://www.metallurgy.nist.gov/phase/solder/solder.html 15 、 Phase Diagrams and Articles http://www.crct.polymtl.ca/fact/index.php?websites=1 16 、韩国多元相图 --- http://www.icm.re.kr/mdb/phase/index.jsp?ca=2index=A 17 、二(三)元相图 FactSage Database- - http://www.crct.polymtl.ca/fact/ ... tel/FSstel_Figs.htm 18 、剑桥大学材料资源 -- http://www.doitpoms.ac.uk/index.html 19 、二元相图库 --- http://web.met.kth.se/dct/pd/periodic-table.html 20 、金相实验室 -- http://www.jxsys.net/index.html 关于材料常数及论文方面一些有用的网站 ( 转) http://www.china-machine.com 常用的材料常数及各种标准 http://www.webelements.com/ 元素周期表 http://cimesg1.epfl.ch/CIOLS/crystal1.pl 晶体学网站,里面有很多有用的链接 http://physics.nist.gov/cuu/Constants/i...?/codata86.html 物理常数 http://www.utexas.edu/world/lecture/index.html 讲义 http://www.crystalstar.org/ 晶体之星 http://www.scientific.net/default.cfm 材料科学与工程方面的论文网站 http://www.scientific.net/default.cfm 一个关于论文的搜索网址 http://cryogenics.nist.gov/NewFiles/material_properties.html 材料学数据 http://www.alleghenyludlum.com/ludlum/p...roductLine.html http://www.mysteel.com/servlet/N ... 0c=page=2 http://www.jmst.org/ http://www.ams.org.cn/ams/ams.asp http://www.ams.org.cn/amse/amse.asp http://www.cjmr.org/ http://www.cspt.org.cn/ http://jpk.whut.edu.cn/cljpk/ http://www.si-po.com/biaozun.php http://sklcm.sjtu.edu.cn/fms/WebCourse/chapter1/c1-s1.asp http://bbs.matwav.com/index.jsp?url=htt...g%3D1%26age%3D0 http://sciencechina.cn/index.jsp 材料大全A 到 Z ( 金属、陶瓷、高分子、复合材料 )( 免费 ) 材料大全 A 到 Z ( 金属、陶瓷、高分子、复合材料 )(免费) http://www.azom.com/materials.asp 日本国立材料科学研究所:材料数据库 ( 免费) http://mits.nims.go.jp/db_top_eng.htm Database of Published Interatomic Parameters( 免费 ) http://www.ri.ac.uk/DFRL/researc ... database/index.html LiqCryst Online (液晶数据库 )( 部分免费) http://liqcryst.chemie.uni-hamburg.de/ PoLyInfo (高分子材料设计所需的各种数据 )( 免费) http://polymer.nims.go.jp/polyinfo_top_eng.htm 保温材料数据库 NASA TPSX( 免费) http://tpsx.arc.nasa.gov/ CAMPUS (塑料产品数据库 , 免费) http://www.campusplastics.com/ Chemical Resistance of Resin Materials( 免费 ) http://www.eldonjames.com/html/chemical.html Goodfellow ( 金属与材料 ) http://www.goodfellow.com/ ILL's 3D structure gallery in VRML (各种有趣的无机材料的 3D 结构) http://www.ill.fr/dif/3D-crystals/index.html Key to Metals ( 有色金属数据库 ) http://www.key-to-metals.com/ Materials Science International Services ( 合金材料组成和相图数据 ) http://www.msiwp.com/ World Wide Composites Search Engine ( 英特网复合材料搜索引擎 ) http://www.wwcomposites.com/ 材料手册 , Ceramic Industry( 免费) http://www.ceramicindustry.com/FILES/HTML/MaterialsHandbook/0 ,2772,,00.html 化学相容性( 化学品与材料之间 ) 数据库 , Cole-Parmer(免费) http://www.coleparmer.com/techinfo/chemcomp.asp 金属合金物性数据库 (Principal Metals, Inc. 提供 )(免费) http://www.principalmetals.com/prime/step1.asp 科学数据库 http://www.sdb.ac.cn/ 美国、加拿大再生塑料产品/ 厂家目录 (Recycled Plastic Products Directory)(免费) http://recycledproducts.plasticsresource.com/ 溶剂选择数据库 ( 免费) http://www.solventcentral.com/ 陶瓷材料参考指南, Reference Guide Index( 免费) http://www.ceramicindustry.com/FILES/HTML/ReferenceIndex/0 ,2796,,00.html 吸声材料数据表 ( 免费) http://www.ondacorp.com/tecref_acoustictable.html 【网址推荐】材料学一些网站 1. http://www.china-machine.com/ 常用的材料常数及各种标准 2. http://www.webelements.com/ 元素周期表 3. http://cimesg1.epfl.ch/CIOLS/crystal1.pl 晶体学网站,里面有很多有用的链接 4. http://physics.nist.gov/cuu/Constants/index.html?/codata86.html 物理常数 5. http://www.utexas.edu/world/lecture/index.html 讲义 6. http://www.crystalstar.org/ 晶体之星 7. http://www.scientific.net/default.cfm 材料科学与工程方面的论文网站 8. http://www.alleghenyludlum.com/l ... p/G.16/qx/ProductLi ne.html 9. http://www.mysteel.com/servlet/N ... 0c=page=2 关于不锈钢的数据 10. http://mits.nims.go.jp/db_top_eng.htm 日本国立材料科学研究所:材料数据库
个人分类: 未分类|6581 次阅读|2 个评论
六大专业数据库简介及检索方法
yaoronggui 2008-12-5 13:31
CA on CD 数据库简介及检索方法 ChemPrep 数据库简介及检索方法 Ensemble 数据库简介及检索方法 InfoChem(PC-search)数据库简介及检索方法 Martindale 2002 数据库简介和检索方法 PharmaProjects 数据库简介及检索方法 下载地址: 六大专业数据库简介及检索方法 此资源来自于:小木虫
个人分类: 文献查阅|7080 次阅读|0 个评论
GEO:基因表达大棚车(Gene Expression Omnibus)
热度 2 zilu85 2008-10-12 08:27
GEO Database 近年来,利用高通量方法检测基因表达越来越普及,诸如微阵列杂交和基因表系列分析( SAGE )可以同时测量数以万计的基因转录脚本( gene transcript )。基因表达大棚车( GEO : Gene Expression Omnibus )则是归档和自由分发科研人员提交的高通量基因表达数据的公共仓库。目前, GEO 存储了大约 10 亿单个基因表达的数据,来自于 100 多种生物,内容广泛涉及到各种生物学问题。这些大容量的数据可以使用用户友好的以 Web 为基础的工具进行有效的挖掘,检索和可视化表达。 GEO 的网址是 www.ncbi.nih.gov/geo 。 结构 提交者提供的基因表达数据包括四个部分: 平台:描述阵列的特性。例如, cDNA ,寡聚核苷酸等等。 样本:描述处理样本的生物学材料和实验条件,以及从中衍生的各种特点的大量检测。 系列:定义被认为是一个实验的部分内容的一组相关样品。 补充数据:原始微阵列扫描图或者粗糙的定量数据。 样本数据被组装到具有生物学意义并且可以比较的 GEO 数据集。数据集的记录提供关于实验的综合性的纲要,以此作为 GEO 数据表现和分析工具的基础。 数据挖掘 GEO 中的数据可以通过两个 NCBI 的 Entrez 数据库查询: Entrez GEO - DataSets : 从实验的角度组织 GEO 中的数据。感兴趣的实验可以通过查询属性(如自由文本的关键词,技术类型,作者,生物和实验变量信息)检索到,找到相关 DataSet 后,就可以利用在 DataSet 记录上的补充工具,进一步查找该实验中感兴趣的基因表达图谱。可以通过: www.ncbi.nih.gov/entrez/query.fcgi?db=gds 登录。 GDS 记录中可以使用的工具有 : l 聚类热图: 可选择系统聚类和 K-means 聚类算法,对于感兴趣的类别可以选定、扩大、下载、 plotted as line charts 或者将其直接链接到 Entrez GEO-Profiles 。 l 两个查询结果的比较: 该工具帮助找到在同一个 DataSet 中两个特定样本集之间标记出表达水平有差异的基因,差异计算采用 T 检验或者 fold difference 。符合用户定义标准的基因在 Entrez GEO-Profiles 中表达。 l 作用检索: 检索到所有标记为对特定实验变量(如年龄或者株)有显著作用的图谱。 Entrez GEO - Profiles : 从基因的角度组织 GEO 中的数据,可以通过检索诸如基因名称, GenBank 登录号, SAGE 标签, GEO 登录号,描述或者一些被标注上对特定的实验变量具有重要作用的图谱等属性,找到感兴趣的基因表达图谱( gene expression profile )。 Entrez GEO - Profiles 可以通过: www.ncbi.nih.gov/entrez/query.fcgi?db=geo 登录。 在 Entrez GEO-Profiles 结果页面上可以使用的工具有 : l 图谱邻居: 返回在给定的 DataSet 中显示相似表达模式的一系列基因。 l 序列邻居: 检索通过 BLAST 计算出来的在核酸序列上相似的相关图谱。 l 同源邻居: 检索属于相同同源基因组( HomoloGene )的基因图谱。 l 链接: 链接到其他 NCBI Entrez 数据库,包括: GenBank 、 PubMed 、 Gene 、 UniGene 、 OMIM 、 Homologene 、 Taxonomy 、 SAGEMap 、 Mapviewer 。
个人分类: 生物信息学|30438 次阅读|4 个评论
生物信息数据库小汇
starmyself 2008-9-1 20:26
科学网的博客好像访问量还挺大的,为了让偶尔来访的人看点能入眼的东西,还是写点有用的东西吧~其实自己早就想总结一下常用的资源了,正好是个督促:) 1. 一个很全面的生物信息数据库索引 http://www.hsls.pitt.edu/guides/genetics/obrc The Online Bioinformatics Resources Collection (OBRC) contains annotations and links for 2149 bioinformatics databases and software tools. 很全面,而且将数据库分门别类的整理了,还支持搜索~ 2. 基因集合注释数据库 http://bioinfo.vanderbilt.edu/webgestalt/login.php 目前只支持人、大鼠和小鼠三个物种基因的查询,只要输入一个基因集合,就可以把GO、KEGG、biocarta,以及染色体位置、基因的组织表达全部注释出来,还有超几何分布和fisher精确检验,简单方便,就是有时速度稍慢了一些。 3. 你要投稿到哪个杂志呢? http://biosemantics.org/jane/ Jane(Jounal/Author Name Estimation)是一个为你搜索投稿杂志的数据库,只要把你要投稿的文章的title/abstract输入,就可以查找出和你的title/abstract相似的杂志,以及相似的文章,还有一个相似度打分:) 4. NCI video http://videocast.nih.gov/PastEvents.asp 很多讲座,较新吧,我现在的英语能力,听着还有些吃力~ 5. 大牛Roded Sharan的网络生物学课程讲义下载 http://www.cs.tau.ac.il/~roded/courses/bnet07.html 里面提供了一个很详细的讲义,对network biology感兴趣的建议看一下~ 待续...
个人分类: 生物信息数据库|4704 次阅读|0 个评论
Thirty-Three Free Chemistry Databases
yaoronggui 2008-7-8 12:27
Chemical information is in the early stages of a revolution. Long dominated by a handful of established players, the field has rather suddenly opened up to a variety of innovative newcomers. The Internet now offers a diverse array of free online chemistry databases, twelve of which were summarized in a recent article. This list has since been updated with new information and new entries. The following (incomplete) list summarizes some of the possibilities available for your next search. PubChem - The granddaddy of all free chemistry databases. Search over 8 million compounds by a variety of criteria. Although some PubChem records are linked into the primary literature through MeSH, most are not. But this doesn't seem to be PubChem's true calling. Instead, PubChem may well evolve into the world's largest online collection of molecular data sheets. Increasingly, the other databases in this list are cross-referencing their entries into PubChem. PubChem's entire database can be downloaded by FTP. CAS Registry are correct to see PubChem as the first real competition they've had in decades. ZINC - A free database of commercially-available compounds for virtual screening. Search over 4.6 million compounds by structure, IUPAC name, InChI, and a host of calculated properties. For noncommercial purposes, the ZINC database may be downloaded in whole or in part for local use. eMolecules - Google for molecules. With a simple interface and super fast search engine, eMolecules augments PubChem with other information sources, including specialty chemical catalogs. Although eMolecules' emphasis seems to be on commercially-available compounds, it's only possible to get a link directly into a supplier's online catalog for a limited number of molecules. Most of the links are to PubChem records. For this reason, I don't find eMolecules very useful in its current form. If you remember something called Chmoogle, this is the same service (moral: don't mess with Google). CHEBI - A freely available dictionary of molecular entities focused on small chemical compounds. CHEBI draws its information from two main sources: Integrated Relational Enzyme Database of the EBI and the Kyoto Encyclopedia of Genes and Genomes. Find out what proteins a molecule has been associated with and in what context. Provides cross-links to CAS registry numbers, Beilstein registry numbers, and Gmelin registry numbers. NIST Chemistry WebBook - Physical data (thermochemical, thermophysical, and ion energetics) for mostly organic compounds. Search by formula, structure, CAS number, and IUPAC name. BioCyc - A collection of about 3,500 compounds involved as enzyme substrates, products, inhibitors, and activators. On accepting a license agreement, the entire database can be freely downloaded in Chemical Markup Language format. ChemExper - Find a supplier for your specialty chemical needs. Search by structure, name, molecular formula, and CAS number. After finding you compound, get an offer from one or more suppliers. I can't vouch for how this works in practice, but it sounds like a good idea. Compendium of Pesticide Common Names - More than 1,100 commonly-used pesticides. Compounds are located by browsing indexed lists (IUPAC name, CAS number, and trade name) rather than searching. Each entry lists, among other pieces of information, a chemical structure and sub-classifications (repellents, antifeedants, synergists, etc.). NMRShiftDB - Organic structures and their nuclear magnetic resonance (nmr) chemical shifts. NMRShiftDB contains chemical shift data for over 22,000 organic compounds and 19,000 spectra. Records can be searched by structure, chemical shift and nucleus. NMRShiftDB is truly open; it can be accessed programmatically and the source code for the software that runs the online database can be freely downloaded. Individual users can submit their own spectral shifts for peer review and subsequent inclusion. Chemical Structure Lookup Service (CSLS)- An address book for chemical structures. If you've ever used Metacrawler, then you'll recognize the idea behind SCLS, which is to aggregate several free chemistry databases. Search over 27 million molecules by IUPAC name, InChI, structure, SMILES, and a variety of molecular identifiers. Your results set will contain links into specific databases that host the molecules you find. The user interface isn't just unfriendly - it's downright antisocial. But if you can get past this, CSLS may well be one of the most useful services in this list. DrugBank - Combines detailed drug data with comprehensive drug target information. Search over 4,300 drugs by trade name, SMILES, and InChI. Each record contains information on target of action, therapeutic indication, medications the drug is an ingredient of, and trade names. Searches can be limited to only approved drugs or experimental drugs. Both the concept and interface to this service are well thought-out. Note: this service was unavailable as of Jan 19, 2007 Wikipedia - Wikipedia? Yes, Wikipedia. Wikipedia offers several kinds of chemical information produced by a knowledgeable, all-volunteer army. Looking for information on organic compounds? Consider this datasheet on morphine as an example. For those interested in synthesis, Wikipedia is increasingly being used to collaboratively author short reviews on the topic. Search capabilities are currently limited to text and don't appear to work with IUPAC names or CAS numbers. Where this quintessential disruptive technology and its offspring end up taking chemical publishing is unclear, but the ride will be spectacular. ChemDB - A chemical database is but one of the services offered by this site. Search over 4.1 million compounds by structure, or various calculated properties. ChemDB also offers a variety of free online cheminformatics tools such as Babel file format conversion, SMILES depict, and molecular property calculation. Read more about ChemDB in this Bioinformatics paper. ChemBank - Structure search over 36,000 original biological assays of small molecules collected by Harvard's Institute of Chemistry and Cell Biology (ICCB). Many of the data contained in ChemBank have never been published, making this database particularly valuable. National Institute of Allergy and Infectious Diseases Database - Structure search hundreds of thousands of screening datapoints collected by the NIAID in its HIV, Opportunistic Infection, and TB programs. National Toxicology Program - Seach by name for compounds listed in the NTP database. Returns detailed internal reports and links to the primary literature. NIST Chemical Kinetics Database - Search by reagent or product name or formula for gas phase rate constants collected from the primary literature. Computational Chemstry Comparison and Benchmark Database - Search by formula for over 600 gas phase atom and molecule physical chemistry data obtained experimentally and by computation. IUPAC-NIST Solubility Data Series - Search by name or CAS number through over 67,000 solubility measurements. Data were comprehensively compiled from over 1,800 references in primary literature. SOLV-DB - Search over 200 common solvents by name, CAS number, or chemical formula physical. Available data include boiling point, water solubility, viscosity, octanol-water partition constant, flash point, and a variety of other properties. NIMH Pyschoactive Drug Screening Program K i Database - Search over 44,000 K i determinations culled from the literature. Although this database appears to have no structure search capability, this is listed as a Future Enhancement. This is a perfect example of a very useful service that could do with a major user interface redesign. There also appears to be another (defunct) service by the same name, but a different URL. Kyoto Encyclopedia of Genes and Genomes (KEGG) - A Japanese counterpart to PubChem/PubMed. One of the most interesting services on this list, KEGG consists of four interconnected databases: KEGG Pathway; KEGG genes; KEGG Brite; and KEGG Ligand. KEGG Ligand contains over 14,000 compounds searchable by name, and crosslinked to over 45,000 biological pathways. The KEGG Ligand database can be searched by structure through KegDraw, a 2-D structure editor written in Java. With some minor configuration on my Linux system, I was able to perform some basic substructure searches using KegDraw. Your mileage may vary. A nice overview of KEGG is available in a recent article. The contents of KEGG can be downloaded by anonymous ftp for academic use. BRENDA - Search over 40,000 structures as substrates, products, cofactors, or inhibitors for enzymes. Although my search was able to find compounds by substructure, I was not able to view any links to the results. Your mileage may vary. Biochemical Pathways Database - Structure search over 1,100 small molecules as participants in biochemical pathways. A potentially useful service, but currently too slow to fully evaluate. A structure search for naphthalene hung for five minutes before I terminated it without success. ChemMine - Search by structure for compounds collected from a variety of open databases. View assay results in annotated biological experiments. I find the layout and organization of this service annoyingly confusing, but the underlying information appears to be useful nevertheless. Behind the scenes, ChemMine uses two open source cheminformatics libraries: Open Babel and JOELib. For a more detailed view of ChemMine, see the recent article. Organic Syntheses - Search by structure through the entire contents of synthetic organic chemistry's flagship resource. Substructure search requires Chime, so if you run Linux, or for some other reason can't install the plugin, you'll be out of luck. WebReactions - Structure search organic reactions in four databases containing a total of over 391,000 reactions. Each reaction hit is linked to the primary literature through a bibliographical reference. Although the interface takes some getting used to, WebReactions may make a worthy companion to the traditional SciFinder search. Spectral Database for Organic Compounds (SDBS) - Search by name, molecular formula, molecular weight range, or CAS number through over 14,000 full 1 H NMR spectra, 12,000 full 13 C spectra, and 50,000 full FT-IR spectra collected from over 32,000 compounds. BindingDB - Structure search over 24,000 K i and IC 50 measurements from over 10,000 molecules. Data is collected from, and cross-referenced to, the primary literature. I was unable to determine how to submit a substructure search through the Marvin applet on my Linux system (there is no Search button, for example). A text search for naphthalene, for example, showed some impressive potential for this database. Anyone can currently contribute to BindingDB, one of the few databases on this list to have such a policy. PDBBind - Browse over 2,700 complexes of small molecules ligands with proteins found in the Protein Databank. Structure searching requires a license. 3-D rendering comes courtesy of the ever-popular Jmol applet. AffinDB - Search affinity data for complexes found in the Protein Databank. Affinity data are cross-linked to the primary literature through PubMed. Small molecule searching is limited to IUPAC names provided in a pull-down menu. By registering, users can upload affinity data themselves. AffinDB is just one example of what might be possible as chemistry databases begin to combine multiple sources of data into easy-to-use packages. ChemRefer - It doesn't get any simpler. Type in your keywords and get links to the matching full-text PDFs from the primary literature. As mentioned before, the legality of some of ChemRefer's holdings, for example its articles from ACS journals, is not clear. But as more chemistry journals go Open Access, look to services like ChemRefer to play an increasing role in the way scientists navigate the primary literature. ChemSpider : ChemSpider is a free access providing a structure centric community for chemists. providing access to millions of chemical structure and integration a multitude of other online service. ChemSpider isthe richestsingle source of structure-based chemistry information.
个人分类: 科研研究|6134 次阅读|0 个评论
化学期刊所属数据库列表及链接
热度 3 yaoronggui 2007-11-5 11:13
在查文献的时候,经常会发现找不到期刊属于哪个数据库.为了方便大家查阅文献,现发个有用的东东: 化学期刊所属数据库列表及链接 A: Accounts of Chemical Research 1968- (ACS) Accreditation and Quality Assurance : Journal for Quality, Comparability and Reliability in Chemical Measurement 1996- (Springer) Acta Chimica Sinica 化学学报 2000- Acta Chimica Slovenica 1998- Acta Crystallographica Section A 2000- (Blackwell) Acta Crystallographica Section B 2004- (Blackwell) Acta Crystallographica Section C 2000- (Blackwell) Acta Crystallographica Section D 2000- (Blackwell) Acta Crystallographica Section E 2001- (Blackwell) Acta Crystallographica Section F 2005- (Blackwell) Acta Materialia 1995- (Elsevier) Additives for Polymers 1995- (Elsevier) Adsorption 1998- (Springer-Kluwer) Advanced Drug Delivery Reviews 1995- (Elsevier) Advanced Functional Materials 2001- (Wiley) Advanced Materials 1996- (Wiley) Advanced Synthesis Catalysis 2001- (Wiley) (Formerly: Journal fr Praktische Chemie 1999-2000) Advances in Biochemical Engineering/Biotechnology 1998- (Springer) Advances in Colloid and Interface Science 1995- (Elsevier) Advances in Environmental Research 1995- (Elsevier) Advances in Polymer Science 1997- (Springer) Advances in Polymer Technology 1996- (Wiley) Aldrichimica Acta 1997- Amino Acids 2000- (Springer) The Analyst 1876-(RSC) Analytical Biochemistry 1995- (Elsevier) Analytica Chimica Acta 1995- (Elsevier) Analytical Abstracts 1980- (RSC) Analytical and Bioanalytical Chemistry 2002- (Springer) (formerly Fresenius' Journal of Analytical Chemistry) Analytical Chemistry (Washington, D.C.) 1947- (ACS) IEC Analytical Edition (1929-1946) Analytical Communications 1996-1999 (RSC) Analytical Proceedings including Analytical Communications 1994-1995 (RSC) Analytical Proceedings 1980-1993 (RSC) Angewandte Chemie International Edition 1998- (Wiley) Angewandte Chemie International Edition in English 1962 - 1997 (Wiley) Annual Reports on Analytical Atomic Spectroscopy 1971-1984 (RSC) Annual Reports on the Progress of Chemistry 1904-1966 (RSC) Annual Reports on the Progress of Chemistry, Section A, Inorganic Chemistry 1979- (RSC) Annual Reports on the Progress of Chemistry, Section A, Physical and Inorganic Chemistry 1973-1978 (RSC) Annual Reports on the Progress of Chemistry, Section A, General Physical and Inorganic Chemistry 1967-1972 (RSC) Annual Reports on the Progress of Chemistry, Section B, Organic Chemistry 1967- (RSC) Annual Reports on the Progress of Chemistry, Section C, Physical Chemistry 1979- (RSC) Annual Review of Materials Research 1984- Antiviral Research 1995- (Elsevier) Applied Biomaterials 1996- (Wiley) Applied Catalysis A: General 1995- (Elsevier) Applied Catalysis B: Environmental 1995- (Elsevier) Applied Clay Science 1995- (Elsevier) Applied Composite Materials 1997- (Springer-Kluwer) Applied Mathematics and Optimization 1996- (Springer) Applied Microbiology and Biotechnology 1995- (Springer) Applied Organometallic Chemistry 1996- (Wiley) Applied Physics A: Materials Science Processing 1995- (Springer) Applied Physics B: Lasers and Optics 1996- (Springer) Applied Surface Science 1995- (Elsevier) Aquatic Geochemistry 1997- (Springer) Archives of Biochemistry and Biophysics 1995- (Elsevier) Archive for History of Exact Sciences 1998- (Springer) Archives of Environmental Contamination and Toxicology 2000- (Springer) Archives of Insect Biochemistry and Physiology 1996- (Wiley) Australian Journal of Chemistry 1997-   B : Biochemical and Biophysical Research Communications 1995- (Elsevier) Biochemical Engineering Journal 1995- (Elsevier) Biochemical Pharmacology 1995- (Elsevier) Biochemical Systematics and Ecology 1995- (Elsevier) Biochemistry 1962- (ACS) Biochemistry (Moscow) 2000- (Springer-Kluwer) Biochemistry and Cell Biology 2001- (NRC) Biochimica et Biophysica Acta (BBA) - Proteins Proteomics 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Bioenergetics 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Biomembranes 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Enzymology and Biological Oxidation 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Gene Structure and Expression 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - General Subjects 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Molecular and Cell Biology of Lipids 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Molecular Basis of Disease 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Molecular Cell Research 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Protein Structure and Molecular Enzymology 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Reviews on Bioenergetics 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Reviews on Cancer 1995- (Elsevier) Biochimica et Biophysica Acta (BBA) - Specialized Section on Enzymological Subjects 1995- (Elsevier) Biochimie 1995- (Elsevier) Bioconjugate Chemistry 1990- (ACS) Bioelectrochemistry 2000- (Elsevier) Bioelectrochemistry and Bioenergetics 1995-1999 (Elsevier) Biological Pharmaceutical Bulletin 1999- Biomacromolecules 2000- (ACS) Biomaterials 1995- (Elsevier) BioMetals 1997- (Springer-Kluwer) Biomedical Chromatography 1997- (Wiley) Bioorganic Chemistry 1995- (Elsevier) Bioorganic Medicinal Chemistry 1995- (Elsevier) Bioorganic Medicinal Chemistry Letters 1995- (Elsevier) Biophysical Chemistry 1995- (Elsevier) Biopolymers 1996- (Wiley) Bioprocess and Biosystems Engineering 1996- (Springer) Bioscience Biotechnology and Biochemistry Biosensors and Bioelectronics 1995- (Elsevier) Biotechnology Advances 1995- (Elsevier) Biotechnology and Bioengineering 1996- (Wiley) Biotechnology Letters 1997- (Springer-Kluwer) Biotechnology Progress 1990- (ACS) Biotechnology Techniques 1997-1999 (Springer) Bulgarian Chemical Communications Bulletin of the Chemical Society of Japan 1995- Bulletin of Environmental Contamination and Toxicology 2001- (Springer) Bulletin of the Polish Academy of Science, Chemistry   C : Canadian Journal of Chemistry 2001- (NRC) Canadian Journal of Microbiology 2001- (NRC) Carbohydrate Research 1995- (Elsevier) Catalysis Communications 1995- (Elsevier) Catalysis Letters 1997- (Springer-Kluwer) Catalysis Surveys from Asia 2003- (Springer-Kluwer) Catalysis Surveys from Japan 1997-2002 (Springer-Kluwer) Catalysis Today 1995- (Elsevier) Catalysts Catalysed Reactions (RSC) CATTECH 2000-2003 (Springer) Cell and Tissue Banking 2000- (Springer) Cellulose 1997- (Springer-Kluwer) Cellulose Chemistry and Technology Central European Journal of Chemistry 2003- (CESJ) ChemBioChem 2000- (Wiley) Chemical Biology Virtual Journal 2002- (RSC) Chemical Communications 1996-(RSC) Chemical Communications (London) 1965-1968(RSC) The Chemical Educator 1997- (Springer) Chemical Engineering News 1998- (ACS) Chemical Engineering Science 1995- (Elsevier) Chemical Engineering Technology 1998- (Wiley) Chemical Hazards in Industry 1981- (RSC) Chemical Health and Safety 1995- (Elsevier) Chemical Market Report 1996- Chemical and Petroleum Engineering 2000- (Springer) Chemical Pharmaceutical Bulletin 1999- Chemical Physics 1995- (Elsevier) Chemical Physics Letters 1995- (Elsevier) The Chemical Record 2001- (Wiley) Chemical Research in Chinese Universities Chemical Research in Toxicology 1988- (ACS) Chemical Reviews 1924- (ACS) Chemical Science 2004- (RSC) Chemical Society Reviews 1972-(RSC) Chemical Technology 2005-(RSC) Chemie in unserer Zeit 2000- (Wiley) Chemistry - A European Journal 1998- (Wiley) Chemistry Biodiversity 2004- (Wiley) Chemistry Biology 1995- (Elsevier) Chemistry in Britain 2000-2003 (RSC) Chemistry Education Research and Practice 2005- (RSC) Formerly: University Chemistry Education 1997-2004 (RSC) Chemistry of Heterocyclic Compounds 2000- (Springer-Kluwer) Chemistry Industry Chemistry International 1997- Chemistry Letters 1997- Chemistry of Materials 1989- (ACS) Chemistry of Natural Compounds 2000- (Springer-Kluwer) Chemistry and Physics of Lipids 1995- (Elsevier) Chemistry and Technology of Fuels and Oils 2000- (Springer-Kluwer) Chemistry World 2004- (RSC) Chemometrics and Intelligent Laboratory Systems 1995- (Elsevier) Chemosphere 1995- (Elsevier) ChemPhysChem 2000- (Wiley) Chemtracts 2000- Chinese Chemical Letters 1999- Chinese Journal of Chemistry 中国化学 2000-2004 (有机所) Chinese Journal of Chemistry 中国化学 2005- (Wiley)) Chinese Journal of Geochemistry 1985- Chinese Journal of Organic Chemistry 有机化学 2000- Chinese Journal of Polymer Science 2000- (Springer) Chinese Journal of Reactive Polymers Chinese Science Bulletin Chimia 1997- Chirality 1996- (Wiley) Chromatographia 2003- (Springer) Collection of Czechoslovak Chemical Communications 1994- Colloid Journal 2000- (Springer-Kluwer) Colloid Polymer Science 1998- (Springer) Colloids and Surfaces A: Physicochemical and Engineering Aspects 1995- (Elsevier) Colloids and Surfaces B: Biointerfaces 1995- (Elsevier) Combinatorial Chemistry - an Online Journal 2003- (Elsevier) Comptes Rendus de l'Academie Bulgare des Sciences Comptes Rendus de l'Acadmie des Sciences - Series IIB - Mechanics-Physics-Chemistry-Astronomy 1995-(Elsevier) Comptes Rendus de l'Acadmie des Sciences - Series IIC - Chemistry 1998-2001 (Elsevier) Comptes Rendus Chimie 2002- (Elsevier) Computational and Theoretical Polymer Science 1997-2001 (Elsevier) Computational Biology and Chemistry 2003- (Elsevier) Computers Chemistry 1995-2002 (Elsevier) Computing and Visualization in Science 1997- (Springer) Concepts in Magnetic Resonance Part A 1997- (Wiley) Concepts in Magnetic Resonance Part B: Magnetic Resonance Engineering 2001- (Wiley) Contemporary Organic Synthesis 1994-1997 (RSC) Continuum Mechanics and Thermodynamics 1995- (Springer) Contributions to Mineralogy and Petrology 1995- (Springer) Coordination Chemistry Reviews 1995- (Elsevier) Critical Reviews in Analytical Chemistry 2003- (Elsevier) Croatica Chemica Acta 1996- Crystal Growth Design 2001- (ACS) Crystal Engineering 1999- (Elsevier) CrystEngComm 1999- (RSC) Current Biology 1995- (Elsevier) Current Medicinal Chemistry 2000- (Bentham) (下载原文与图书馆联系) Current Medicinal Chemistry - Anti-Cancer Agents 2001- (Bentham) (下载原文与图书馆联系) Current Opinion in Biotechnology 1995- (Elsevier) Current Opinion in Cell Biology 1995- (Elsevier) Current Opinion in Chemical Biology 1997- (Elsevier) Current Opinion in Colloid Interface Science 1999- (Elsevier) Current Opinion in Genetics Development 1995- (Elsevier) Current Opinion in Pharmacology 1995- (Elsevier) Current Opinion in Plant Biology 1995- (Elsevier) Current Opinion in Structural Biology 1995- (Elsevier) Current Organic Chemistry 2000- (Bentham) (下载原文与图书馆联系) Current Topics in Medicinal Chemistry 2001- (Bentham) (下载原文与图书馆联系)   D: Dalton Transactions 2003- (RSC) Discussions of the Faraday Society 1947-1971 (RSC) Doklady Biochemistry and Biophysics 2000- (Springer-Kluwer) Doklady Chemistry 2000- (Springer-Kluwer) Doklady Physical Chemistry 2000- (Springer-Kluwer) Drug Discovery Today 1995- (Elsevier) Drug of the Future Dyes and Pigments 1995- (Elsevier) Dynamics and Control 1997-2001 (Springer-Kluwer)   E: Electroanalysis 1998- (Wiley) Electrochemistry Communications 1999- (Elsevier) Electrochimica Acta 1995- (Elsevier) Electronic Journal of Theoretical Chemistry 1997 (Wiley) ELECTROPHORESIS 1999- (Wiley) Enantiomer Energy Fuels 1987- (ACS) Engineering and Science Environmental Chemistry Letters 2003- (Springer) Environmental Management 1996- (Springer) Environmental Science Technology 1967- (ACS) Environmental Toxicology 1999- (Wiley) Environmental Toxicology and Pharmacology 1995- (Elsevier) Enzyme and Microbial Technology 1995- (Elsevier) European Food Research and Technology 1999- (Springer) (formerly Zeitschrift fue Lebensmittel-Untersuchung und -Forschung A) European Journal of Biochemistry 1998- (Blackwell) European Journal of Inorganic Chemistry 1998- (Wiley) European Journal of Medicinal Chemistry 1995- (Elsevier) European Journal of Organic Chemistry 1998- (Wiley) European Journal of Pharmaceutical Sciences 1995- (Elsevier) European Journal of Pharmaceutics and Biopharmaceutics 1995- (Elsevier) European Journal of Pharmacology 1995- (Elsevier) European Journal of Solid State and Inorganic Chemistry 1998 (Elsevier) The European Physical Journal B - Condensed Matter 1998- (Springer) The European Physical Journal D - Atomic, Molecular and Optical Physics 1998- (Springer) The European Physical Journal E - Soft Matter 2000- (Springer) European Polymer Journal 1995- (Elsevier) Experimental Cell Research 1995- (Elsevier) Experimental Neurology 1995- (Elsevier)   F: Faraday Discussions 1991- (RSC) Faraday Discussions of the Chemical Society 1972-1991 (RSC) Faraday Special Discussions of the Chemical Society (1 issue = N.2) 1972 (RSC) Faraday Symposia of the Chemical Society 1972-1984 (RSC) Faraday Transactions 1997-1998 (RSC) FEBS Journal 1995- (Blackwell) FEBS Letters 1995- (Elsevier) FEMS Microbiology Letters 1995- (Elsevier) Fibre Chemistry 2000- (Springer-Kluwer) Fluid Phase Equilibria 1995- (Elsevier) Focus on Polyvinyl Chloride 2002 (Elsevier) Focus on Powder Coatings 2002- (Elsevier) Forensic Science International 1995- (Elsevier) Foundations of Chemistry 1999- (Springer-Kluwer) Free Radical Biology and Medicine 1995- (Elsevier) Fresenius' Journal of Analytical Chemistry 1995-2001 (Springer) Fuel 1995- (Elsevier) Fuel Processing Technology 1995- (Elsevier)   G: Glass and Ceramics 2000- (Springer-Kluwer) Glass Physical and Chemistry 2000- (Springer-Kluwer) Glycobiology 1998- Glycoconjugate Journal 1997- (Springer-Kluwer) Gene 1995- (Elsevier) Geochemical Transactions 2000-2003 (RSC) Granular Matter 1997- (Springer) Green Chemistry 1999- (RSC)   H: The Handbook of Environmental Chemistry 2003- (Springer) Helvetica Chimica Acta 1998- (Wiley) Heteroatom Chemistry 1996- (Wiley) Heterocycles 1996- Heterocycles 2000- High Energy Chemistry 2000- (Springer-Kluwer) Holz als Roh- und Werkstoff 1995- (Springer) Hungarian Chemical Journal   I: Indian Journal of Chemistry, Sect. A Indian Journal of Chemistry, Sect. B Industrial Engineering Chemistry Research 1987- (ACS) IEC (1909-1970) IEC Fundamentals (1962-1968) IEC Process Design and Development (1962-1968) IEC Product Research and Development (1962-1968) Inorganic Chemistry 1962- (ACS) Inorganic Chemistry Communications 1995- (Elsevier) Inorganic Materials 2000- (Springer-Kluwer) Inorganica Chimica Acta 1995- (Elsevier) Instruments and Experimental Techniques 2000- (Springer-Kluwer) Interface Science 1997- (Springer) International Journal of Adhesion and Adhesives 1995- (Elsevier) International Journal of Antimicrobial Agents 1995- (Elsevier) International Journal of Biochemistry Cell Biology, The 1995- (Elsevier) International Journal of Biological Macromolecules 1995- (Elsevier) International Journal of Cosmetic Science 1997- (Blackwell) International Journal of Fracture 1997- (Springer-Kluwer) International Journal of Hydrogen Energy 1995- (Elsevier) International Journal of Inorganic Materials 1999-2001 (Elsevier) International Journal of Mass Spectrometry 1998- (Elsevier) International Journal of Mass Spectrometry and Ion Processes 1995-1998 (Elsevier) International Journal of Mechanics and Materials in Design 2004 (Springer-Kluwer) International Journal of Molecular Sciences 2000- International Journal of Pharmaceutics 1995- (Elsevier) International Journal of Quantum Chemistry 1997- (Wiley) International Journal of Thermophysics 1998- (Springer-Kluwer) International Medicine Journal 2001- (Blackwell)   J: Journal of Agricultural and Food Chemistry 1953- (ACS) Journal of Alloys and Compounds 1995- (Elsevier) Journal of the American Chemical Society 1879- (ACS) Journal of the American College of Cardiology 1995- (Elsevier) Journal of the American Society for Mass Spectrometry 1995- (Elsevier) Journal of Analytical and Applied Pyrolysis 1995- (Elsevier) Journal of Analytical Atomic Spectrometry 1986- (RSC) Journal of Analytical Chemistry 2000- (Springer-Kluwer) The Journal of Antibiotics Journal of Applied Crystallography 2000- (Blackwell) Journal of Applied Electrochemistry 1997- (Springer-Kluwer) Journal of Applied Polymer Science 1996- (Wiley) Journal of Applied Spectroscopy 2000- (Springer) Journal of Asian Natural Products Research 2002- (Taylor Francis) Journal of Basic Microbiology 1998- (Wiley) Journal of Biochemical and Biophysical Methods 1995- (Elsevier) Journal of Biochemical and Molecular Toxicology 1998- (Wiley) Journal of Bioenergetics and Biomembranes 1997- (Springer) Journal of Biological Chemistry 1980- Journal of Biological Inorganic Chemistry 1996- (Springer) Journal of Biological Physics 1997- (Springer) Journal of Biomedical Materials Research Part A 1996- (Wiley) Journal of Biomedical Materials Research Part B: Applied Biomaterials 1996- (Wiley) Journal of Biomolecular NMR 1997- (Springer) Journal of Bioscience and Bioengineering 1995- (Elsevier) Journal of Biotechnology 1995- (Elsevier) Journal of Carbohydrate Chemistry 2001- (Taylor Francis) Journal of Catalysis 1995- (Elsevier) Journal of Cellular Biochemistry 1996- (Wiley) Journal of Chemical Crystallography 1998- (Springer-Kluwer) Journal of Chemical Ecology 1997- (Springer) Journal of Chemical Engineering Data 1959- (ACS) IEC Chem and Eng Data Series (1962-1968) Journal of Chemical Information and Computer Sciences 1975- (ACS) Journal of Chemical Documentation (1961-1974) Journal of Chemical Research 1997-1999 (RSC) Journal of the Chemical Society 1862-1877 (RSC) Journal of the Chemical Society (Resumed) 1926-1965 (RSC) Journal of the Chemical Society, Abstracts 1878-1925 (RSC) Journal of the Chemical Society, Chemical Communications 1972-1995 (RSC) Journal of the Chemical Society, Dalton Transactions: Inorganic Chemistry 1972-2002 (RSC) Journal of the Chemical Society, Faraday Transactions 1990-1998 (RSC) Journal of the Chemical Society, Faraday Transactions 1: Physical Chemistry in Condensed Phases 1972-1989(RSC) Journal of the Chemical Society, Faraday Transactions 2: Molecular and Chemical Physics 1972-1989 (RSC) Journal of the Chemical Society A: Inorganic, Physical, Theoretical 1966-1971 (RSC) Journal of the Chemical Society B: Physical Organic 1966-1971 (RSC) Journal of the Chemical Society C: Organic 1966-1971 (RSC) Journal of the Chemical Society D: Chemical Communications 1969-1971 (RSC) Journal of the Chemical Society, Perkin Transactions 1 1972-2002 (RSC) Journal of the Chemical Society, Perkin Transactions 2 1972-2002 (RSC) Journal of the Chemical Society, Transactions 1878-1925 (RSC) Journal of the Chemical Society of Pakistan Journal of Chemical Technology Biotechnology 1996- (Wiley) The Journal of Chemical Thermodynamics 1995- (Elsevier) Journal of Chemometrics 1997- (Wiley) Journal of Chinese Chemical Society (Taipei) 1988- Journal of Chinese Pharmaceutical Sciences Journal of Chromatography A 1995- (Elsevier) Journal of Chromatography B: Analytical Technologies in the Biomedical and Life Sciences 2002- (Elsevier) (Formerly: Journal of Chromatography B: Biomedical Sciences and Applications 1995-2001) Journal of Chromatography B: Biomedical Sciences and Applications 1995-2001 (Elsevier) Journal of Cluster Science 1997- (Springer-Kluwer) Journal of Colloid and Interface Science 1995- (Elsevier) Journal of Combinatorial Chemistry 1999- (ACS) Journal of Computational Chemistry 1997- (Wiley) Journal of Computer-Aided Materials Design 1997- (Springer-Kluwer) Journal of Computer-Aided Molecular Design 1997- (Springer) Journal of Controlled Release 1995- (Elsevier) Journal of Cultural Heritage 1995- (Elsevier) Journal of Elasticity 1997- (Springer-Kluwer) Journal of Electroanalytical Chemistry 1995- (Elsevier) Journal of Electroceramics 1997- (Springer) Journal of Electron Spectroscopy and Related Phenomena 1995- (Elsevier) Journal of Environmental Monitoring 1999- (RSC) Journal of Essential Oil Research Journal of Fluorescence 1997- (Springer) Journal of Fluorine Chemistry 1995- (Elsevier) Journal of Food Composition and Analysis 1995- (Elsevier) Journal of Food Sciences Journal of Heterocyclic Chemistry Journal of High Resolution Chromatography 1998- (Wiley) Journal of Inclusion Phenomena and Macrocyclic Chemistry 1997- (Springer-Kluwer) Journal of Indian Chemical Society Journal of Industrial Microbiology and Biotechnology 1997- (Springer) Journal of Inorganic Biochemistry 1995- (Elsevier) Journal of Inorganic and Organometallic Polymers 1997- (Springer-Kluwer) Journal of Inorganic and Organometallic Polymers and Materials 2000- (Springer-Kluwer) Journal of Low Temperature Physics 1997- (Springer-Kluwer) Journal of Luminescence 1995- (Elsevier) Journal of Magnetic Resonance 1995- (Elsevier) Journal of Magnetic Resonance, Series A 1995-1996 (Elsevier) Journal of Magnetic Resonance, Series B 1995- (Elsevier) Journal of Mass Spectrometry 1997- (Wiley) Journal of Materials Chemistry 1991- (RSC) Journal of Material Science 1997- (Springer-Kluwer) Journal of Material Science: Materials in Electronics 1997- (Springer-Kluwer) Journal of Material Science: Materials in Medicine 1997- (Springer-Kluwer) Journal of Material Science Letters 1997-2003 (Springer) Journal of Mathematical Chemistry 1997- (Springer-Kluwer) Journal of Medicinal Chemistry 1959- (ACS) Journal of Membrane Science 1995- (Elsevier) Journal of Microbiological Methods 1995- (Elsevier) Journal of Molecular Biology 1995- (Elsevier) Journal of Molecular Catalysis A: Chemical 1995- (Elsevier) Journal of Molecular Catalysis B: Enzymatic 1995- (Elsevier) Journal of Molecular and Cellular Cardiology 1995- (Elsevier) Journal of Molecular Graphics 1995-1996 (Elsevier) Journal of Molecular Graphics and Modelling 1995- (Elsevier) Journal of Molecular Liquids 1995- (Elsevier) Journal of Molecular Modeling 1995- (Springer) Journal of Molecular Recognition 1996- (Wiley) Journal of Molecular Spectroscopy 1995- (Elsevier) Journal of Molecular Structure 1995- (Elsevier) Journal of Molecular Structure: THEOCHEM 1995- (Elsevier) Journal of Nanoparticle Research 1999- (Springer-Kluwer) Journal of Natural Products 1996- (ACS) Journal of Natural Gas Chemistry Journal of Neurochemistry 1994- (Blackwell) Journal of Nondestructive Evaluation 1997- (Springer-Kluwer) Journal of Organic Chemistry 1936- (ACS) Journal of Organometallic Chemistry 1995- (Elsevier) Journal of Peptide Research 1999-(Blackwell) Journal of Peptide Science 1996- (Wiley) Journal of Pharmaceutical and Biomedical Analysis 1995- (Elsevier) Journal of Pharmaceutical Science 1996- (Wiley) Journal of Pharmacological and Toxicological Methods 1995- (Elsevier) Journal of Photochemistry and Photobiology A: Chemistry 1995- (Elsevier) Journal of Photochemistry and Photobiology B: Biology 1995- (Elsevier) Journal of Photochemistry and Photobiology C: Photochemistry Reviews 2000- (Elsevier) The Journal of Physical Chemistry A 1997- (ACS) The Journal of Physical Chemistry B 1997- (ACS) The Journal of Physical Chemistry (1896-1996) Journal of Physical Organic Chemistry 1996- (Wiley) The Journal of Planar Chromatography-Modern TLC Journal of Polymer Research 2002- (Springer-Kluwer) Journal of Polymer Science Part A: Polymer Chemistry 1996- (Wiley) Journal of Polymer Science Part B: Polymer Physics 1996- (Wiley) Journal of Polymers and the Environment 1998- (Springer-Kluwer) Journal of Porous Materials 1997- (Springer-Kluwer) Journal of Power Sources 1995- (Elsevier) Journal and Proceedings of the Institute of Chemistry of Great Britain and Ireland 1920-1943 (RSC) Journal and Proceedings of the Royal Institute of Chemistry 1949 (RSC) Journal and Proceedings of the Royal Institute of Chemistry of Great Britain and Ireland 1944-1948 (RSC) Journal fr Praktische Chemie 1999-2000 (Wiley) Journal of Proteome Research 2002- (ACS) Journal of Quantitative Spectroscopy and Radiative Transfer 1995- (Elsevier) Journal of Radioanalytical and Nuclear Chemistry 2000- (Springer-Kluwer) Journal of Raman Spectroscopy 1997- (Wiley) Journal of Rare Earths Journal of the Royal Institute of Chemistry 1950-1964 (RSC) Journal of the Science of Food and Agriculture 1997- (Wiley) Journal of Separation Science 2001- (Wiley) Journal of Sol-Gel Science and Technology 1997- (Springer-Kluwer) Journal of Solid State Chemistry 1995- (Elsevier) Journal of Solid State Electrochemistry 1997- (Springer) Journal of Solution Chemistry 1997- (Springer-Kluwer) Journal of Structural Biology 1995- (Elsevier) Journal of Structural Chemistry 2000- (Springer-Kluwer) Journal of Structural and Functional Genomics 2000- (Springer) The Journal of Supercritical Fluids 1995- (Elsevier) Journal of Supramolecular Chemistry 2001-2002 (Elsevier) Journal of Synchrotron Radiation 2000- (Blackwell) Journal of Thermal Analysis and Calorimetry 1998- (Springer-Kluwer) Journal of Thermal Science Journal of Traditional Chinese Medicine Journal of Wood Science 2003- (Springer-Kluwer) Jubilee of the Chemical Society 1891 (RSC)   K: Kinetics and Catalysis 2000- (Springer-Kluwer)   L: Lab on a Chip 2001- (RSC) Laboratory Automation Information Management 1998-1999 (Elsevier) Langmuir 1985- (ACS) Laboratory Hazards Bulletin (RSC) Legal Medicine 1999- (Elsevier) Letters in Peptide Science 1997- (Springer) Luminescence 1999- (Wiley)   M: Macromolecular Bioscience 2001- (Wiley) Macromolecular Chemistry and Physics 1998- (Wiley) Macromolecular Rapid Communications 1998- (Wiley) Macromolecular Symposia 1999- (Wiley) Macromolecular Theory and Simulations 1998- (Wiley) Macromolecules 1968- (ACS) Magnetic Resonance in Chemistry 1997- (Wiley) Magnetic Resonance in Medicine 1999- (Wiley) Magnetic Resonance Materials in Physics, Biology and Medicine 1995-2002 (Elsevier) Marine Chemistry 1995- (Elsevier) Mass Spectrometry Reviews 1997- (Wiley) Materials Chemistry and Physics 1995- (Elsevier) Materials Letters 1995- (Elsevier) Materials Research Innovations 1996- (Springer) Materials Science 2000- (Springer-Kluwer) Materials Science and Engineering A 1995- (Elsevier) Materials Science and Engineering B 1995- (Elsevier) Materials Science and Engineering C 1995- (Elsevier) Materials Science and Engineering R: Reports 1995- (Elsevier) Materials Today 1995- (Elsevier) Measurement Techniques 2000- (Springer) Mechanics of Composite Materials 2000- (Springer-Kluwer) Mechanics of Time-Dependent Materials 1997- (Springer-Kluwer) Medicinal and Aromatic Plants Abstracts Medicinal Research Reviews 1997- (Wiley) Memoirs of the Chemical Society of London 1841 (RSC) Memoirs and Proceedings, Chemical Society, London 1843-1845 (RSC) Mendeleev Communications 1997- (RSC) Metal Science and Heat Treatment 2000- (Springer) Metallurgist 2000- (Springer) Methods in Organic Synthesis 2000- (RSC) Mini-Reviews in Medicinal Chemistry Microchemical Journal 1995- (Elsevier) Microchimica Acta 1999- (Springer) Microfluidics and Nanofluidics 2004- (Springer) Microporous and Mesoporous Materials 1995- (Elsevier) Mineralogy and Petrology 2000- (Springer) Modern Drug Discovery 2000- (ACS) Molecular BioSytems 2005- (RSC) Molecular and Cellular Neuroscience 1995- (Elsevier) Molecular Diversity 1997- (Springer) Molecular Immunology 1995- (Elsevier) Molecular Microbiology 1995- (Blackwell) Molecular Pharmaceutics 2003- (ACS) Molecular Sieves - Science and Technology 1998- (Springer) Molecules 1997- Molecules 1997 (Springer) Molecules and Cells 2000 (Springer) Molecules Online 1996-1999 (Springer) Monatshefte fuer Chemie / Chemical Monthly 1998- (Springer)   N: Nachrichten aus der Chemie Nano Letters 2001- (ACS) Nature 1996- Nature系列月刊: Nature Biotechnology 1999- Nature Cell Biology 1999- Nature Chemical Biology 2005- Nature Genetics 1999- Nature Immunology 2000- Nature Materials 2002- Nature Medicine 1999- Nature Methods 2004- Nature Neuroscience 1998- Nature Physics 2005- Nature Structural Molecular Biology 1999- 综述月刊: Nature Reviews Cancer 2001- Nature Reviews Drug Discovery 2002- Nature Reviews Genetics 2000- Nature Reviews Immunology 2001- Nature Reviews Microbiology 2003- Nature Reviews Molecular Cell Biology 2000- Nature Reviews Neuroscience 2000- Nature Product Reports 1984- (RSC) Nature Product Updates (RSC) Naturwissenschaften 1997- (Springer) Neurochemistry International 1995- (Elsevier) Neuroscience Letters 1995- (Elsevier) New Journal of Chemistry 1998- (RSC) Nuclear Science and Techniques   O: Optical Materials 1995- (Elsevier) Organic Biomolecular Chemistry 2003- (RSC) (Formerly: Journal of Chemical Society, Perkin Transactions 1 1972-2002 and Journal of Chemical Society, Perkin Transactions 2 1972-2002) Organic Electronics 1995- (Elsevier) Organic Preparations Procedures International Organic Letters 1999- (ACS) Organic Process Research Development 1997- (ACS) Organometallics 1982- (ACS) Outlooks on Pest Management 2000- (RIL) (Formerly: Pesticide Outlook 2000-2003) Oxidation of Metals 1998- (Springer)   P: Peptide Information Peptides 1995- (Elsevier) Pest Management Science 2000- (Wiley) Pesticide Biochemistry and Physiology 1995- (Elsevier) Pesticide Outlook 2000-2003 (RSC) Pesticide Science 1997-1999 (Wiley) Pharmaceutical Chemistry Journal 2000- (Springer-Kluwer) Pharmaceutical Science Technology Today 1995- (Elsevier) Pharmacological Research 1995- (Elsevier) Pharmacology Therapeutics 1995- (Elsevier) Pharmaceuticals 2004- Phosphorus, Sulfur Silicon Related Elements PhysChemComm 1998-2003 (RSC) Physical Chemistry Chemical Physics 1999- (RSC) Physics and Chemistry of Minerals 1997- (Springer) Phytochemical Analysis 1996- (Wiley) Phytochemical Photobiological Sciences 2002- (RSC) Phytochemistry 1995- (Elsevier) Phytochemistry Reviews 2002- (Springer) Pigment Cell Research 2000- (Blackwell) Planta Medica, Journal of Medicinal Plant Research Plasma Chemistry and Plasma Processing 1997- (Springer-Kluwer) Plasmas Ions 1998-2000 (Elsevier) Plasmas and Polymers 1997- (Springer) Platinum Metals Review Poiesis Praxis: International Journal of Technology Assessment and Ethics of Science 2001- (Springer) Polish Journal of Chemistry Polyhedron 1995- (Elsevier) Polymer 1995- (Elsevier) Polymer Bulletin 1998- (Springer) Polymer Contents 1995- (Elsevier) Polymer Degradation and Stability 1995- (Elsevier) Polymer International 1996- (Wiley) Polymer Journal Polymer Preprints 2005 v.46,no.1 ; v.46,no.2 Polymer Testing 1995- (Elsevier) Polymers for Advanced Technologies 1996- (Wiley) Powder Metallurgy and Metal Ceramics 2000- (Springer-Kluwer) Powder Technology 1995- (Elsevier) Proceedings of the Analytical Division of the Chemical Society 1975-1979 (RSC) Proceedings of the Chemical Society 1957-1964 (RSC) Proceedings of the Chemical Society, London 1885-1914 (RSC) Proceedings of the Chemical Society of London 1842 (RSC) Proceedings of the Indian Academy of Sciences, Chemical Science Proceedings of the Institute of Chemistry of Great Britain and Ireland 1877-1919 (RSC) Proceedings of the Society for Analytical Chemistry 1964-1974 (RSC) Progress in Colloid and Polymer Science 1999- (Springer) Progress in Lipid Research 1995- (Elsevier) Progress in Natural Science Progress in Nuclear Magnetic Resonance Spectroscopy 1995- (Elsevier) Progress in Organic Coatings 1995- (Elsevier) Progress in Polymer Science 1995- (Elsevier) Progress in Surface Science 1995- (Elsevier) Protection of Metals 2000- (Springer-Kluwer) Protein Expression and Purification 1995- (Elsevier) The Protein Journal 1997- (Springer) Proteins: Structure, Function, and Bioinformatics 1996- (Wiley) PROTEOMICS 2001- (Wiley) Pure and Applied Chemistry 1997-   Q: QSAR Combinatorial Science 2003- (Wiley) Quarterly Reviews, Chemical Society 1947-1971 (RSC) Quarterly Journal of the Chemical Society 1849-1862 (RSC)   R: Radiochemistry 2001- (Springer-Kluwer) Rapid Communications in Mass Spectrometry 1997- (Wiley) Reaction Kinetics and Catalysis Letters 2000- (Springer-Kluwer) Reactive and Functional Polymers 1995- (Elsevier) Reactive Polymers 1995 (Elsevier) Refractories and Industrial Ceramics 2000- (Springer) Reports from the Institute of Molecular and Cellular Biosciences Research on Chemical Intermediates Revue Fran?aise des Laboratoires 1999- (Elsevier) Revue Roumaine de Chimie Rheologica Acta 1998- (Springer) Royal Institute of Chemistry, Reviews 1968-1971 (RSC) Russian Chemical Bulletin 2000- (Springer-Kluwer) Russian Chemical Reviews 1998- (RSC) Russian Journal of Applied Chemistry 2001- (Springer-Kluwer) Russian Journal of Bioorganic Chemistry 2000- (Springer-Kluwer) Russian Journal of Coordination Chemistry 2000- (Springer-Kluwer) Russian Journal of Electrochemistry 2000- (Springer-Kluwer) Russian Journal of General Chemistry 2001- (Springer-Kluwer) Russian Journal of Organic Chemistry 2001- (Springer-Kluwer)   S: Science 2004- Science in China, B Science in China, C Scientific American Scrip - World Pharmaceutical News Selected Annual Reviews of the Analytical Sciences 1971-1974 (RSC) Sensors and Actuators A: Physical 1995- (Elsevier) Sensors and Actuators B: Chemical 1995- (Elsevier) Separation and Purification Technology 1995- (Elsevier) Silicon Chemistry 2002-2003 (Springer-Kluwer) Soft Matter 2005- (RSC) Solid State Ionics 1995- (Elsevier) Solid State Sciences 1999- (Elsevier) Solid State Nuclear Magnetic Resonance 1995- (Elsevier) Solvent Extraction Ion Exchange Special Discussions of the Faraday Society (1 issue = N.1) 1970 (RSC) Speciality Chemicals Magazine Spectrochimica Acta Part A: Molecular and Biomolecular Spectroscopy 1995- (Elsevier) Spectrochimica Acta Part A: Molecular Spectroscopy 1995-1996 (Elsevier) Spectrochimica Acta Part B: Atomic Spectroscopy 1995- (Elsevier) Starch - Strke 1998- (Wiley) Steriods 1995- (Elsevier) Strength of Materials 2000- (Springer-Kluwer) Structural Chemistry 1998- (Springer-Kluwer) Structure 1995- (Elsevier) Structure Bonding 1999- (Springer) Supramolecular Science 1995-1998 (Elsevier) Surface and Coatings Technology 1995- (Elsevier) Surface and Interface Analysis 1997- (Wiley) Surface Science 1995- (Elsevier) Surface Science Reports 1995- (Elsevier) Symposia of the Faraday Society 1967-1971 (RSC) SYNLETT 1989-(Thieme) Synthesis 1969-(Thieme) Synthetic Communications 2001- (Taylor Francis) Synthetic Metals 1995- (Elsevier) Synthesis Reactivity in Inorganic Metal - Organic Chemistry   T: Talanta 1995- (Elsevier) Tetrahedron 1995- (Elsevier) Tetrahedron: Asymmetry 1995- (Elsevier) Tetrahedron Letters 1995- (Elsevier) Theoretical Chemistry Accounts: Theory, Computation, and Modeling (Theoretica Chimica Acta) 1995- (Springer) Theoretical and Experimental Chemistry 2000- (Springer-Kluwer) Theoretical Foundations of Chemical Engineering 2000- (Springer-Kluwer) Thermochimica Acta 1995- (Elsevier) Thin Solid Films 1995- (Elsevier) Today's Chemist at Work 2000- (ACS) Topics in Catalysis 1997- (Springer-Kluwer) Topics in Current Chemistry 1999- (Springer) Topics in Organometallics Chemistry 1998- (Springer) Toxicological Sciences 1995- (Elsevier) Toxicology 1995- (Elsevier) Toxicology and Applied Pharmacology 1995- (Elsevier) Toxicology in Vitro 1995- (Elsevier) Toxicology Letters 1995- (Elsevier) Toxicon 1995- (Elsevier) TrAC Trends in Analytical Chemistry (Reg. Ed.) 1995- (Elsevier) Transactions of the Faraday Society 1905-1971 (RSC) Transition Metal Chemistry 1997- (Springer-Kluwer) Transport in Porous Media 1997- (Springer-Kluwer) Trends in Biochemical Sciences 1995- (Elsevier) Trends in Biotechnology 1995- (Elsevier) Trends in Cell Biology 1995- (Elsevier) Trends in Molecular Medicine 1995- (Elsevier) Trends in Pharmacological Sciences 1995- (Elsevier) Tribology Letters 1997- (Springer)   U: Ultrasonics Sonochemistry 1995- (Elsevier) University Chemical Education 1997- (RSC)   V: Vibrational Spectroscopy 1995- (Elsevier)   W: World Journal of Microbiology and Biotechnology 1997- (Springer) Wood Science and Technology 1997- (Springer)   X: X-Ray Spectrometry 1997- (Wiley)   X: Yeast 1996- (Wiley)   Z: Zeitschrift fr anorganische und allgemeine Chemie 1998- (Wiley) Zeitschrift fr Lebensmitteluntersuchung und -Forschung A 1997-1999 (Springer) Zeitschrift fr Physik B Condensed Matter 1995-1997 (Springer) Zeitschrift fr Physik D Atoms, Molecules and Clusters 1996-1997 (Springer) 欢迎大家补充新的链接。
个人分类: 文献查阅|40059 次阅读|7 个评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-6-4 12:06

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部