(interoperability) Dublin Core 15 (The Dublin Core Metadata Initiative DCMI) 1995 (Dublin, Ohio) (The Dublin Core Metadata Element Set DC) DC DC DC DC

Size: px
Start display at page:

Download "(interoperability) Dublin Core 15 (The Dublin Core Metadata Initiative DCMI) 1995 (Dublin, Ohio) (The Dublin Core Metadata Element Set DC) DC DC DC DC"

Transcription

1 (Metadata)

2 (interoperability) Dublin Core 15 (The Dublin Core Metadata Initiative DCMI) 1995 (Dublin, Ohio) (The Dublin Core Metadata Element Set DC) DC DC DC DCMI DC CEN/ISSS (European Committee for Standardization / Information Society Standardization) RFCs (Requests for comments) W3C (WWW Consortium) Z39.50 DC DC RFC2731 HTML DC DC 1-1

3 DC XML UTF-8 XML XML (The Dublin Core Metadata Element Set) ( ) ( Dublin Core metadata element set DC) (identity) Tim Berners-Lee Internet RFC2396 Uniform Resource Identifiers (URI): Generic Syntax DC Internet RFC2413 ( ) [DCT] DCMI Type Vocabulary. DCMI Recommendation, 11 July [ISO3166] ISO 3166 Codes for the representation of names of countries. [ISO639] ISO639-2 Codes for the representation of names of languages, Alpha-3 1-2

4 code (ISO 639-2:1998). [MIME] Internet Media Types. [RFC1766] Tags for the Identification of Languages, Internet RFC [RFC2396] Uniform Resource Identifiers (URI): Generic Syntax, Internet RFC [RFC2413] Dublin Core Metadata for Resource Discovery, Internet RFC [RFC2731] Encoding Dublin Core Metadata in HTML. Internet RFC [TGN] Getty Thesaurus of Geographic Names. [W3CDTF] Date and Time Formats, W3C Note. [XML] Extensible Markup Language. ( ) DCMI (Dublin Core Metadata Initiative DCMI), (Information resource) Internet RFC2396 (Lifecycle of an information resource) ( ) (label) 1-3

5 HTML XML ( ) Title (Title) Creator (Creator) Subject (Subject and Keywords) Description (Description ) 1-4

6 Publisher (Publisher) Contributor (Contributor) Date Date ISO 8601 [W3CDTF] YYYY-MM-DD Type (Type) DCMI DCMI Type Vocabulary, DCT Format Format (Format) MIME (Multipurpose Internet Mail Extensions) 1-5

7 Identifier Resource Identifier URI (Uniform Resource Identifier) URL DOI (Digital Object Identifier) ISBN (International Standard Book Number) Source (Source) Language Language RFC1766 ISO639 'en' 'eng' 'akk' (Akkadian) 'en-gb' Relation (Relation) Coverage (Coverage) Thesaurus of Geographic Names [TGN] 1-6

8 Rights (Rights Management) 1-7

9 XML (XML Encoding of Simple Dublin Core Metadata) XML 1. XML DTD 2. (Resource Description Framework, RDF) XML DTD 3. XML Schema 1-8

10 1. XML DTD <?xml version="1.0" encoding="utf-8"?> <!-- (simpledc) XML DTD > <!DOCTYPE simpledc[ <!--0 ELEMENT ( *, *, *, *, *, *, *, *, *, *, *, *, *, *, *) --> <!ELEMENT simpledc (title*, creator*, subject*, description*, publisher*, contributor*, date*, type*, format*, identifier*, source*, language*, relation*, coverage*, rights*)> <!--1 ELEMENT (#PCDATA) --> <!ELEMENT title (#PCDATA) > <!--2 ELEMENT (#PCDATA) --> <!ELEMENT creator (#PCDATA) > <!--3 ELEMENT (#PCDATA) --> <!ELEMENT subject (#PCDATA) > <!--4 ELEMENT (#PCDATA) --> <!ELEMENT description (#PCDATA) > <!--5 ELEMENT (#PCDATA) --> <!ELEMENT publisher (#PCDATA) > <!--6 ELEMENT (#PCDATA) --> <!ELEMENT contributor (#PCDATA)> <!--7 ELEMENT (#PCDATA) --> <!ELEMENT date (#PCDATA) > <!--8 ELEMENT (#PCDATA) --> <!ELEMENT type (#PCDATA) > <!--9 ELEMENT (#PCDATA) --> <!ELEMENT format (#PCDATA) > <!--10 ELEMENT (#PCDATA) --> <!ELEMENT identifier (#PCDATA) > <!--11 ELEMENT (#PCDATA) --> <!ELEMENT source (#PCDATA) > <!--12 ELEMENT (#PCDATA) --> <!ELEMENT language (#PCDATA) > <!--13 ELEMENT (#PCDATA) --> <!ELEMENT relation (#PCDATA) > <!--14 ELEMENT (#PCDATA) --> <!ELEMENT coverage (#PCDATA) > 1-9

11 <!--15 ELEMENT (#PCDATA) --> <!ELEMENT rights (#PCDATA) > <!-- End of simpledc XML DTD --> ]> 1-10

12 2. (Resource Description Framework, RDF) XML DTD <!-- (simpledc) XML DTD : XML DTD for Dublin Core Metadata Element Set version See An XML Encoding of Simple Dublin Core Metadata Based on Dublin Core Metadata Element Set, Version 1.1: Reference Description : 1. Element: 2. Attribute: 3. Content: 4. Namespace: --> : DTD Dublin Core RDF <!-- RDF and DCMES 1.1 (Namespace) --> <!ENTITY rdfns ' > <!ENTITY dcns ' > <!-- Declare convenience entities for XML namespace declarations --> <!ENTITY % rdfnsdecl 'xmlns:rdf CDATA #FIXED "&rdfns;"' > <!ENTITY % dcnsdecl 'xmlns:dc CDATA #FIXED "&dcns;"' > <!-- DTD Dublin Core RDF (Root Element) rdf:rdf Dublin Core Metadata rdf:description --> <!ELEMENT rdf:rdf (rdf:description)* > <!ATTLIST rdf:rdf %rdfnsdecl; %dcnsdecl; > <!-- dcmes Dublic Core --> <!-- ENTITY % " " --> <!ENTITY % dcmes "dc:title dc:creator dc:subject dc:description dc:publisher dc:contributor dc:date dc:type dc:format dc:identifier dc:source dc:language dc:relation dc:coverage dc:rights" > <!-- rdf:description URI rdf:about --> <!ELEMENT rdf:description (%dcmes;)* > <!ATTLIST rdf:description rdf:about CDATA #IMPLIED> <!-- The elements from DCMES > 1-11

13 <!-- Dublin Core xml:lang --> <!--1 ELEMENT (#PCDATA) --> <!ELEMENT dc:title (#PCDATA)> <!ATTLIST dc:title xml:lang CDATA #IMPLIED> <!--2 ELEMENT (#PCDATA) --> <!ELEMENT dc:creator (#PCDATA)> <!ATTLIST dc:creator xml:lang CDATA #IMPLIED> <!--3 ELEMENT (#PCDATA) --> <!ELEMENT dc:subject (#PCDATA)> <!ATTLIST dc:subject xml:lang CDATA #IMPLIED> <!--4 ELEMENT (#PCDATA) --> <!ELEMENT dc:description (#PCDATA)> <!ATTLIST dc:description xml:lang CDATA #IMPLIED> <!--5 ELEMENT (#PCDATA) --> <!ELEMENT dc:publisher (#PCDATA)> <!ATTLIST dc:publisher xml:lang CDATA #IMPLIED> <!--6 ELEMENT (#PCDATA) --> <!ELEMENT dc:contributor (#PCDATA)> <!ATTLIST dc:contributor xml:lang CDATA #IMPLIED> <!--7 ELEMENT (#PCDATA) --> <!ELEMENT dc:date (#PCDATA)> <!ATTLIST dc:date xml:lang CDATA #IMPLIED> <!--8 ELEMENT (#PCDATA) --> <!ELEMENT dc:type (#PCDATA)> <!ATTLIST dc:type xml:lang CDATA #IMPLIED> <!--9 ELEMENT (#PCDATA) --> <!ELEMENT dc:format (#PCDATA)> <!ATTLIST dc:format xml:lang CDATA #IMPLIED> <!--10 ELEMENT (#PCDATA) --> <!ELEMENT dc:identifier (#PCDATA)> <!ATTLIST dc:identifier xml:lang CDATA #IMPLIED> <!ATTLIST dc:identifier rdf:resource CDATA #IMPLIED> <!--11 ELEMENT (#PCDATA) --> <!ELEMENT dc:source (#PCDATA)> <!ATTLIST dc:source xml:lang CDATA #IMPLIED> <!ATTLIST dc:source rdf:resource CDATA #IMPLIED> <!--12 ELEMENT (#PCDATA) --> <!ELEMENT dc:language (#PCDATA)> <!ATTLIST dc:language xml:lang CDATA #IMPLIED> <!--13 ELEMENT (#PCDATA) --> <!ELEMENT dc:relation (#PCDATA)> <!ATTLIST dc:relation xml:lang CDATA #IMPLIED> <!ATTLIST dc:relation rdf:resource CDATA #IMPLIED> 1-12

14 <!--14 ELEMENT (#PCDATA) --> <!ELEMENT dc:coverage (#PCDATA)> <!ATTLIST dc:coverage xml:lang CDATA #IMPLIED> <!--15 ELEMENT (#PCDATA) --> <!ELEMENT dc:rights (#PCDATA)> <!ATTLIST dc:rights xml:lang CDATA #IMPLIED> 1-13

15 3. XML Schema <?xml version='1.0' encoding='utf-8'?> <!DOCTYPE schema PUBLIC '-//W3C//DTD XMLSCHEMA //EN' ' <schema xmlns=' targetnamespace=' xmlns:rdf=' xmlns:t=' <!-- (Simple DC) XML Schema --> <annotation> <documentation xml:lang='en' : source=' 1. XML Schema for Dublin Core Metadata Element Set version by Dave Beckett dave.beckett@bristol.ac.uk 2. An XML Encoding of Simple Dublin Core Metadata Dublin Core Metadata Element Set, Version 1.1: Reference Description </documentation> </annotation> <import namespace=' schemalocation=' <annotation> <documentation xml:lang='en'> Get access to the xml: attribute groups for xml:lang as declared on various elements below </documentation> </annotation> </import> <import namespace=' schemalocation=' <annotation> <documentation xml:lang='en'> Get access to the XML Schema draft definitions </documentation> </annotation> </import> <import namespace=' schemalocation=' <annotation> <documentation xml:lang='en'> Get access to the RDF Model and Syntax definitions </documentation> </annotation> </import> 1-14

16 <element name='rdf:rdf'> <complextype> <sequence> <element ref='t:rdf'/> </sequence> <attribute name='xmlns:rdf' type='string' value=' use='fixed' /> <attribute name='xmlns:dc' type='string' value=' use='fixed' /> <element name='rdf:description'> <complextype> <sequence> <element ref='t:dc'/> </sequence> <attribute name='rdf:about' type='string' use='optional'/> <!--1 ELEMENT --> <element name='dc:title'> <attribute name='xml:lang' type='string' use='optional'/> <!--2 ELEMENT --> <element name='dc:creator'> <attribute name='xml:lang' type='string' use='optional'/> <!--3 ELEMENT --> <element name='dc:subject'> <attribute name='xml:lang' type='string' use='optional'/> <!--4 ELEMENT --> <element name='dc:description'> <attribute name='xml:lang' type='string' use='optional'/> <!--5 ELEMENT --> <element name='dc:publisher'> <attribute name='xml:lang' type='string' use='optional'/> <!--6 ELEMENT --> <element name='dc:contributor'> <attribute name='xml:lang' type='string' use='optional'/> 1-15

17 <!--7 ELEMENT --> <element name='dc:date'> <attribute name='xml:lang' type='string' use='optional'/> <!--8 ELEMENT --> <element name='dc:type'> <attribute name='xml:lang' type='string' use='optional'/> <!--9 ELEMENT --> <element name='dc:format'> <attribute name='xml:lang' type='string' use='optional'/> <!--10 ELEMENT --> <element name='dc:identifier'> <attribute name='rdf:resource' type='string' use='optional'/> <!--11 ELEMENT --> <element name='dc:source'> <attribute name='rdf:resource' type='string' use='optional'/> <!--12 ELEMENT --> <element name='dc:language'> <attribute name='xml:lang' type='string' use='optional'/> <!--13 ELEMENT --> <element name='dc:relation'> <attribute name='rdf:resource' type='string' use='optional'/> <!--14 ELEMENT --> <element name='dc:coverage'> <attribute name='xml:lang' type='string' use='optional'/> 1-16

18 <!--15 ELEMENT --> <element name='dc:rights'> <attribute name='xml:lang' type='string' use='optional'/> </schema> 1-17

19 1-18

20 1-19 <?xml version="1.0" encoding="utf-8"?> <dc-record> <title> </title> <creator>( ) </creator> <subject> </subject> <subject> </subject> <description> <description> <description> <description> <description> <description> <description> <description> ( ) ( ) ( ) ( ) ( ) ( ) <description> <description> <description> <description> <description> <description> <description> <description> <publisher> ( )</publisher> <date> </date> <date> (1271/1368)</date> <date> </date> <type> </type> <type> </type> <type> - - </type> <format> 16 </format> <format> </format> <format> 18x12.3 </format>

21 <format> 1 </format> <format> </format> <identifier> 00393</identifier> <identifier> </identifier> <language> </language> <language> </language> <relation> </relation> <rights> </rights> <rights> </rights> </dc-record> 1-20

22 <?xml version="1.0" encoding="utf-8"?> <dc-record> <title> </title> <title> </title> <title> </title> <title> </title> <creator>( ) </creator> <subject> </subject> <subject> - </subject> <subject> - </subject> <subject> </subject> <description> <description> <description> <description> <description> <description> <description> <description> 3 [956] <publisher> </publisher> <contributor>( ) </contributor> <date> </date> <date> (1271/1368)</date> <date> ( ) </date> <type> </type> <type> </type> <type> - </type> <format> 1 </format> <format> </format> <format> 86x82 70x72.5 </format> <format> </format> <format> </format> <identifier> 2719</identifier> <identifier> </identifier> <language> </language> 1-21

23 <language> </language> <relation> </relation> <rights> </rights> <rights> </rights> </dc-record> 1-22

24 <?xml version="1.0" encoding="utf-8"?> <dc-record> <title> </title> <title> </title> <subject> </subject> <subject> </subject> <description> <description> <description> <description> <description> <description> <description> <date> </date> <type> </type> <type> </type> <type> </type> <format> </format> <format>1 </format> <format> </format> <format> </format> <identifier> </identifier> <identifier> </identifier> <identifier> ( )1155( )000( )</identifier> <language> </language> <language> </language> <relation> </relation> <rights> </rights> <rights> </rights> </dc-record> 1-23

25 1-24 <?xml version="1.0" encoding="utf-8"?> <dc-record> <title> </title> <creator> </creator> <subject> </subject> <subject> </subject> <subject> </subject> <description> <description> <description> <publisher> </publisher> <contributor> </contributor> <contributor> </contributor> <contributor> </contributor> <contributor> </contributor> <date> </date> <date> </date> <type> </type> <type> </type> <type> </type> <format> </format> <format>1 4 3/4 </format> <identifier> SP-2001</identifier> <identifier> AV </identifier> <language> </language> <language> </language> <rights> </rights> <rights> </rights> </dc-record>

26 1-25 <?xml version="1.0" encoding="utf-8"?> <dc-record> <title> </title> <creator> </creator> <subject> - </subject> <description> <description> <description> <publisher> </publisher> <contributor> </contributor> <date> </date> <date> </date> <date> </date> <date> </date> <type> </type> <type> </type> <type> </type> <format> (VHS)</format> <format>1 1/2 </format> <identifier> AV </identifier> <language> </language> <language> </language> <rights> </rights> <rights> </rights> </dc-record>

DC 1/2 (The Dublin Core Metadata Element Set) Dublin Core DC Metadata 3 DC 2/2 (interoperability) Dublin Core 15 4

DC 1/2 (The Dublin Core Metadata Element Set) Dublin Core DC Metadata 3 DC 2/2 (interoperability) Dublin Core 15 4 Dublin Core Sherry@ntu.edu.tw 1 Dublin Core Dublin Core Dublin Core Dublin Core Dublin Core 2 DC 1/2 (The Dublin Core Metadata Element Set) Dublin Core DC Metadata 3 DC 2/2 (interoperability) Dublin Core

More information

2 SGML, XML Document Traditional WYSIWYG Document Content Presentation Content Presentation Structure Structure? XML/SGML 3 2 SGML SGML Standard Gener

2 SGML, XML Document Traditional WYSIWYG Document Content Presentation Content Presentation Structure Structure? XML/SGML 3 2 SGML SGML Standard Gener SGML HTML XML 1 SGML XML Extensible Markup Language XML SGML Standard Generalized Markup Language, ISO 8879, SGML HTML ( Hypertext Markup Language HTML) (Markup Language) (Tag) < > Markup (ISO) 1986 SGML

More information

「人名權威檔」資料庫欄位建置表

「人名權威檔」資料庫欄位建置表 ( version 0.2) 1 3 3 3 3 5 6 9.... 11 Entities - Relationship Model..... 12 13 14 16 2 ( ) Int Varchar Text byte byte byte Id Int 20 Name Surname Varchar 20 Forename Varchar 20 Alternate Type Varchar 10

More information

问 调 用 云 端 的 语 音 服 务 的 接 口 形 式, 对 规 范 语 音 识 别 服 务 提 供 方 式, 方 便 客 户 端 的 集 成 调 用, 从 而 促 进 语 音 交 互 应 用 的 推 广 发 展, 促 进 广 大 用 户 充 分 享 受 到 语 音 交 互 带 来 的 快 速

问 调 用 云 端 的 语 音 服 务 的 接 口 形 式, 对 规 范 语 音 识 别 服 务 提 供 方 式, 方 便 客 户 端 的 集 成 调 用, 从 而 促 进 语 音 交 互 应 用 的 推 广 发 展, 促 进 广 大 用 户 充 分 享 受 到 语 音 交 互 带 来 的 快 速 国 家 标 准 中 文 语 音 识 别 互 联 网 服 务 接 口 规 范 ( 征 求 意 见 稿 ) 编 制 说 明 一 工 作 简 况 1 任 务 来 源 按 照 国 家 标 准 化 管 理 委 员 会 2014 年 第 一 批 国 家 标 准 制 修 订 计 划 安 排, 国 家 标 准 制 定 项 目 中 文 语 音 识 别 互 联 网 服 务 接 口 规 范 ( 征 求 意 见 稿 ) 计

More information

XML/DTD (1) XML (Markup) SGML HTML XML XML XML 2004/7/ All Rights Reserved 2

XML/DTD (1) XML (Markup) SGML HTML XML XML XML 2004/7/ All Rights Reserved 2 XML/DTD (1) XML (Markup) SGML HTML XML XML XML 2004 All Rights Reserved 2 SGML Standard Generalized Markup Language ( ) XML Extensible Markup Language HTML HyperText Markup Language 2004 All Rights Reserved

More information

數位圖書館/博物館相關標準 2

數位圖書館/博物館相關標準 2 數 2 立 XML (Extensibility) XML 行 (Self-description) (Structure) XML (Validation) XML DTD 行 XML 列 XML-Language SGML without tears Self-describing Documents Well-formed and Valid Documents XML-Link Power

More information

( Version 0.4 ) 1

( Version 0.4 ) 1 ( Version 0.4 ) 1 3 3.... 3 3 5.... 9 10 12 Entities-Relationship Model. 13 14 15.. 17 2 ( ) version 0.3 Int TextVarchar byte byte byte 3 Id Int 20 Name Surname Varchar 20 Forename Varchar 20 Alternate

More information

Microsoft Word - 送印版.doc

Microsoft Word - 送印版.doc 陳 亞 寧 葉 俊 宏 陳 慧 娉 城 菁 汝 沈 漢 聰 鍾 豐 謙 數 位 典 藏 與 數 位 學 習 國 家 型 科 技 計 畫 數 位 技 術 研 發 與 整 合 計 畫 中 央 研 究 院 計 算 中 心 中 央 研 究 院 資 訊 科 技 創 新 研 究 中 心 中 央 研 究 院 資 訊 科 學 研 究 所 後 設 資 料 工 作 組 目 次 目 次 目 次...i 作 者 群 簡

More information

CDWA Mapping. 22 Dublin Core Mapping

CDWA Mapping. 22 Dublin Core Mapping (version 0.23) 1 3... 3 3 3 5 7 10 22 CDWA Mapping. 22 Dublin Core Mapping. 24 26 28 30 33 2 3 X version 0.2 ( ) 4 Int VarcharText byte byte byte Id Int 10 Management Main Code Varchar 30 Code Original

More information

epub 79-1

epub 79-1 1 XML X M L X M L X M L We b 1.1 markup language M L M L A S C I I A S C I I C 0 0 0 1 F C R - L F M S - D O S M S - Wi n d o w s U n i x L F M a c O S C R A S C I I A S C I I -. - -. C C + + { }. b e

More information

: : : : : ISBN X /G258.6 : 17.00

: : : : : ISBN X /G258.6 : 17.00 : : : : 2004 7 1 2004 7 1 : ISBN 7-224-06856-X /G258.6 : 17.00 1,,,,,,,,,,,,,,,,,,,,,,,,, ;,, ;,, ; 2,,,,, 12,,,,, ;,,,,,,,,,,,,,,,,,,,, 2004 4 1 ( 1 ) ( 1 ) ( 1 ) ( 9 ) (15) (21) (33) (42) (47) WTO (52)

More information

final

final 行 政 院 研 究 發 展 考 核 委 員 會 政 府 網 站 建 置 及 營 運 作 業 參 考 指 引 中 華 民 國 99 年 2 月 政 府 網 站 建 置 及 營 運 作 業 參 考 指 引 目 次 前 言 與 導 讀... 1 一. 緣 由... 1 二. 現 行 規 範 應 用 的 運 作 與 問 題... 1 三. 政 府 網 站 建 置 與 營 運 作 業 參 考 指 引 之 規

More information

PowerPoint 簡報

PowerPoint 簡報 XML DTD 理論 (1) XML 論 數 (Markup) 念 SGML XML XML XML 2003 All Rights Reserved 2 SGML Standard Generalized Markup Language ( ) XML Extensible Markup Language HTML HyperText Markup Language 2003 All Rights

More information

untitled

untitled 1. XML 1.1. XML XML (Extensible Markup Language, ) W3C (World Wide Web Consortium, WWW ) (Markup Language) XML W3C http://www.w3.org/tr/rec-xml 來說 HTML SGML (Standard Generalized Markup Language, ) XML

More information

(Geographic data or geodata ) 30 (Buelher, K and L. Mckee1996) (Open GIS Consortium OGC) OGC GIS Open GIS OGC (Geography Markup Langu

(Geographic data or geodata ) 30 (Buelher, K and L. Mckee1996) (Open GIS Consortium OGC) OGC GIS Open GIS OGC (Geography Markup Langu 2004 1 1 2 3 4 (Open GIS Consortium, OGC) (Geography Markup Lang uage, GML GML) GIS GML GIS GML GML GML GML TGML(Taipei-GML) application schema TGML TGML TGML 1 2 3 4 1 2004 1. (Geographic data or geodata

More information

「電子檔案統一命名原則之研究」計畫

「電子檔案統一命名原則之研究」計畫 數 立 數 數 數 數 ( ) 識 識 數 識 數 ( ) 數 數 識 數 數 數 數 料 數 數 URN (Uniform Resource Name) IETF 1993 年 3 1997 年 5 RFC 2141-URN Syntax URN URN urn NID> NSS> NID Namespace Identifier NSS Namespace Specific String 路 路

More information

基 于 SCORM 规 范 的 资 源 打 包 方 法 设 计 与 实 现 摘 要 共 享 式 教 材 组 件 参 考 模 型 (Sharable Course Object Reference Model, 简 称 SCORM), 已 成 为 目 前 国 际 上 公 认 的 e-learning

基 于 SCORM 规 范 的 资 源 打 包 方 法 设 计 与 实 现 摘 要 共 享 式 教 材 组 件 参 考 模 型 (Sharable Course Object Reference Model, 简 称 SCORM), 已 成 为 目 前 国 际 上 公 认 的 e-learning 中 国 科 学 技 术 大 学 硕 士 研 究 生 学 位 论 文 论 文 题 目 基 于 SCORM 规 范 的 资 源 打 包 方 法 设 计 与 实 现 作 者 姓 名 陈 丁 惠 工 程 领 域 软 件 工 程 学 号 SG02201035 校 内 导 师 企 业 导 师 单 位 名 称 郑 浩 然 叶 盛 元 计 算 机 科 学 与 技 术 系 完 成 时 间 二 〇 〇 五 年 十 月

More information

iGENUS爱琴思邮件系统技术白皮书

iGENUS爱琴思邮件系统技术白皮书 igenus 爱 琴 思 邮 件 系 统 技 术 白 皮 书 Http://www.iGENUS.cn 版 权 信 息 igenus 爱 琴 思 邮 件 系 统 版 权 所 有 2009 爱 琴 思 科 技 ( 成 都 ) 有 限 公 司 igenus information technologies Inc.,Chengdu 文 档 保 证 声 明 本 文 档 以 提 供 信 息 为 目 的, 所

More information

Microsoft PowerPoint - 1010516翻譯簡報RDA未來展望.ppt

Microsoft PowerPoint - 1010516翻譯簡報RDA未來展望.ppt RDA 未 來 展 望 Dr. Barbara B. Tillett 主 講 美 國 國 會 圖 書 館 政 策 及 標 準 部 門 主 任 應 國 家 圖 書 館 及 中 華 民 國 圖 書 館 學 會 邀 請 講 演 2012 年 3 月 21 日 國 家 圖 書 館 編 目 組 翻 譯 今 天 的 演 講 內 容, 將 針 對 如 何 準 備 及 採 用 資 源 描 述 與 檢 索 (Resource

More information

路演公告.PDF

路演公告.PDF OO OO 417-427 1 IT IT 2 3 4 5 95.2% 6 7 8 0.47%, 2003 1-6 8,492.02 20.47% 2002 38.02% 20031-6 983.64 24.85% 2002 29.17% 2003 2003 23,109.20 3.45% 2003 3390.37 0.53% 2000 1 2001 3 2000 2001 2002 2003

More information

前 言 本 规 范 是 国 家 数 字 图 书 馆 工 程 标 准 规 范 建 设 主 导 项 目 专 门 元 数 据 标 准 与 规 范 项 目 的 子 项 目 国 家 图 书 馆 专 门 元 数 据 标 准 与 著 录 规 范 视 频 资 源 的 研 究 成 果 之 一 本 规 范 由 国 家

前 言 本 规 范 是 国 家 数 字 图 书 馆 工 程 标 准 规 范 建 设 主 导 项 目 专 门 元 数 据 标 准 与 规 范 项 目 的 子 项 目 国 家 图 书 馆 专 门 元 数 据 标 准 与 著 录 规 范 视 频 资 源 的 研 究 成 果 之 一 本 规 范 由 国 家 国 家 数 字 图 书 馆 工 程 标 准 规 范 项 目 研 制 成 果 GC-HD090190 项 目 名 称 : 国 家 图 书 馆 专 门 元 数 据 标 准 与 著 录 规 范 视 频 资 源 成 果 名 称 : 国 家 图 书 馆 视 频 资 源 元 数 据 规 范 成 果 类 型 : 标 准 规 范 成 果 编 号 :GC-HD090190 成 果 版 本 : 第 2 版 提 交 时

More information

创业板投资风险提示:本次股票发行后拟在创业板市场上市,该市场具有较高的投资风险

创业板投资风险提示:本次股票发行后拟在创业板市场上市,该市场具有较高的投资风险 创 业 板 投 资 风 险 提 示 : 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及 本 公 司 所 披 露

More information

292 dentity) (e-portfolio (International Federation for Design and Portability) (Repository Learning Education and Training Systems InteroperabilityLE

292 dentity) (e-portfolio (International Federation for Design and Portability) (Repository Learning Education and Training Systems InteroperabilityLE 1006 9860(2011)05 0116 09 292 * 1 2 (1. 100035; 2. 100875) SIF CIF G434 A XML RDF RDFS OWL ; Web (Interoperability) :(1) JISC Web : ;(2)IEEE : / ;(3) : ;(4) : ( ) e-learning ;(5)CMU 1. e-learning : e-learning

More information

論故宮書畫的典藏、維護與數位化

論故宮書畫的典藏、維護與數位化 13,552-1 - Metadata - 2 - 1736-1795 1949 1 2 960-1279 321-379 1 8 10 933-993 岀 - 3 - 3 2 4-4 - Digital Archives 5 Metadata 2000 Digital Museum 2001 2002 6-5 - Metadata 2001 MAAT 7 Metadata 8 3 Metadata

More information

<4D6963726F736F667420576F7264202D20312D3120D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A9>

<4D6963726F736F667420576F7264202D20312D3120D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A9> 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及 本 公 司 所 披 露 的 风 险 因 素, 审 慎 作 出

More information

Dublin Core XML (RDF)

Dublin Core XML (RDF) Email: tian@dr.com http://www.digiark.com/tian Dublin Core XML (RDF) XML W3C RFD WWW Lycos Alta Vista Open Text MARC GILS TEI header IAFA FTP FGDC 1995 3 (Dublin Core Element Set) DC DC DC DC DC DC

More information

CAS CAS GY/Z GY/Z Extensible Markup Language (XML) 1.0 File Transfer Protocol, RFC959, RFC1123, RFC228, RFC2577, RFC

CAS CAS GY/Z GY/Z Extensible Markup Language (XML) 1.0 File Transfer Protocol, RFC959, RFC1123, RFC228, RFC2577, RFC I CAS 2003 3 CAS GY/Z 174-2001 GY/Z 175-2001 Extensible Markup Language (XML) 1.0 File Transfer Protocol, RFC959, RFC1123, RFC228, RFC2577, RFC2640 2003 6 13 2005 1 28 II 1....1 2......1 3......1 3.1...1

More information

論文完整版_浮水印_.doc

論文完整版_浮水印_.doc (Paul C. Hoshall, 2002) XML(Extensible Markup Language) XBRL (Eric E. Cohen and Neal Hannon, 2001) (Enron) (Special-Purpose Entity, SPE) (transparency) XBRL (Neal Hannon, 2002) Zachary Coffin (2001) XBRL

More information

web - Web Grid Web Service - semantic -RDF Semantic Web -

web - Web Grid Web Service - semantic -RDF Semantic Web - RDF Zhulj@chinaecc.org http://www.chinaecc.org web - Web Grid Web Service - semantic -RDF Semantic Web - Web 1990 Tim Berners-Lee Web HTML Web Web HTML Semantic Web Semantic web web web web -Tim Berners-Lee,

More information

ICS 13.310 A 91 SZDB/Z 深 圳 市 标 准 化 指 导 性 技 术 文 件 SZDB/Z 158 2015 交 通 运 输 行 业 视 频 监 控 联 网 系 统 通 用 技 术 要 求 General technical specification for video monitoring network system of transportation industry in

More information

102

102 2009 11 13 99 2010 7 2015 12 17 1 101 www.lbn.nchu.edu.tw 102 1891-1986 2015 12 17 1 103 104 Metadata Lifecycle model, MLM EAD Dublin Core RAD 2015 12 17 1 105 1 1 98 2010 9 106 2006 2015 12 17 1 107 life

More information

XML 领 XML-related Issues Covered: MARC -- Metadata MARC -- Web-based MARC Applications for Other Technical Services OAI-PMH FRBR RSS

XML 领 XML-related Issues Covered: MARC -- Metadata MARC -- Web-based MARC Applications for Other Technical Services OAI-PMH FRBR RSS XML 领 XML-related Issues Covered: MARC -- Metadata MARC -- Web-based MARC Applications for Other Technical Services OAI-PMH FRBR RSS Pure Librarian Who are We? Metadata Specialist Hybrid Librarian Knowledge

More information

文书电子文件元数据方案.doc

文书电子文件元数据方案.doc aics DA Metadata Standard for Administrative Electronic Records 2009-12-16 2010-06-01 1 2 3 4 5 6 7 8 A electronic records administrative electronic records combined records document metadata element

More information

文史脈流行動導覽服務平台 -huangcm-中華電信講座 (Kitty版本) pptx

文史脈流行動導覽服務平台 -huangcm-中華電信講座 (Kitty版本) pptx 文 創 觀 光 與 網 路 應 用 平 台 : 從 文 史 脈 流 行 動 導 覽 服 務 平 台 談 資 通 - 文 史 跨 領 域 合 作 夢 境 (http://deh.csie.ncku.edu.tw) 黃 崇 明 教 授 (Prof. Chung-Ming Huang) 國 立 成 功 大 學 資 訊 工 程 系 huangcm@locust.csie.ncku.edu.tw 1 Outline

More information

無障礙網頁開發規範二版(草案)

無障礙網頁開發規範二版(草案) 國 家 通 訊 傳 播 委 員 會 無 障 礙 網 頁 開 發 規 範 2.0 版 ( 草 案 ) 委 辦 單 位 : 國 家 通 訊 傳 播 委 員 會 執 行 單 位 : 中 華 民 國 資 訊 軟 體 協 會 中 華 民 國 1 0 3 年 0 5 月 I II 目 錄 壹 前 言... 1 貳 適 用 範 圍... 2 參 用 語 釋 義... 3 肆 規 範 內 文... 14 一 規 範

More information

國土資訊.indd

國土資訊.indd 水 利 署 地 理 資 料 倉 儲 推 動 與 資 料 標 準 研 訂 之 現 況 與 展 望 經 濟 部 水 利 署 保 育 事 業 組 簡 任 正 工 程 司 蘇 瑞 榮 壹 前 言 由 於 水 文 及 水 資 源 之 時 序 性 資 料, 仍 有 空 間 分 布 之 特 性, 有 必 要 結 合 地 理 資 訊 系 統 之 空 間 屬 性 及 詮 釋 等 資 料, 以 為 水 利 相 關 資

More information

c_onto-intro-0304.doc

c_onto-intro-0304.doc 33 9 2 3 1 Semantic Web Ontology WordNet Semantic Web Semantic Web Semantic Web 2001 media Scientific American 2001 2002 The Semantic Web Tim Berners-Lee World Wide Web, WWW WWW RDF, Resource Description

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

Microsoft Word - 1132285514394.doc

Microsoft Word - 1132285514394.doc 金 融 数 据 交 换 国 际 标 准 在 证 券 登 记 结 算 领 域 的 应 用 研 究 张 静 刘 大 海 一 金 融 数 据 交 换 国 际 标 准 应 用 于 证 券 领 域 的 现 状 与 趋 势 ( 一 ) 国 际 金 融 标 准 化 组 织 情 况 简 介 目 前, 世 界 上 约 有 近 300 个 国 家 和 地 区 性 组 织 制 定 标 准 和 技 术 规 则 主 要 的

More information

古籍數位化

古籍數位化 (1) 1 (1998 ) (1997 ) 1. rare collection 2. 3. 4. Unesco Memory of the WorldNational Digital Library Program (2) 1. ( ) 2. () 1. 2. 3. 4. (content) 2 Metadata 1. 2. 3. 4. 5. (The National Digital Library

More information

WQ.s92

WQ.s92 21 世 纪 高 职 高 专 规 划 教 材 网 络 专 业 系 列 SQL Server 数 据 库 应 用 技 术 张 蒲 生 何 升 编 著 清 华 大 学 出 版 社 北 京 内 容 简 介 本 书 根 据 高 等 职 业 技 术 教 育 和 教 学 特 点, 结 合 教 学 改 革 和 应 用 实 践 编 写 而 成 在 介 绍 SQL Server 数 据 库 基 本 内 容 的 同 时,

More information

USER

USER 国 际 图 书 馆 协 会 与 机 构 联 合 会 ( 国 际 图 联 ) 主 题 规 范 数 据 的 功 能 需 求 (FRSAD FRSAD) 概 念 模 型 由 IFLA 主 题 规 范 记 录 的 功 能 需 求 工 作 组 完 成 编 者 : 曾 蕾 Maja Žumer Athena Salaba 由 IFLA 分 类 和 标 引 组 常 设 委 员 会 批 准 2010 年 6 月 刘

More information

浙 江 银 江 电 子 股 份 有 限 公 司 首 次 公 开 发 行 股 票 并 在 创 业 板 上 市 招 股 意 向 书 发 行 股 票 类 型 : 人 民 币 普 通 股 (A 股 ) 预 计 发 行 股 数 : 2,000 万 股 每 股 面 值 : 人 民 币 1.00 元 每 股 发

浙 江 银 江 电 子 股 份 有 限 公 司 首 次 公 开 发 行 股 票 并 在 创 业 板 上 市 招 股 意 向 书 发 行 股 票 类 型 : 人 民 币 普 通 股 (A 股 ) 预 计 发 行 股 数 : 2,000 万 股 每 股 面 值 : 人 民 币 1.00 元 每 股 发 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及 本 公 司 所 披 露 的 风 险 因 素, 审 慎 作 出

More information

raw corpus a 129

raw corpus a 129 27 2013 1 * + XML + XML 1. 1 interpretative linguistic 2002 139-140 2005 69 HSK 1. 2 * 11BYY054 12JZD018 128 2000 1996 1 2 3 4 5 6 raw corpus 2008 2002 141 1996 2011 2010a 129 27 2013 1 + 2008 2010b 2010c

More information

chapter 2 HTML5 目錄iii HTML HTML HTML HTML HTML canvas

chapter 2 HTML5 目錄iii HTML HTML HTML HTML HTML canvas Contents 目錄 chapter 1 1-1... 1-2 1-2... 1-3 HTML5... 1-3... 1-5 1-3... 1-9 Web Storage... 1-9... 1-10 1-4 HTML5... 1-14... 1-14... 1-15 HTML5... 1-15... 1-15... 1-16 1-5... 1-18 Apps... 1-18 HTML5 Cache

More information

Slide 1

Slide 1 元數據的互操作 Metadata Interoperability Trends 曾蕾 Marcia Lei Zeng Kent State University 數位圖書館發展 國際研討會, 台灣大學, 2006.8.10-11 1. Introduction 1.1 Metadata Movement since the early 1990s Phenomenal growth of the

More information

untitled

untitled ArcGIS Server Web services Web services Application Web services Web Catalog ArcGIS Server Web services 6-2 Web services? Internet (SOAP) :, : Credit card authentication, shopping carts GIS:, locator services,

More information

Professional Ajax Ajax Adaptive Path, LLC Jesse James Garrett Ajax php Garrett WebG

Professional Ajax Ajax Adaptive Path, LLC Jesse James Garrett Ajax   php Garrett WebG 1 何謂 Ajax? 2001 2005World Wide Web Web Google Google Google Labhttp:// labs.google.com Google LabGoogle Suggest Google Maps JavaScript remotingweb Professional Ajax Ajax 2005 2Adaptive Path, LLC Jesse

More information

ebook215-5

ebook215-5 5 X M L X M L Document Object Model D O M 5.1 We b We b We b W 3 C W3C DOM W3C DOM D O D O M D O M D O D O M H T M L X M L 5.1.1 XML X M L X M L 5-1 X M L 112 XML 5-2 P R O D U C T P l u t o n i u m L

More information

XML XML XMPP XML XML Schema XML XML,,, XML,

XML XML XMPP XML XML Schema XML XML,,, XML, XML ( ) XML XML XMPP XML XML Schema XML XML,,, XML, Abstract With the improvement of teaching infrastructure such as networks and computers in China, there is an increasing demand for network-based testing

More information

第1章 簡介

第1章 簡介 EAN.UCCThe Global Language of Business 4 512345 678906 > 0 12345 67890 5 < > 1 89 31234 56789 4 ( 01) 04601234567893 EAN/UCC-14: 15412150000151 EAN/UCC-13: 5412150000161 EAN/UCC-14: 25412150000158 EAN/UCC-13:

More information

<4D6963726F736F667420576F7264202D20A1B6BBB7BEB3B1A3BBA4D6F7B9DCB2BFC3C5CDF8D5BEBDA8C9E8D3EBCEACBBA4BCBCCAF5B5BCD4F2A3A8B7A2B2BCB8E5A3A9A1B732303135313132375B315D312E646F63>

<4D6963726F736F667420576F7264202D20A1B6BBB7BEB3B1A3BBA4D6F7B9DCB2BFC3C5CDF8D5BEBDA8C9E8D3EBCEACBBA4BCBCCAF5B5BCD4F2A3A8B7A2B2BCB8E5A3A9A1B732303135313132375B315D312E646F63> 中 华 人 民 共 和 国 国 家 环 境 保 护 标 准 HJ 771-2015 环 境 保 护 主 管 部 门 网 站 建 设 与 维 护 技 术 导 则 Technical Guideline for Construction and Maintenance of Government Website for Environmental Protection ( 发 布 稿 ) 本 电 子 版

More information

文件範本

文件範本 圖 337 訊 息 格 式 交 換 示 意 圖 4.3. 資 料 服 務 帄 台 災 害 管 理 是 個 極 為 龐 雜 的 體 系 架 構 與 分 工 細 膩 的 運 作 帄 台, 災 害 種 類 可 區 分 為 天 然 災 害 ( 如 颱 風 豪 雨 地 震 等 ) 及 人 為 災 害 ( 人 類 科 技 因 疏 忽 意 外 所 帶 來 的 交 通 事 故 化 學 災 害 核 能 災 變 等 )

More information

3 国 务 院 批 复 同 意 设 立 云 南 滇 中 新 区 4 中 国 远 洋 与 中 海 发 展 控 股 股 东 或 涉 及 资 产 重 组 热 点 聚 焦 1 打 击 非 法 配 资 活 动 短 期 将 告 一 段 落 15 日 下 午, 证 监 会 方 面 有 消 息 李 超 接 任 退

3 国 务 院 批 复 同 意 设 立 云 南 滇 中 新 区 4 中 国 远 洋 与 中 海 发 展 控 股 股 东 或 涉 及 资 产 重 组 热 点 聚 焦 1 打 击 非 法 配 资 活 动 短 期 将 告 一 段 落 15 日 下 午, 证 监 会 方 面 有 消 息 李 超 接 任 退 2015 年 9 月 16 日 一 风 行 视 点 1. 市 场 研 判 昨 日 两 市 承 续 周 一 下 跌 走 势 双 双 低 开, 午 后 加 速 下 跌, 在 权 重 股 的 带 领 下 沪 指 尾 盘 险 守 3000 点 整 数 关 口, 创 业 板 失 守 1800 点, 两 市 共 有 近 2200 只 个 股 下 跌, 逾 700 只 个 股 跌 停, 成 交 量 再 创 本 轮

More information

% ~ AAA

% ~ AAA 1. 230000 503566 47% 2001 3 ~2002 9 31281 5010 950 AAA 2002 1 0532--5951792 2003.7.7 2. 37 58 37% 2001 3 ~2002 9 75 60 950 AAA 2002 306 0532--5951792 2003.7.7 500000 1640000 4350000 6020000 220000 200000

More information

XXXXXXXX http://cdls.nstl.gov.cn 2 26

XXXXXXXX http://cdls.nstl.gov.cn 2 26 [ ] [ ] 2003-7-18 1 26 XXXXXXXX http://cdls.nstl.gov.cn 2 26 (2003-7-18) 1...5 1.1...5 1.2...5 1.3...5 2...6 2.1...6 2.2...6 2.3...6 3...7 3.1...7 3.1.1...7 3.1.2...7 3.1.2.1...7 3.1.2.1.1...8 3.1.2.1.2...10

More information

6-1 Table Column Data Type Row Record 1. DBMS 2. DBMS MySQL Microsoft Access SQL Server Oracle 3. ODBC SQL 1. Structured Query Language 2. IBM

6-1 Table Column Data Type Row Record 1. DBMS 2. DBMS MySQL Microsoft Access SQL Server Oracle 3. ODBC SQL 1. Structured Query Language 2. IBM CHAPTER 6 SQL SQL SQL 6-1 Table Column Data Type Row Record 1. DBMS 2. DBMS MySQL Microsoft Access SQL Server Oracle 3. ODBC SQL 1. Structured Query Language 2. IBM 3. 1986 10 ANSI SQL ANSI X3. 135-1986

More information

Microsoft PowerPoint - Ch00-4-XHTML.ppt [相容模式]

Microsoft PowerPoint - Ch00-4-XHTML.ppt [相容模式] Chapter 0-4 (XHTML) 陈瑞奇 (J.C. Chen) 亚洲大学资讯工程学系 多媒体网站技术应用 整合性课程 IE, Firefox, Safari, Opera, Chrome HTML/CSS DHTML/XHTML/XML JavaScript, JScript, VBScript Java Applet, ActiveX, AJAX Plug-in (eg, Flash, PDF,

More information

untitled

untitled ISBN 7 6924 8803 3/F 323 5.00 A B C D A (1) (2) ( ) (3) (4) (5)! (1) (2) (3) (4) (5) (6) ( 5 (7) ) (8) I (9) (10) (11)!! (1) (2) (3) ? ?? (1812 1854) 1848 (1851 ) 1853 () ( ) 1852 ? ( ) 1854 ( ? (1)

More information

「西醫基層總額支付委員會《第28次委員會議紀錄

「西醫基層總額支付委員會《第28次委員會議紀錄 西 醫 基 層 總 額 支 付 委 員 會 101 年 第 2 次 委 員 會 議 紀 錄 時 間 :101 年 5 月 23 日 下 午 2 時 地 點 : 中 央 健 康 保 險 局 18 樓 會 議 室 ( 台 北 市 信 義 路 3 段 140 號 18 樓 ) 主 席 : 黃 召 集 人 三 桂 出 席 委 員 : 王 委 員 正 坤 王 委 員 錦 基 古 委 員 博 仁 王 正 坤 王

More information

What You Can Find with SciFinder Scholar SciFinder Scholar Area Information Available in SciFinder Scholar Document Title Information Author/inventor

What You Can Find with SciFinder Scholar SciFinder Scholar Area Information Available in SciFinder Scholar Document Title Information Author/inventor SciFinder Scholar Content SciFinder Scholar SciFinder Scholar CAS MEDLINE by the National Library of Medicine NLM MEDLINE Reference Databases CAplus SM MEDLINE 150 9000 1907 1907 2,430 3000 70 3900 1951

More information

出國報告(出國類別︰參加國際會議)

出國報告(出國類別︰參加國際會議) 出 國 報 告 ( 出 國 類 別.. 參 加 國 際 會 議 ) 出 席 2014 年 國 際 登 錄 協 會 年 會 報 告 書 服 務 機 關.. 國 立 故 宮 博 物 院 姓 名 職 稱.. 王 琤 雯 派 赴 國 家.. 德 國 出 國 期 間..2014.09.04~2014.09.14 報 告 日 期..2014.12.05 公 務 出 國 報 告 提 要 出 國 報 告 名 稱..

More information

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID 58 2016. 14 * LireSolr LireSolr CEDD Ajax CSpace LireSolr CEDD Abstract In order to offer better image support services it is necessary to extend the image retrieval function of our institutional repository.

More information

以主題地圖建構索引典之語意網路模型OK.PDF

以主題地圖建構索引典之語意網路模型OK.PDF 48(Feb 04)35-56 ISSN 1023-2125 (1) Constructing a Semantic Network Model of Thesaurus: Topic Maps Approach Sinn-Cheng Lin Associate Professor Dept. of Information and Library Science Tamkang University

More information

科 研 信 息 化 技 术 与 应 用,2015, 6 (1) of identity and the framework of identity management, this paper analyses the development trend of Identity Management

科 研 信 息 化 技 术 与 应 用,2015, 6 (1) of identity and the framework of identity management, this paper analyses the development trend of Identity Management 科 研 信 息 化 技 术 与 应 用 2015, 6(1): 41 49 应 用 / APPLICATION 身 份 管 理 发 展 趋 势 和 中 国 科 学 院 身 份 管 理 系 统 薛 聪 1,2, 向 继 1 1, 高 能 1. 中 国 科 学 院 信 息 工 程 研 究 所 信 息 安 全 国 家 重 点 实 验 室, 北 京 100093 2. 中 国 科 学 院 大 学, 北 京

More information

计 算 机 网 络 基 础 任 务 教 程 () 组 成 计 算 机 网 络 的 每 台 计 算 机 都 是 独 立 的 即 计 算 机 之 间 没 有 明 显 的 主 从 关 系, 每 台 计 算 机 可 以 连 网 工 作, 也 可 以 不 连 网 工 作 (2) 建 立 计 算 机 网 络 的

计 算 机 网 络 基 础 任 务 教 程 () 组 成 计 算 机 网 络 的 每 台 计 算 机 都 是 独 立 的 即 计 算 机 之 间 没 有 明 显 的 主 从 关 系, 每 台 计 算 机 可 以 连 网 工 作, 也 可 以 不 连 网 工 作 (2) 建 立 计 算 机 网 络 的 计 算 机 网 络 初 探 描 述 随 着 计 算 机 网 络 技 术 的 发 展, 给 我 们 的 工 作 和 生 活 带 来 了 极 大 的 便 利, 本 将 学 习 计 算 机 网 络 的 相 关 知 识, 并 能 利 用 所 学 网 络 知 识 对 实 际 问 题 进 行 分 析 探 讨 ; 感 受 网 络 的 神 奇 作 用, 激 发 对 网 络 技 术 的 求 知 欲 ; 认 识 到 信

More information

1. 2. Flex Adobe 3.

1. 2. Flex Adobe 3. 1. 2. Flex Adobe 3. Flex Adobe Flex Flex Web Flex Flex Flex Adobe Flash Player 9 /rich Internet applications/ria Flex 1. 2. 3. 4. 5. 6. SWF Flash Player Flex 1. Flex framework Adobe Flex 2 framework RIA

More information

穨47.PDF

穨47.PDF 47 J Chin Med 14(1): 47-58, 2003 SQL Server 2000 XML (2002 10 28 2002 12 16 2002 12 17 ) XML Tag XML Wrapper / Mediator Information Extraction Free Text Repository Tree Structure Model SQL 2000 XML Schema

More information

Choi, S., D. O. Stahl, A. B. Whinston, The Economics of Electronic Commence, 1997.

Choi, S., D. O. Stahl, A. B. Whinston, The Economics of Electronic Commence, 1997. 2004 7 Choi, S., D. O. Stahl, A. B. Whinston, The Economics of Electronic Commence, 1997. ? UR* 1949 1973 UCC UPC 1977 EAN 12 1992 EAN International EAN-13 8 ISBN(1) ISO 2108:1992 ISBN ( ) 1980 EAN ISBN

More information

标题

标题 012 Journal of Library Science in China 嘉 兴 模 式 的 延 伸 与 深 化 : 从 总 分 馆 体 系 到 图 书 馆 服 务 体 系 李 超 平 摘 要 嘉 兴 模 式 包 含 两 个 体 系 : 一 是 以 总 分 馆 为 核 心 的 公 共 图 书 馆 服 务 体 系, 二 是 跨 系 统 的 图 书 馆 服 务 联 盟 体 系 研 究 发 现, 从

More information

項目名稱

項目名稱 數 料 version 1.0 數 料 年 數 料 1.0 1 錄 說 3 料 度... 3 參 3 錄 3 欄 5 六 欄 8 11 料 24 CDWA Mapping. 24 Dublin Core Mapping. 26 28 說 30 錄 32 35 數 料 1.0 2 說 年 年 類更 精 數量更 了 精 行數 年 精 ~ 行 X 拓 理 說 料 數 數 料 數 料 料 度 年六 數 料

More information

基于泛在网的智能交通应用系统总体框架

基于泛在网的智能交通应用系统总体框架 ICS 01.040.33 M04 YDB 2010-2623T-YD 中 国 通 信 标 准 化 协 会 标 准 YDB 2010-2623T-YD 通 信 网 支 持 智 能 交 通 系 统 总 体 框 架 General architecture of intelligent transportation system based on telecommunication networks 201X

More information

Microsoft Word - Chap05.doc

Microsoft Word - Chap05.doc 原 則 與 屬 性 結 構 多 功 能 模 組 一 致 的 概 念 相 依 性 能 夠 獨 立 交 換 程 序 自 動 傳 播 資 料 存 取 可 建 置 的 持 續 成 長 抵 抗 熵 第 五 章 資 源 導 向 式 架 構 : 進 入 網 頁 應 用 Brian Sletten 建 築 是 可 以 住 人 的 雕 塑 Constantin Brancusi 本 章 中, 我 們 將 會 看 到

More information

lan03_yen

lan03_yen IEEE 8. LLC Logical Link Control ll rights reserved. No part of this publication and file may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical,

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

Ps22Pdf

Ps22Pdf ( CIP). :, 2006 ISBN 7-224-07586-8... ( ). E289. 413 - - CIP (2006) 022989 ( 147 : 710003) 787mm 1092mm 16 29 24 650 2006 3 1 2006 3 1 1 1000 ISBN 7-224-07586-8 E 57 128.00 ISBN 7-224-07586-8 E 57 : 128.00

More information

第 3 章 数 据 在 计 算 机 中 的 表 示 43 在 进 位 计 数 制 中 有 数 码 数 位 ( 位 置 ) 基 数 和 位 权 等 用 语 数 码 是 在 一 个 计 数 制 中 用 来 表 示 数 值 的 符 号 ; 数 位 是 指 数 码 在 一 个 数 中 所 处 的 位 置 ;

第 3 章 数 据 在 计 算 机 中 的 表 示 43 在 进 位 计 数 制 中 有 数 码 数 位 ( 位 置 ) 基 数 和 位 权 等 用 语 数 码 是 在 一 个 计 数 制 中 用 来 表 示 数 值 的 符 号 ; 数 位 是 指 数 码 在 一 个 数 中 所 处 的 位 置 ; 第 3 章 数 据 在 计 算 机 中 的 表 示 3.1 数 据 与 数 制 计 算 机 中 使 用 的 数 据 一 般 可 以 分 为 两 大 类 : 数 值 数 据 和 字 符 数 据 数 值 数 据 常 用 于 表 示 数 的 大 小 与 正 负 ; 字 符 数 据 则 用 于 表 示 非 数 值 的 信 息, 例 如 : 英 文 汉 字 图 形 和 语 音 等 数 据 数 据 在 计 算

More information

<4D6963726F736F667420576F7264202D20B9FABCD2BBFAB9D8B0ECB9ABBDA8D6FEBACDB4F3D0CDB9ABB9B2BDA8D6FEC4DCBAC4BCE0B2E2CFB5CDB3C8EDBCFEBFAAB7A2D6B8B5BCCBB5C3F7CAE92E646F63>

<4D6963726F736F667420576F7264202D20B9FABCD2BBFAB9D8B0ECB9ABBDA8D6FEBACDB4F3D0CDB9ABB9B2BDA8D6FEC4DCBAC4BCE0B2E2CFB5CDB3C8EDBCFEBFAAB7A2D6B8B5BCCBB5C3F7CAE92E646F63> 附 件 : 国 家 机 关 办 公 建 筑 和 大 型 公 共 建 筑 能 耗 监 测 系 统 软 件 开 发 指 导 说 明 书 住 房 和 城 乡 建 设 部 二 〇 〇 九 年 二 月 前 言 为 指 导 各 地 国 家 机 关 办 公 建 筑 和 大 型 公 共 建 筑 能 耗 监 测 系 统 建 设, 住 房 和 城 乡 建 设 部 组 织 有 关 专 家, 在 总 结 吸 收 国 内 已

More information

I V IX 1 2 5 6 7 7 9 10 31 37 43 43 I II 61 63 87 89 91 96 97 98 99 103 103 106 113 119 121 127 152 180 181 186 III IV 2-01 Metadata 12 2-01 EAD 15 2-02 EAD header 17 2-03 did 17 2-04 (elements) 18

More information

SIP/ENUM Trial

SIP/ENUM Trial Taiwan SIP/ENUM trial ENUM Director of TWNIC IP Department 2004/12/15 1 Outline What is ENUM Taiwan SIP/ENUM Trial Project ENUM 2 What is ENUM ENUMDNSE.164 ENUMDNS ENUM 3 ENUMDNSE.164 Enum telephone Number

More information

<D5FDCEC42E733932>

<D5FDCEC42E733932> 图 书 在 版 编 目 (CIP) 数 据 与 考 场 / 张 克 敏, 兰 燕 主 编. 重 庆 : 西 南 师 范 大 学 出 版 社,2003.10 ISBN 7 唱 5621 唱 2973 唱 8 Ⅰ 畅 畅 畅 畅 Ⅱ 畅 1 张 畅 畅 畅 2 兰 畅 畅 畅 Ⅲ 畅 文 课 高 中 教 材 Ⅳ 畅 G634 畅 341 中 国 版 本 图 书 馆 CIP 数 据 核 字 (2003)

More information

(CIP) :, 2003 ISBN 7 81010 715 1 /...........R151.2 CIP (2002) 105855 ( 530 200032) 850 mm1168 mm 1/ 32 11.25 283 1 4 100 2003 4 1 2003 4 1 ISBN 7 810

(CIP) :, 2003 ISBN 7 81010 715 1 /...........R151.2 CIP (2002) 105855 ( 530 200032) 850 mm1168 mm 1/ 32 11.25 283 1 4 100 2003 4 1 2003 4 1 ISBN 7 810 (CIP) :, 2003 ISBN 7 81010 715 1 /...........R151.2 CIP (2002) 105855 ( 530 200032) 850 mm1168 mm 1/ 32 11.25 283 1 4 100 2003 4 1 2003 4 1 ISBN 7 81010 715 1/ R680 22.00 ,,,,,,,,,,,,,,,,,,,,, 20,,,,,,,,,,,,,,,,,,,,

More information

全球政府数据开放情况

全球政府数据开放情况 政 府 数 据 开 放 报 告 第 一 章 全 球 政 府 数 据 开 放 情 况 1.1 什 么 是 政 府 数 据 开 放 平 台 在 向 第 二 代 互 联 网 演 进 的 过 程 中, 开 放 数 据 就 成 为 继 开 源 软 件 开 放 存 取 之 后 的 又 一 个 以 开 放 自 由 以 及 共 享 精 神 为 核 心 的 研 究 热 点, 同 时 也 为 当 前 的 信 息 网 络

More information

<4D6963726F736F667420576F7264202D20B1A6BCA6CAD0C7F8D3F2CEC0C9FAD0C5CFA2C6BDCCA8BBA5C1AABBA5CDA8CAB5CAA9B9E6B7B6>

<4D6963726F736F667420576F7264202D20B1A6BCA6CAD0C7F8D3F2CEC0C9FAD0C5CFA2C6BDCCA8BBA5C1AABBA5CDA8CAB5CAA9B9E6B7B6> 宝 鸡 市 区 域 卫 生 信 息 平 台 互 联 互 通 实 施 规 范 ( 版 本 2.0 讨 论 稿 ) 宝 鸡 市 卫 生 局 2014 年 10 月 1 / 38 目 录 前 言... 3 第 一 章 适 用 范 围... 4 第 二 章 规 范 引 用 文 件... 4 第 三 章 术 语 和 定 义... 5 3.1 术 语... 5 3.2 定 义... 8 第 四 章 前 置 接

More information

Microsoft Word - xiuxinduanyu-2-doc.doc

Microsoft Word - xiuxinduanyu-2-doc.doc 明 慧 专 题 文 章 汇 编 这 些 文 章 是 各 位 大 法 弟 子 作 者 在 各 自 在 修 炼 过 程 中 在 当 时 所 在 层 次 的 认 识 ; 我 们 收 集 成 册, 谨 供 不 经 常 访 问 明 慧 网 的 同 修 参 考 师 父 的 法 才 是 指 导 大 法 弟 子 修 炼 提 高 的 根 本, 广 泛 阅 读 明 慧 网 上 更 多 同 修 的 修 炼 交 流, 能

More information

约 伯 记 : 约 伯 记 : 惟 有 我 一 人 逃 脱, 来 报 信 给 你 他 还 说 话 的 时 候, 又 有 人 来 说 : 你 的 儿 女 正 在 他 们 长 兄 的 家 里 吃 饭 喝 酒, 不 料, 有 狂 风 从 旷 野 刮 来, 击 打 房 屋 的 四 角, 房 屋 倒 塌 在

约 伯 记 : 约 伯 记 : 惟 有 我 一 人 逃 脱, 来 报 信 给 你 他 还 说 话 的 时 候, 又 有 人 来 说 : 你 的 儿 女 正 在 他 们 长 兄 的 家 里 吃 饭 喝 酒, 不 料, 有 狂 风 从 旷 野 刮 来, 击 打 房 屋 的 四 角, 房 屋 倒 塌 在 约 伯 记 : 约 伯 记 : 约 伯 记 撒 但 试 探 约 伯 乌 斯 地 有 一 个 人 名 叫 约 伯 ; 那 人 完 全 正 直, 敬 畏 神, 远 离 恶 事 他 生 了 七 个 儿 子, 三 个 女 儿 他 的 家 产 有 七 千 羊, 三 千 骆 驼, 五 百 对 牛, 五 百 母 驴, 并 有 许 多 仆 婢 这 人 在 东 方 人 中 就 为 至 大 他 的 儿 子 按 着 日

More information

加 拉 太 书 :8 2 加 拉 太 书 2:4 8 过 了 三 年, 才 上 耶 路 撒 冷 去 见 矶 法, 和 他 同 住 了 十 五 天 9 至 于 别 的 使 徒, 除 了 主 的 兄 弟 雅 各, 我 都 没 有 看 见 20 我 写 给 你 们 的 不 是 谎 话, 这 是 我 在 神

加 拉 太 书 :8 2 加 拉 太 书 2:4 8 过 了 三 年, 才 上 耶 路 撒 冷 去 见 矶 法, 和 他 同 住 了 十 五 天 9 至 于 别 的 使 徒, 除 了 主 的 兄 弟 雅 各, 我 都 没 有 看 见 20 我 写 给 你 们 的 不 是 谎 话, 这 是 我 在 神 加 拉 太 书 : 加 拉 太 书 :7 加 拉 太 书 问 候 作 使 徒 的 保 罗 ( 不 是 由 于 人, 也 不 是 借 着 人, 乃 是 借 着 耶 稣 基 督, 与 叫 他 从 死 里 复 活 的 父 神 ) 2 和 一 切 与 我 同 在 的 众 弟 兄, 写 信 给 加 拉 太 的 各 教 会 3 愿 恩 惠 平 安 从 父 神 与 我 们 的 主 耶 稣 基 督 归 与 你 们!

More information

CIP ) / :,2006.2 ISBN 7-80702 - 188-8..........K.23 CIP (2006) 080136 :960 640mm 1/ 16 : 55 :1080 2006 3 2 1 :5000 ISBN 7-80702 - 188-8/ K 23 ( 3 ) :

CIP ) / :,2006.2 ISBN 7-80702 - 188-8..........K.23 CIP (2006) 080136 :960 640mm 1/ 16 : 55 :1080 2006 3 2 1 :5000 ISBN 7-80702 - 188-8/ K 23 ( 3 ) : CIP ) / :,2006.2 ISBN 7-80702 - 188-8..........K.23 CIP (2006) 080136 :960 640mm 1/ 16 : 55 :1080 2006 3 2 1 :5000 ISBN 7-80702 - 188-8/ K 23 ( 3 ) : 260.00 ( 1 ) ( 1 ) ( 1 ) ( 2 ) ( 3 ) ( 3 ) ( 4 ) (

More information

Ps22Pdf

Ps22Pdf : : (CIP) / :, 2006.3 ISBN 7-5385 - 2026-0..........I222 CIP (2006) 021873 :8501168mm 1/ 32 :200 :3000 2006 1 2 : 2000 ISBN 7-5385 - 2026-0/ I393 :498.00 ( 22 ) : : : ,,,,,,,,,,, : 7 8, 8 8, 8 9, 9 10

More information

Ps22Pdf

Ps22Pdf : : (CIP) / :, 2006.3 ISBN 7-5385 - 2026-0..........I222 CIP (2006) 021873 :8501168mm 1/ 32 :200 :3000 2006 1 2 : 2000 ISBN 7-5385 - 2026-0/ I393 :498.00 ( 22 ) : : : ,,,,,,,,,,, : 7 8, 8 8, 8 9, 9 10

More information

128 ( ) ( ) [ 1 ] [2] [3] (1) (2) (3) [1] [2] [3] 10 2 ( ) (1997.6) ( ) 64

128 ( ) ( ) [ 1 ] [2] [3] (1) (2) (3) [1] [2] [3] 10 2 ( ) (1997.6) ( ) 64 BIBLID 1026-5279 (2005) 94:2 p. 127-154 (2005.12) 127 Keywords Digital Library High School Library Library Website Open Source E-mail frank@hchs.hc.edu.tw 128 (2005.12) ( ) 6 0 68 [ 1 ] [2] [3] (1) (2)

More information

基于ECO的UML模型驱动的数据库应用开发1.doc

基于ECO的UML模型驱动的数据库应用开发1.doc ECO UML () Object RDBMS Mapping.Net Framework Java C# RAD DataSetOleDbConnection DataGrod RAD Client/Server RAD RAD DataReader["Spell"].ToString() AObj.XXX bug sql UML OR Mapping RAD Lazy load round trip

More information

天仁期末個人報告1.PDF

天仁期末個人報告1.PDF ...3...3...3...4...4...6...6...8...10...11...12...12...12... 13...13...14...14...14...15...15... 17... 18...18...19...19...20...20...21...22...22...22...23...23...24 ... 24... 26... 27 2 3 4 5 6 7 8 9

More information

關於本書 Part 3 CSS XHTML Ajax Part 4 HTML 5 API JavaScript HTML 5 API Canvas API ( ) Video/Audio API ( ) Drag and Drop API ( ) Geolocation API ( ) Part 5

關於本書 Part 3 CSS XHTML Ajax Part 4 HTML 5 API JavaScript HTML 5 API Canvas API ( ) Video/Audio API ( ) Drag and Drop API ( ) Geolocation API ( ) Part 5 網頁程式設計 HTML JavaScript CSS HTML JavaScript CSS HTML 5 JavaScript JavaScript HTML 5 API CSS CSS Part 1 HTML HTML 5 API HTML 5 Apple QuickTime Adobe Flash RealPlayer Ajax XMLHttpRequest HTML 4.01 HTML 5

More information

政府機關資訊通報第295期(5月)

政府機關資訊通報第295期(5月) 第 295 期 101 年 5 月 5 日出版 財政部文書檔管系統(公文線上簽核) 推展簡介 雲端虛擬化平台於臺中市政府資訊中心之 建置與應用 考選部 國家考試試務整合性管理系統 簡介 全國首創第四級之高雄土地利用調查 作業特點 統整式知識內容管理系統建構實務 考選部行政系統整合平台暨 線上申辦及薪資差勤系統 建置經驗分享 目 次 機 關 動 態... 1 法 務 部 調 查 局... 1 內 政

More information

2 / (),, (Claim)(Prior art), ;,,,,,,

2 / (),, (Claim)(Prior art), ;,,,,,, 2 / (),, (Claim)(Prior art), ;,,,,,, ( ) 3 ;, :() ( :) (:) (: ) (: ), :,, :(),, :() 4 5 18,,,, I,M,D 6 - 7 - 8 :9,, - 9 9,,,1:,2:,3: (), 10 US 8,312,290 B2 (country code), /, Kind Code "US 2003/1234567

More information

( CIP ) /. :, ISBN C CIP ( 2006 ) : : : : : : : : : 5, : ( ), ( ), ( ) : 0

( CIP ) /. :, ISBN C CIP ( 2006 ) : : : : : : : : : 5, : ( ), ( ), ( ) : 0 F U Z H I L I N G D A O Y I S H U / ( CIP ) /. :, 2006. 8 ISBN 7-80206 - 301-9.... C933. 2 CIP ( 2006 ) 100377 : : : : : : : : : 5, 100062 :010-67078234 ( ),67078945( ), 67078235 ( ) : 010-67078227, 67078233,

More information

Microsoft Word - 121834.doc

Microsoft Word - 121834.doc 第 38 卷 第 18 期 Vol.38 No.18 计 算 机 工 程 Comuter Engineering 01 年 9 月 Setember 01 安 全 技 术 摘 基 于 网 页 DOM 树 比 对 的 SQL 注 入 漏 洞 检 测 张 晨, 汪 永 益, 王 雄, 施 凡 ( 电 子 工 程 学 院 网 络 工 程 系, 合 肥 30037) 要 : 针 对 传 统 SQL 注 入

More information

土壤資源空間資料標準-草案

土壤資源空間資料標準-草案 土 壤 資 源 空 間 資 料 標 準 文 件 編 號 :NGISTD-ANC-016-2010.3 文 件 版 本 : 第 一 版 標 準 編 號 :016 研 擬 單 位 : 行 政 院 農 業 委 員 會 農 業 試 驗 所 聯 絡 方 式 : 台 中 縣 霧 峰 鄉 萬 豐 村 中 正 路 189 號 提 出 日 期 : 中 華 民 國 99 年 3 月 目 錄 表 目 錄... IV 圖

More information