GB/T BibT.7exEX style

Size: px
Start display at page:

Download "GB/T BibT.7exEX style"

Transcription

1 GB/T BibT E X style Zeping Lee 2019/11/20 v1.1.2 摘要 The gbt7714 package provides a BibT E X implementation for the China s bibliography style standard GB/T It consists of two bst files for numerical and authoryear styles as well as a L A TEX package which provides the citation style defined in the standard. It is compatible with natbib and supports language detection (Chinese and English) for each biblilography entry. 1 简介 GB/T 信息与文献参考文献著录规则 [1] ( 以下简称 国标 ) 是中国的参考文献推荐标准 本宏包是国标的 BibT E X [2] 实现, 具有以下特性 : [3] 兼容 natbib 宏包 支持顺序编码制和著者 - 出版年制两种风格 自动识别语言并进行相应处理 提供了简单的接口供用户修改样式本宏包的主页 : 2 使用方法 super numbers authoryear 按照国标的规定, 参考文献的标注体系分为 顺序编码制 和 著者 - 出版年制 (authoryear), 其中顺序编码制根据引用标注样式的不同分为角标数字式 (super) 和与正文平排的数字式 (numbers) 用户应在导言区调用宏包 gbt7714, 并在参数中选择参考文献的标注样式 默认的参数是 super, 额外的参数会传递给 natbib 宏包, 比如 : \usepackage[authoryear]{gbt7714} 然后不再需要调用 \bibliographystyle 命令设置参考文献列表风格 使用时需要注意以下几点 : 不再需要调用 \bibliographystyle 命令选择参考文献表的格式 bib 数据库应使用 UTF-8 编码 使用著者 - 出版年制参考文献表时, 中文的文献必须在 key 域填写作者姓名的拼音, 才能按照拼音排序, 详见第 5 节 1

2 \cite \bibliography 在正文中引用文献时应使用 \cite 命令 同一处引用多篇文献时, 应将各篇文献的 key 一同写在 \cite 命令中, 如 \cite{knuth84,lamport94,mittelbach04} 如遇连续编号, 可以自动转为起讫序号并用短横线连接 它可以自动排序并用处理连续编号 若需要标出引文的页码, 可以标在 \cite 的可选参数中, 如 \cite[42]{knuth84} 更多的引用标注方法可以参考 natbib 宏包的使用说明 [3] 参考文献表可以在文中使用 \bibliography 命令调用 注意文献列表的样式已经在模板中根据选项设置, 用户不再需要使用 \bibliographystyle 命令 3 文献类型 国标中规定了 16 种参考文献类型, 表 1 列举了 bib 数据库中对应的文献类型 这些尽可能兼容 BibT E X 的标准类型, 但是新增了若干文献类型 ( 带 * 号 ) 表 1: 全部文献类型 文献类型 标识代码 Entry Type 普通图书 M book 图书的析出文献 M incollection 会议录 C proceedings 会议录的析出文献 C inproceedings 或 conference 汇编 G collection* 报纸 N newspaper* 期刊的析出文献 J article 学位论文 D mastersthesis 或 phdthesis 报告 R techreport 标准 S standard* 专利 P patent* 数据库 DB database* 计算机程序 CP software* 电子公告 EB online* 档案 A archive* 舆图 CM map* 数据集 DS dataset* 其他 Z misc 4 著录项目 由于国标中规定的著录项目多于 BibT E X 的标准域, 必须新增一些著录项目 ( 带 * 号 ), 这些新增的类型在设计时参考了 BibLaTeX, 如 date 和 urldate 本宏包支持的全部域如下: author 主要责任者 title 题名 mark* 文献类型标识 medium* 载体类型标识 zepinglee AT gmail.com 2

3 translator* 译者 editor 编辑 organization 组织 ( 用于会议 ) booktitle 图书题名 series 系列 journal 期刊题名 edition 版本 address 出版地 publisher 出版者 school 学校 ( 用于 phdthesis) institution 机构 ( 用于 techreport) year 出版年 volume 卷 number 期 ( 或者专利号 ) pages 引文页码 date* 更新或修改日期 urldate* 引用日期 url 获取和访问路径 doi 数字对象唯一标识符 language* 语言 key 拼音 ( 用于排序 ) 不支持的 BibT E X 标准著录项目有 annote, chapter, crossref, month, type 本宏包默认情况下可以自动识别文献语言, 并自动处理文献类型和载体类型标识, 但是在少数情况下需要用户手动指定, 如 language = {japanese}, mark medium... = {Z}, = {DK}, 可选的语言有 english, chinese, japanese, russian 5 文献列表的排序 国标规定参考文献表采用著者 - 出版年制组织时, 各篇文献首先按文种集中, 然后按著者字顺和出版年排列 ; 中文文献可以按著者汉语拼音字顺排列, 也可以按著者的笔画笔顺排列 然而由于 BibT E X 功能的局限性, 无法自动获取著者姓名的拼音或笔画笔顺, 所以必须在 bib 数据库中的 key 域手动录入著者姓名的拼音, 如 author = { 马克思 and 恩格斯 }, key = {ma3 ke4 si1 en1 ge2 si1},... 3

4 6 自定义样式 BibT E X 对自定义样式的支持比较有限, 所以用户只能通过修改 bst 文件来修改文献列表的格式 本宏包提供了一些接口供用户更方便地修改 在 bst 文件开始处的 load.config 函数中, 有一组配置参数用来控制样式, 表 2 列出了每一项的默认值和功能 若变量被设为 #1 则表示该项被启用, 设为 #0 则不启用 默认的值是严格遵循国标的配置 表 2: 参考文献表样式的配置参数 参数值 默认值 功能 uppercase.name #1 将著者姓名转为大写 max.num.authors #3 输出著者的最多数量 period.between.author.year #0 著者和年份之间使用句点连接 sentence.case.title #1 将西文的题名转为 sentence case link.title #0 在题名上添加 url 的超链接 show.mark #1 显示文献类型标识 italic.jounal #0 西文期刊名使用斜体 show.missing.address.publisher #1 出版项缺失时显示 出版者不详 show.url #1 显示 url show.doi #1 显示 doi show.note #0 显示 note 域的信息 若用户需要定制更多内容, 可以学习 bst 文件的语法并修改 [4-6], 或者联系作者 7 相关工作 [7] TeX 社区也有其他关于 GB/T 7714 系列参考文献标准的工作 2005 年吴凯发布了基于 [8] GB/T 的 BibT E X 样式, 支持顺序编码制和著者出版年制两种风格 李志奇发布了 [9] 严格遵循 GB/T 的 BibLaTeX 的样式 胡海星提供了另一个 BibT E X 实现, 还给每行 [10] bst 代码写了 java 语言注释 沈周基于 biblatex-caspervector [11] 进行修改, 以符合国标的格式 胡振震发布了符合 GB/T 标准的 BibLaTeX 参考文献样式 [12], 并进行了比较完善的持续维护 参考文献 [1] 中国国家标准化委员会. 信息与文献 参考文献著录规则 : GB/T [S]. 北京 : 中国 标准出版社, [2] PATASHNIK O. BibT E Xing[M/OL] [3] DALY P W. Natural sciences citations and references[m/ol] ros/latex/contrib/natbib/natbib.pdf. [4] PATASHNIK O. Designing BibT E X styles[m/ol] e/btxhak.pdf. 4

5 [5] MARKEY N. Tame the beast[m/ol] en.pdf. [6] MITTELBACH F, GOOSSENS M, BRAAMS J, et al. The L A TEX companion[m]. 2nd ed. Reading, MA, USA: Addison-Wesley, [7] 吴凯. 发布 GBT bst version1 Beta 版 [EB/OL] od=viewthread&tid= [8] 李志奇. 基于 biblatex 的符合 GBT 的中文文献生成工具 [EB/OL] ctex.org/forum.php?mod=viewthread&tid= [9] 胡海星. A GB/T national standard compliant BibTeX style[eb/ol] https: //github.com/haixing-hu/gbt bibtex-style. [10] 沈周. 基于 caspervector 改写的符合 GB/T 标准的参考文献格式 [EB/OL] [11] VECTOR C T. biblatex 参考文献和引用样式 : caspervector[m/ol] rg/macros/latex/contrib/biblatex-contrib/biblatex-caspervector/doc/caspervector.pdf. [12] 胡振震. 符合 GB/T 标准的 biblatex 参考文献样式 [M/OL]

6 A 宏包的代码实现 下面声明和处理宏包的选项, 有 authoryear 和 numbers 1 *package 2 \newif\if@gbt@mmxv 3 \newif\if@gbt@numerical 4 \newif\if@gbt@super 5 \DeclareOption{2015}{\@gbt@mmxvtrue} 6 \DeclareOption{2005}{\@gbt@mmxvfalse} 7 \DeclareOption{super}{\@gbt@numericaltrue\@gbt@supertrue} 8 \DeclareOption{numbers}{\@gbt@numericaltrue\@gbt@superfalse} 9 \DeclareOption{authoryear}{\@gbt@numericalfalse} 10 \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{natbib}} 11 \ExecuteOptions{2015,super} 12 \ProcessOptions\relax 只在顺序编码时使用 sort&compress 13 \if@gbt@numerical 14 \PassOptionsToPackage{sort&compress}{natbib} 15 \fi 16 \RequirePackage{natbib} 17 \RequirePackage{url} \citestyle 定义接口切换引用文献的标注法, 可用 \citestyle 调用 numerical 或 authoryear, 参见 natbib 18 \newcommand\bibstyle@super{\bibpunct{[}{]}{,}{s}{,}{\textsuperscript{,}}} 19 \newcommand\bibstyle@numbers{\bibpunct{[}{]}{,}{n}{,}{,}} 20 \newcommand\bibstyle@authoryear{\bibpunct{(}{)}{;}{a}{,}{,}} \gbtbibstyle 定义接口切换参考文献表的风格, 可选 authoryear 和 numerical, 这个仅用于 chapterbib 21 \newcommand\gbtbibstyle[1]{% 22 \@ifundefined{gbt@bib@#1}{% 23 \PackageError{gbt7714}{Invalid argument #1}{}% 24 }{% 25 \@nameuse{gbt@bib@#1} 26 }% 27 } 28 \newcommand\gbt@bib@numerical{% 29 \if@gbt@mmxv 30 \bibliographystyle{gbt7714-unsrt}% 31 \else 32 \bibliographystyle{gbt unsrt}% 33 \fi 34 } 35 \newcommand\gbt@bib@authoryear{% 36 \if@gbt@mmxv 37 \bibliographystyle{gbt7714-plain}% 38 \else 39 \bibliographystyle{gbt plain}% 40 \fi 41 } 6

7 处理宏包选项 \citestyle{super}% 45 \gbtbibstyle{numerical}% 46 \else 47 \citestyle{numbers} 48 \gbtbibstyle{numerical}% 49 \fi 50 \else 51 \citestyle{authoryear} 52 \gbtbibstyle{authoryear}% 53 \fi \cite 下面修改 natbib 的引用格式, 将页码写在上标位置 为了减少依赖的宏包, 这里直接重定义命 令不使用 \patchcmd Numerical 模式的 \citet 的页码 : 54 \def\nat@citexnum[#1][#2]#3{% 55 \NAT@reset@parser 56 \NAT@sort@cites{#3}% 57 \NAT@reset@citea 58 \@cite{\def\nat@num{-1}\let\nat@last@yr\relax\let\nat@nm\@empty 59 \@for\@citeb:=\nat@cite@list\do 60 {\@safe@activestrue 61 \edef\@citeb{\expandafter\@firstofone\@citeb\@empty}% 62 \@safe@activesfalse 63 \@ifundefined{b@\@citeb\@extra@b@citeb}{% 64 {\reset@font\bfseries?} 65 \NAT@citeundefined\PackageWarning{natbib}% 66 {Citation `\@citeb' on page \thepage \space undefined}}% 67 {\let\nat@last@num\nat@num\let\nat@last@nm\nat@nm 68 \NAT@parse{\@citeb}% 69 \ifnat@longnames\@ifundefined{bv@\@citeb\@extra@b@citeb}{% 70 \let\nat@name=\nat@all@names 71 \global\@namedef{bv@\@citeb\@extra@b@citeb}{}}{}% 72 \fi 73 \ifnat@full\let\nat@nm\nat@all@names\else 74 \let\nat@nm\nat@name\fi 75 \ifnat@swa 76 \@ifnum{\nat@ctype>\@ne}{% 77 \@citea 78 \NAT@hyper@{\@ifnum{\NAT@ctype=\tw@}{\NAT@test{\NAT@ctype}}{\NAT@alias}}% 79 }{% 80 \@ifnum{\nat@cmprs>\z@}{% 81 \NAT@ifcat@num\NAT@num 82 {\let\nat@nm=\nat@num}% 83 {\def\nat@nm{-2}}% 84 \NAT@ifcat@num\NAT@last@num 85 {\@tempcnta=\nat@last@num\relax}% 7

8 }{% 在顺序编码制下,natbib 只有在三个以上连续文献引用才会使用连接号, 这里修改为允许两个引用使用连接号 92 % \ifx\nat@last@yr\relax 93 % \def@nat@last@yr{\@citea}% 94 % \else 95 % \def@nat@last@yr{--\nat@penalty}% 96 % \fi 97 \def@nat@last@yr{-\nat@penalty}% 98 }{% 99 \NAT@last@yr@mbox 100 }% 101 }% 102 }{% 103 \@tempswatrue 104 \@ifnum{\nat@merge>\@ne}{\@ifnum{\nat@last@num=\nat@num\relax}{\@tempswafalse}{}}{}% 105 \if@tempswa\nat@citea@mbox\fi 106 }% 107 }% 108 \NAT@def@citea 109 \else 110 \ifcase\nat@ctype 111 \ifx\nat@last@nm\nat@nm \NAT@yrsep\NAT@penalty\NAT@space\else 112 \@citea \NAT@test{\@ne}\NAT@spacechar\NAT@mbox{\NAT@super@kern\NAT@@open}% 113 \fi 114 \if*#1*\else#1\nat@spacechar\fi 115 \NAT@mbox{\NAT@hyper@{{\citenumfont{\NAT@num}}}}% 116 \NAT@def@citea@box 117 \or 118 \NAT@hyper@citea@space{\NAT@test{\NAT@ctype}}% 119 \or 120 \NAT@hyper@citea@space{\NAT@test{\NAT@ctype}}% 121 \or 122 \NAT@hyper@citea@space\NAT@alias 123 \fi 124 \fi 125 }% 126 }% 127 \@ifnum{\nat@cmprs>\z@}{\nat@last@yr}{}% 128 \ifnat@swa\else 将页码放在括号外边, 并且置于上标 129 % \@ifnum{\nat@ctype=\z@}{% 130 % \if*#2*\else\nat@cmt#2\fi 8

9 131 % }{}% 132 \NAT@mbox{\NAT@@close}% 133 \@ifnum{\nat@ctype=\z@}{% 134 \if*#2*\else\textsuperscript{#2}\fi 135 }{}% 136 \fi 137 }{#1}{#2}% 138 }% Numerical 模式的 \citep 的页码 : 139 \renewcommand\nat@citesuper[3]{\ifnat@swa 140 \if*#2*\else#2\nat@spacechar\fi 141 \unskip\kern\p@\textsuperscript{\nat@@open#1\nat@@close\if*#3*\else#3\fi}% 142 \else #1\fi\endgroup} Author-year 模式的 \citet 的页码 : 143 \def\nat@citex% 144 [#1][#2]#3{% 145 \NAT@reset@parser 146 \NAT@sort@cites{#3}% 147 \NAT@reset@citea 148 \@cite{\let\nat@nm\@empty\let\nat@year\@empty 149 \@for\@citeb:=\nat@cite@list\do 150 {\@safe@activestrue 151 \edef\@citeb{\expandafter\@firstofone\@citeb\@empty}% 152 \@safe@activesfalse 153 \@ifundefined{b@\@citeb\@extra@b@citeb}{\@citea% 154 {\reset@font\bfseries?}\nat@citeundefined 155 \PackageWarning{natbib}% 156 {Citation `\@citeb' on page \thepage \space undefined}\def\nat@date{}}% 157 {\let\nat@last@nm=\nat@nm\let\nat@last@yr=\nat@year 158 \NAT@parse{\@citeb}% 159 \ifnat@longnames\@ifundefined{bv@\@citeb\@extra@b@citeb}{% 160 \let\nat@name=\nat@all@names 161 \global\@namedef{bv@\@citeb\@extra@b@citeb}{}}{}% 162 \fi 163 \ifnat@full\let\nat@nm\nat@all@names\else 164 \let\nat@nm\nat@name\fi 165 \ifnat@swa\ifcase\nat@ctype 166 \if\relax\nat@date\relax 167 \@citea\nat@hyper@{\nat@nmfmt{\nat@nm}\nat@date}% 168 \else 169 \ifx\nat@last@nm\nat@nm\nat@yrsep 170 \ifx\nat@last@yr\nat@year 171 \def\nat@temp{{?}}% 172 \ifx\nat@temp\nat@exlab\packagewarningnoline{natbib}% 173 {Multiple citation on page \thepage: same authors and 174 year\messagebreak without distinguishing extra 175 letter,\messagebreak appears as question mark}\fi 176 \NAT@hyper@{\NAT@exlab}% 177 \else\unskip\nat@spacechar 9

10 \fi 180 \else }% }% 188 \fi 189 \fi \fi 194 \else \else {Multiple citation on page \thepage: same authors and 204 year\messagebreak without distinguishing extra 205 letter,\messagebreak appears as question mark}\fi \else \fi 211 \else }% 218 \fi 219 \fi \fi \else 10

11 \fi 229 \fi 230 将页码放在括号外边, 并且置于上标 231 % \if*#2*\else\nat@cmt#2\fi 232 \if\relax\nat@date\relax\else\nat@@close\fi 233 \if*#2*\else\textsuperscript{#2}\fi 234 \fi}{#1}{#2}} Author-year 模式的 \citep 的页码 : 235 \renewcommand\nat@cite% 236 [3]{\ifNAT@swa\NAT@@open\if*#2*\else#2\NAT@spacechar\fi 237 #1\NAT@@close\if*#3*\else\textsuperscript{#3}\fi\else#1\fi\endgroup} thebibliography 参考文献列表的标签左对齐 238 \renewcommand\@biblabel[1]{[#1]\hfill} \url 使用 xurl 宏包的方法, 增加 URL 可断行的位置 239 \g@addto@macro\urlbreaks{% 240 \do0\do1\do2\do3\do4\do5\do6\do7\do8\do9% 241 \do\a\do\b\do\c\do\d\do\e\do\f\do\g\do\h\do\i\do\j\do\k\do\l\do\m 242 \do\n\do\o\do\p\do\q\do\r\do\s\do\t\do\u\do\v\do\w\do\x\do\y\do\z 243 \do\a\do\b\do\c\do\d\do\e\do\f\do\g\do\h\do\i\do\j\do\k\do\l\do\m 244 \do\n\do\o\do\p\do\q\do\r\do\s\do\t\do\u\do\v\do\w\do\x\do\y\do\z 245 } 246 \Urlmuskip=0mu plus 0.1mu 247 /package B BibTeX 样式的代码实现 B.1 自定义选项 bst 这里定义了一些变量用于定制样式, 可以在下面的 load.config 函数中选择是否启用 248 *authoryear numerical 249 INTEGERS { 250 uppercase.name 251 max.num.authors 252 period.between.author.year 253 sentence.case.title 254 link.title 255 show.mark 256 slash.for.extraction 257 in.booktitle 258 italic.jounal 259 bold.journal.volume 260 show.missing.address.publisher 261 show.url 262 show.doi 263 show.note 264 *authoryear 265 lang.zh.order 266 lang.ja.order 267 lang.en.order 11

12 268 lang.ru.order 269 lang.other.order 270 /authoryear 271 } 272 下面每个变量若被设为 #1 则启用该项, 若被设为 #0 则不启用 默认的值是严格遵循国标 的配置 273 FUNCTION {load.config} 274 { 英文姓名转为全大写 : 275 *!nouppercase&!thu 276 #1 'uppercase.name := 277 /!nouppercase&!thu 278 *nouppercase thu 279 #0 'uppercase.name := 280 /nouppercase thu 最多显示的作者数量 : 281 #3 'max.num.authors := 采用著者 - 出版年制时, 作者姓名与年份之间使用句点连接 : 282 *authoryear 283 *!period&!2005&!ustc 284 #0 'period.between.author.year := 285 /!period&!2005&!ustc 286 *period 2005 ustc 287 #1 'period.between.author.year := 288 /period 2005 ustc 289 /authoryear 英文标题转为 sentence case ( 句首字母大写, 其余小写 ): 290 #1 'sentence.case.title := 291 *nosentencecase 292 #0 'sentence.case.title := 293 /nosentencecase 在标题添加超链接 : 294 #0 'link.title := 295 *linktitle 296 #1 'link.title := 297 /linktitle 著录文献类型标识 ( 比如 [M/OL] ): 298 #1 'show.mark := 299 *nomark 300 #0 'show.mark := 301 /nomark 使用 // 表示析出文献 302 #1 'slash.for.extraction := 303 *noslash 304 #0 'slash.for.extraction := 305 /noslash 使用 In: 表示析出文献 306 #0 'in.booktitle := 期刊名使用斜体 : 307 #0 'italic.jounal := 308 *italicjournal 309 #1 'italic.jounal := 310 /italicjournal 12

13 期刊的卷使用粗体 : 311 #0 'bold.journal.volume := 无出版地或出版者时, 著录 出版地不详, 出版者不详, S.l. 或 s.n. : 312 *!noslsn&!thu&!ustc 313 #1 'show.missing.address.publisher := 314 /!noslsn&!thu&!ustc 315 *noslsn thu ustc 316 #0 'show.missing.address.publisher := 317 /noslsn thu ustc 是否著录 URL: 318 #1 'show.url := 319 *nourl 320 #0 'show.url := 321 /nourl 是否著录 DOI: 322 *!nodoi&! #1 'show.doi := 324 /!nodoi&! *nodoi #0 'show.doi := 327 /nodoi 2005 在每一条文献最后输出注释 (note) 的内容 : 328 #0 'show.note := 参考文献表按照 著者 - 出版年 组织时, 各个文种的顺序 : 329 *authoryear 330 #1 'lang.zh.order := 331 #2 'lang.ja.order := 332 #3 'lang.en.order := 333 #4 'lang.ru.order := 334 #5 'lang.other.order := 335 /authoryear 336 } 337 B.2 The ENTRY declaration Like Scribe s (according to pages of the April 84 edition), but no fullauthor or editors fields because BibTeX does name handling. The annote field is commented out here because this family doesn t include an annotated bibliography style. And in addition to the fields listed here, BibTeX has a built-in crossref field, explained later. 338 ENTRY 339 { address 340 author 341 booktitle 342 date 343 doi 344 edition 345 editor 346 howpublished 347 institution 348 journal 349 key 350 language 351 mark 352 medium 353 note 13

14 354 number 355 organization 356 pages 357 publisher 358 school 359 series 360 title 361 translator 362 url 363 urldate 364 volume 365 year 366 } 367 { entry.lang entry.is.electronic entry.numbered } These string entry variables are used to form the citation label. In a storage pinch, sort.label can be easily computed on the fly. 368 { label extra.label sort.label short.list entry.mark entry.url } 369 B.3 Entry functions Each entry function starts by calling output.bibitem, to write the \bibitem and its arguments to the.bbl file. Then the various fields are formatted and printed by output or output.check. Those functions handle the writing of separators (commas, periods, \newblock s), taking care not to do so when they are passed a null string. Finally, fin.entry is called to add the final period and finish the entry. A bibliographic reference is formatted into a number of blocks : in the open format, a block begins on a new line and subsequent lines of the block are indented. A block may contain more than one sentence (well, not a grammatical sentence, but something to be ended with a sentence ending period). The entry functions should call new.block whenever a block other than the first is about to be started. They should call new.sentence whenever a new sentence is to be started. The output functions will ensure that if two new.sentence s occur without any non-null string being output between them then there won t be two periods output. Similarly for two successive new.block s. The output routines don t write their argument immediately. Instead, by convention, that argument is saved on the stack to be output next time (when we ll know what separator needs to come after it). Meanwhile, the output routine has to pop the pending output off the stack, append any needed separator, and write it. To tell which separator is needed, we maintain an output.state. It will be one of these values: before.all just after the \bibitem mid.sentence in the middle of a sentence: comma needed if more sentence is output after.sentence just after a sentence: period needed after.block just after a block (and sentence): period and \newblock needed. Note: These styles don t use after.sentence VAR: output.state : INTEGER state variable for output The output.nonnull function saves its argument (assumed to be nonnull) on the stack, and writes the old saved value followed by any needed separator. The ordering of the tests is decreasing frequency of occurrence. 由于专著中的析出文献需要用到很特殊的 //, 所以我又加了一个 after.slash 其他需要在特 定符号后面输出, 所以写了一个 output.after output.nonnull(s) == BEGIN s := argument on stack 14

15 END if output.state = mid.sentence then write$(pop() * ", ") -- "pop" isn't a function: just use stack top else if output.state = after.block then write$(add.period$(pop())) newline$ write$("\newblock ") else if output.state = before.all then write$(pop()) else -- output.state should be after.sentence write$(add.period$(pop()) * " ") fi fi output.state := mid.sentence fi push s on stack The output function calls output.nonnull if its argument is non-empty; its argument may be a missing field (thus, not necessarily a string) output(s) == BEGIN if not empty$(s) then output.nonnull(s) fi END The output.check function is the same as the output function except that, if necessary, output.check warns the user that the t field shouldn t be empty (this is because it probably won t be a good reference without the field; the entry functions try to make the formatting look reasonable even when such fields are empty). output.check(s,t) == BEGIN if empty$(s) then warning$("empty " * t * " in " * cite$) else output.nonnull(s) fi END The output.bibitem function writes the \bibitem for the current entry (the label should already have been set up), and sets up the separator state for the output functions. And, it leaves a string on the stack as per the output convention. output.bibitem == BEGIN newline$ write$("\bibitem[") % for alphabetic labels, write$(label) % these three lines write$("]{") % are used write$("\bibitem{") % this line for numeric labels write$(cite$) write$("}") push "" on stack output.state := before.all END The fin.entry function finishes off an entry by adding a period to the string remaining on the stack. If the state is still before.all then nothing was produced for this entry, so the result will look bad, but the 15

16 user deserves it. (We don t omit the whole entry because the entry was cited, and a bibitem is needed to define the citation label.) fin.entry == BEGIN write$(add.period$(pop())) newline$ END sentence. The new.block function prepares for a new block to be output, and new.sentence prepares for a new new.block == BEGIN if output.state <> before.all then output.state := after.block fi END new.sentence == BEGIN if output.state <> after.block then if output.state <> before.all then output.state := after.sentence fi fi END 370 INTEGERS { output.state before.all mid.sentence after.sentence after.block after.slash } INTEGERS { lang.zh lang.ja lang.en lang.ru lang.other } INTEGERS { charptr len } FUNCTION {init.state.consts} 377 { #0 'before.all := 378 #1 'mid.sentence := 379 #2 'after.sentence := 380 #3 'after.block := 381 #4 'after.slash := 382 #3 'lang.zh := 383 #4 'lang.ja := 384 #1 'lang.en := 385 #2 'lang.ru := 386 #0 'lang.other := 387 } 388 下面是一些常量的定义 389 FUNCTION {bbl.anonymous} 390 { entry.lang lang.zh = 391 { " 佚名 " } 392 { "Anon" } 393 if$ 394 } FUNCTION {bbl.space} 397 { entry.lang lang.zh = 398 { "\ " } 399 { " " } 400 if$ 401 }

17 403 FUNCTION {bbl.et.al} 404 { entry.lang lang.zh = 405 { " 等 " } 406 { entry.lang lang.ja = 407 { " 他 " } 408 { entry.lang lang.ru = 409 { "идр" } 410 { "et~al." } 411 if$ 412 } 413 if$ 414 } 415 if$ 416 } FUNCTION {citation.et.al} 419 { bbl.et.al } FUNCTION {bbl.colon} { ": " } * FUNCTION {bbl.wide.space} { "\quad " } 425 / * FUNCTION {bbl.wide.space} { "\ " } 428 / *!thu 431 FUNCTION {bbl.slash} { "//\allowbreak " } 432 /!thu 433 *thu 434 FUNCTION {bbl.slash} { " // " } 435 /thu FUNCTION {bbl.sine.loco} 438 { entry.lang lang.zh = 439 { "[ 出版地不详 ]" } 440 { "[S.l.]" } 441 if$ 442 } FUNCTION {bbl.sine.nomine} 445 { entry.lang lang.zh = 446 { "[ 出版者不详 ]" } 447 { "[s.n.]" } 448 if$ 449 } FUNCTION {bbl.sine.loco.sine.nomine} 452 { entry.lang lang.zh = 453 { "[ 出版地不详 : 出版者不详 ]" } 454 { "[S.l.: s.n.]" } 455 if$ 456 } 457 These three functions pop one or two (integer) arguments from the stack and push a single one, either 0 or 1. The 'skip$ in the and and or functions are used because the corresponding if$ would be idempotent 458 FUNCTION {not} 459 { { #0 } 460 { #1 } 461 if$ 17

18 462 } FUNCTION {and} 465 { 'skip$ 466 { pop$ #0 } 467 if$ 468 } FUNCTION {or} 471 { { pop$ #1 } 472 'skip$ 473 if$ 474 } 475 the variables s and t are temporary string holders 476 STRINGS { s t } FUNCTION {output.nonnull} 479 { 's := 480 output.state mid.sentence = 481 { ", " * write$ } 482 { output.state after.block = 483 { add.period$ write$ 484 newline$ 485 "\newblock " write$ 486 } 487 { output.state before.all = 488 'write$ 489 { output.state after.slash = 490 { bbl.slash * write$ 491 newline$ 492 } 493 { add.period$ " " * write$ } 494 if$ 495 } 496 if$ 497 } 498 if$ 499 mid.sentence 'output.state := 500 } 501 if$ 502 s 503 } FUNCTION {output} 506 { duplicate$ empty$ 507 'pop$ 508 'output.nonnull 509 if$ 510 } FUNCTION {output.after} 513 { 't := 514 duplicate$ empty$ 515 'pop$ 516 { 's := 517 output.state mid.sentence = 518 { t * write$ } 519 { output.state after.block = 520 { add.period$ write$ 521 newline$ 522 "\newblock " write$ 523 } 18

19 524 { output.state before.all = 525 'write$ 526 { output.state after.slash = 527 { bbl.slash * write$ } 528 { add.period$ " " * write$ } 529 if$ 530 } 531 if$ 532 } 533 if$ 534 mid.sentence 'output.state := 535 } 536 if$ 537 s 538 } 539 if$ 540 } FUNCTION {output.check} 543 { 't := 544 duplicate$ empty$ 545 { pop$ "empty " t * " in " * cite$ * warning$ } 546 'output.nonnull 547 if$ 548 } 549 This function finishes all entries. 550 FUNCTION {fin.entry} 551 { add.period$ 552 write$ 553 newline$ 554 } FUNCTION {new.block} 557 { output.state before.all = 558 'skip$ 559 { output.state after.slash = 560 'skip$ 561 { after.block 'output.state := } 562 if$ 563 } 564 if$ 565 } FUNCTION {new.sentence} 568 { output.state after.block = 569 'skip$ 570 { output.state before.all = 571 'skip$ 572 { output.state after.slash = 573 'skip$ 574 { after.sentence 'output.state := } 575 if$ 576 } 577 if$ 578 } 579 if$ 580 } FUNCTION {new.slash} 583 { output.state before.all = 584 'skip$ 585 { slash.for.extraction 19

20 586 { after.slash 'output.state := } 587 { after.block 'output.state := } 588 if$ 589 } 590 if$ 591 } 592 Sometimes we begin a new block only if the block will be big enough. The new.block.checka function issues a new.block if its argument is nonempty; new.block.checkb does the same if either of its TWO arguments is nonempty. 593 FUNCTION {new.block.checka} 594 { empty$ 595 'skip$ 596 'new.block 597 if$ 598 } FUNCTION {new.block.checkb} 601 { empty$ 602 swap$ empty$ 603 and 604 'skip$ 605 'new.block 606 if$ 607 } 608 The new.sentence.check functions are analogous. 609 FUNCTION {new.sentence.checka} 610 { empty$ 611 'skip$ 612 'new.sentence 613 if$ 614 } FUNCTION {new.sentence.checkb} 617 { empty$ 618 swap$ empty$ 619 and 620 'skip$ 621 'new.sentence 622 if$ 623 } 624 B.4 Formatting chunks Here are some functions for formatting chunks of an entry. By convention they either produce a string that can be followed by a comma or period (using add.period$, so it is OK to end in a period), or they produce the null string. A useful utility is the field.or.null function, which checks if the argument is the result of pushing a missing field (one for which no assignment was made when the current entry was read in from the database) or the result of pushing a string having no non-white-space characters. It returns the null string if so, otherwise it returns the field string. Its main (but not only) purpose is to guarantee that what s left on the stack is a string rather than a missing field. field.or.null(s) == BEGIN 20

21 END if empty$(s) then return "" else return s Another helper function is emphasize, which returns the argument emphazised, if that is non-empty, otherwise it returns the null string. Italic corrections aren t used, so this function should be used when punctation will follow the result. emphasize(s) == BEGIN if empty$(s) then return "" else return "{\em " * s * "}" The pop$ in this function gets rid of the duplicate empty value and the skip$ returns the duplicate field value 625 FUNCTION {field.or.null} 626 { duplicate$ empty$ 627 { pop$ "" } 628 'skip$ 629 if$ 630 } FUNCTION {italicize} 633 { duplicate$ empty$ 634 { pop$ "" } 635 { "\textit{" swap$ * "}" * } 636 if$ 637 } 638 B.4.1 Detect Language 639 INTEGERS { byte second.byte } INTEGERS { char.lang tmp.lang } STRINGS { tmp.str } FUNCTION {get.str.lang} 646 { 'tmp.str := 647 lang.other 'tmp.lang := 648 #1 'charptr := 649 tmp.str text.length$ #1 + 'len := 650 { charptr len < } 651 { tmp.str charptr #1 substring$ chr.to.int$ 'byte := 652 byte #128 < 653 { charptr #1 + 'charptr := 654 byte #64 > byte #91 < and byte #96 > byte #123 < and or 655 { lang.en 'char.lang := } 656 { lang.other 'char.lang := } 657 if$ 658 } 659 { tmp.str charptr #1 + #1 substring$ chr.to.int$ 'second.byte := 660 byte #224 < 俄文西里尔字母 :U+0400 到 U+052F, 对应 UTF-8 从 D0 80 到 D4 AF 661 { charptr #2 + 'charptr := 662 byte #207 > byte #212 < and 663 byte #212 = second.byte #176 < and or 664 { lang.ru 'char.lang := } 665 { lang.other 'char.lang := } 666 if$ 21

22 667 } 668 { byte #240 < CJK Unified Ideographs: U+4E00 U+9FFF; UTF-8: E4 B8 80 E9 BF BF. 669 { charptr #3 + 'charptr := 670 byte #227 > byte #234 < and 671 { lang.zh 'char.lang := } CJK Unified Ideographs Extension A: U+3400 U+4DBF; UTF-8: E E4 B6 BF. 672 { byte #227 = 673 { second.byte #143 > 674 { lang.zh 'char.lang := } 日语假名 :U+3040 U+30FF, UTF-8: E E3 83 BF. 675 { second.byte #128 > second.byte #132 < and 676 { lang.ja 'char.lang := } 677 { lang.other 'char.lang := } 678 if$ 679 } 680 if$ 681 } CJK Compatibility Ideographs: U+F900 U+FAFF, UTF-8: EF A4 80 EF AB BF. 682 { byte #239 = 683 second.byte #163 > second.byte #172 < and and 684 { lang.zh 'char.lang := } 685 { lang.other 'char.lang := } 686 if$ 687 } 688 if$ 689 } 690 if$ 691 } CJK Unified Ideographs Extension B F: U U+2EBEF, UTF-8: F0 A F0 AE AF AF. CJK Compatibility Ideographs Supplement: U+2F800 U+2FA1F, UTF-8: F0 AF A0 80 F0 AF A8 9F. 692 { charptr #4 + 'charptr := 693 byte #240 = second.byte #159 > and 694 { lang.zh 'char.lang := } 695 { lang.other 'char.lang := } 696 if$ 697 } 698 if$ 699 } 700 if$ 701 } 702 if$ 703 char.lang tmp.lang > 704 { char.lang 'tmp.lang := } 705 'skip$ 706 if$ 707 } 708 while$ 709 tmp.lang 710 } FUNCTION {check.entry.lang} 713 { author field.or.null 714 title field.or.null * 715 get.str.lang 716 } FUNCTION {set.entry.lang} 719 { language empty$ 720 { check.entry.lang } 22

23 721 { language "english" = language "american" = or language "british" = or 722 { lang.en } 723 { language "chinese" = 724 { lang.zh } 725 { language "japanese" = 726 { lang.ja } 727 { language "russian" = 728 { lang.ru } 729 { check.entry.lang } 730 if$ 731 } 732 if$ 733 } 734 if$ 735 } 736 if$ 737 } 738 if$ 739 'entry.lang := 740 } FUNCTION {set.entry.numbered} 743 { type$ "patent" = 744 type$ "standard" = or 745 type$ "techreport" = or 746 { #1 'entry.numbered := } 747 { #0 'entry.numbered := } 748 if$ 749 } 750 B.4.2 Format names The format.names function formats the argument (which should be in BibTeX name format) into First Von Last, Junior, separated by commas and with an and before the last (but ending with et al. if the last of multiple authors is others ). This function s argument should always contain at least one name. VAR: nameptr, namesleft, numnames: INTEGER pseudovar: nameresult: STRING (it's what's accumulated on the stack) format.names(s) == BEGIN nameptr := 1 numnames := num.names$(s) namesleft := numnames while namesleft > 0 do % for full names: t := format.name$(s, nameptr, "{ff~}{vv~}{ll}{, jj}") % for abbreviated first names: t := format.name$(s, nameptr, "{f.~}{vv~}{ll}{, jj}") if nameptr > 1 then if namesleft > 1 then nameresult := nameresult * ", " * t else if numnames > 2 then nameresult := nameresult * "," fi if t = "others" then nameresult := nameresult * " et~al." else nameresult := nameresult * " and " * t fi fi else nameresult := t fi 23

24 END nameptr := nameptr + 1 namesleft := namesleft - 1 od return nameresult The format.authors function returns the result of format.names(author) if the author is present, or else it returns the null string format.authors == BEGIN if empty$(author) then return "" else return format.names(author) fi END Format.editors is like format.authors, but it uses the editor field, and appends, editor or, editors format.editors == BEGIN if empty$(editor) then return "" else if num.names$(editor) > 1 then return format.names(editor) * ", editors" else return format.names(editor) * ", editor" fi fi END Other formatting functions are similar, so no comment version will be given for them. 751 INTEGERS { nameptr namesleft numnames name.lang } FUNCTION {format.names} 754 { 's := 755 #1 'nameptr := 756 s num.names$ 'numnames := 757 numnames 'namesleft := 758 { namesleft #0 > } 759 { s nameptr "{vv~}{ll}{, jj}{, ff}" format.name$ 't := 760 nameptr max.num.authors > 761 { bbl.et.al 762 #1 'namesleft := 763 } 764 { t "others" = 765 { bbl.et.al } 766 { t get.str.lang 'name.lang := 767 name.lang lang.en = 768 { t #1 "{vv~}{ll}{~f{~}}" format.name$ 769 uppercase.name 770 { "u" change.case$ } 771 'skip$ 772 if$ 773 t #1 "{, jj}" format.name$ * 774 } 775 { t #1 "{ll}{ff}" format.name$ } 776 if$ 777 } 778 if$ 779 } 780 if$ 781 nameptr #1 > 782 { ", " swap$ * * } 24

25 783 'skip$ 784 if$ 785 nameptr #1 + 'nameptr := 786 namesleft #1 - 'namesleft := 787 } 788 while$ 789 } FUNCTION {format.key} 792 { empty$ 793 { key field.or.null } 794 { "" } 795 if$ 796 } FUNCTION {format.authors} 799 { author empty$ not 800 { author format.names } 801 { "empty author in " cite$ * warning$ 802 *authoryear 803 bbl.anonymous 804 /authoryear 805 *numerical 806 "" 807 /numerical 808 } 809 if$ 810 } FUNCTION {format.editors} 813 { editor empty$ 814 { "" } 815 { editor format.names } 816 if$ 817 } FUNCTION {format.translators} 820 { translator empty$ 821 { "" } 822 { translator format.names 823 entry.lang lang.zh = 824 { translator num.names$ #3 > 825 { " 译 " * } 826 { ", 译 " * } 827 if$ 828 } 829 'skip$ 830 if$ 831 } 832 if$ 833 } FUNCTION {format.full.names} 836 {'s := 837 #1 'nameptr := 838 s num.names$ 'numnames := 839 numnames 'namesleft := 840 { namesleft #0 > } 841 { s nameptr "{vv~}{ll}{, jj}{, ff}" format.name$ 't := 842 t get.str.lang 'name.lang := 843 name.lang lang.en = 844 { t #1 "{vv~}{ll}" format.name$ 't := } 845 { t #1 "{ll}{ff}" format.name$ 't := } 846 if$ 25

26 847 nameptr #1 > 848 { 849 namesleft #1 > 850 { ", " * t * } 851 { 852 numnames #2 > 853 { "," * } 854 'skip$ 855 if$ 856 t "others" = 857 { " et~al." * } 858 { " and " * t * } 859 if$ 860 } 861 if$ 862 } 863 't 864 if$ 865 nameptr #1 + 'nameptr := 866 namesleft #1 - 'namesleft := 867 } 868 while$ 869 } FUNCTION {author.editor.full} 872 { author empty$ 873 { editor empty$ 874 { "" } 875 { editor format.full.names } 876 if$ 877 } 878 { author format.full.names } 879 if$ 880 } FUNCTION {author.full} 883 { author empty$ 884 { "" } 885 { author format.full.names } 886 if$ 887 } FUNCTION {editor.full} 890 { editor empty$ 891 { "" } 892 { editor format.full.names } 893 if$ 894 } FUNCTION {make.full.names} 897 { type$ "book" = 898 type$ "inbook" = 899 or 900 'author.editor.full 901 { type$ "collection" = 902 type$ "proceedings" = 903 or 904 'editor.full 905 'author.full 906 if$ 907 } 908 if$ 909 }

27 911 FUNCTION {output.bibitem} 912 { newline$ 913 "\bibitem[" write$ 914 label ")" * 915 make.full.names duplicate$ short.list = 916 { pop$ } 917 { * } 918 if$ 919 's := 920 s text.length$ 'charptr := 921 { charptr #0 > s charptr #1 substring$ "[" = not and } 922 { charptr #1 - 'charptr := } 923 while$ 924 charptr #0 > 925 { "{" s * "}" * } 926 { s } 927 if$ 928 "]{" * write$ 929 cite$ write$ 930 "}" write$ 931 newline$ 932 "" 933 before.all 'output.state := 934 } 935 B.4.3 Format title The format.title function is used for non-book-like titles. For most styles we convert to lowercase (except for the very first letter, and except for the first one after a colon (followed by whitespace)), and hope the user has brace-surrounded words that need to stay capitilized; for some styles, however, we leave it as it is in the database. 936 FUNCTION {change.sentence.case} 937 { entry.lang lang.en = 938 { "t" change.case$ } 939 'skip$ 940 if$ 941 } FUNCTION {add.link} 944 { url empty$ not 945 { "\href{" url * "}{" * swap$ * "}" * } 946 { doi empty$ not 947 { "\href{ doi * "}{" * swap$ * "}" * } 948 'skip$ 949 if$ 950 } 951 if$ 952 } FUNCTION {format.title} 955 { title empty$ 956 { "" } 957 { title 958 sentence.case.title 959 'change.sentence.case 960 'skip$ 961 if$ 962 entry.numbered number empty$ not and 963 { bbl.colon * number * } 964 'skip$ 965 if$ 27

28 966 link.title 967 'add.link 968 'skip$ 969 if$ 970 } 971 if$ 972 } 973 For several functions we ll need to connect two strings with a tie (~) if the second one isn t very long (fewer than 3 characters). The tie.or.space.connect function does that. It concatenates the two strings on top of the stack, along with either a tie or space between them, and puts this concatenation back onto the stack: tie.or.space.connect(str1,str2) == BEGIN if text.length$(str2) < 3 then return the concatenation of str1, "~", and str2 else return the concatenation of str1, " ", and str2 END 974 FUNCTION {tie.or.space.connect} 975 { duplicate$ text.length$ #3 < 976 { "~" } 977 { " " } 978 if$ 979 swap$ * * 980 } 981 The either.or.check function complains if both fields or an either-or pair are nonempty. either.or.check(t,s) == BEGIN if empty$(s) then warning$(can't use both " * t * " fields in " * cite$) fi END 982 FUNCTION {either.or.check} 983 { empty$ 984 'pop$ 985 { "can't use both " swap$ * " fields in " * cite$ * warning$ } 986 if$ 987 } 988 The format.bvolume function is for formatting the volume and perhaps series name of a multivolume work. If both a volume and a series field are there, we assume the series field is the title of the whole multivolume work (the title field should be the title of the thing being referred to), and we add an of <series>. This function is called in mid-sentence. The format.number.series function is for formatting the series name and perhaps number of a work in a series. This function is similar to format.bvolume, although for this one the series must exist (and the volume must not exist). If the number field is empty we output either the series field unchanged if it exists or else the null string. If both the number and series fields are there we assume the series field gives the name of the whole series (the title field should be the title of the work being one referred to), and we add an in <series>. We capitilize Number when this function is used at the beginning of a block. 989 FUNCTION {is.digit} 28

29 990 { duplicate$ empty$ 991 { pop$ #0 } 992 { chr.to.int$ 993 duplicate$ "0" chr.to.int$ < 994 { pop$ #0 } 995 { "9" chr.to.int$ > 996 { #0 } 997 { #1 } 998 if$ 999 } 1000 if$ 1001 } 1002 if$ 1003 } FUNCTION {is.number} 1006 { 's := 1007 s empty$ 1008 { #0 } 1009 { s text.length$ 'charptr := 1010 { charptr #0 > 1011 s charptr #1 substring$ is.digit 1012 and 1013 } 1014 { charptr #1 - 'charptr := } 1015 while$ 1016 charptr not 1017 } 1018 if$ 1019 } FUNCTION {format.volume} 1022 { volume empty$ not 1023 { volume is.number 1024 { entry.lang lang.zh = 1025 { " 第 " volume * " 卷 " * } 1026 { "volume" volume tie.or.space.connect } 1027 if$ 1028 } 1029 { volume } 1030 if$ 1031 } 1032 { "" } 1033 if$ 1034 } FUNCTION {format.number} 1037 { number empty$ not 1038 { number is.number 1039 { entry.lang lang.zh = 1040 { " 第 " number * " 册 " * } 1041 { "number" number tie.or.space.connect } 1042 if$ 1043 } 1044 { number } 1045 if$ 1046 } 1047 { "" } 1048 if$ 1049 } FUNCTION {format.volume.number} 1052 { volume empty$ not 1053 { format.volume } 29

30 1054 { format.number } 1055 if$ 1056 } FUNCTION {format.title.vol.num} 1059 { title 1060 sentence.case.title 1061 'change.sentence.case 1062 'skip$ 1063 if$ 1064 entry.numbered 1065 { number empty$ not 1066 { bbl.colon * number * } 1067 'skip$ 1068 if$ 1069 } 1070 { format.volume.number 's := 1071 s empty$ not 1072 { bbl.colon * s * } 1073 'skip$ 1074 if$ 1075 } 1076 if$ 1077 } FUNCTION {format.series.vol.num.title} 1080 { format.volume.number 's := 1081 series empty$ not 1082 { series 1083 sentence.case.title 1084 'change.sentence.case 1085 'skip$ 1086 if$ 1087 entry.numbered 1088 { bbl.wide.space * } 1089 { bbl.colon * 1090 s empty$ not 1091 { s * bbl.wide.space * } 1092 'skip$ 1093 if$ 1094 } 1095 if$ 1096 title * 1097 sentence.case.title 1098 'change.sentence.case 1099 'skip$ 1100 if$ 1101 entry.numbered number empty$ not and 1102 { bbl.colon * number * } 1103 'skip$ 1104 if$ 1105 } 1106 { format.title.vol.num } 1107 if$ 1108 link.title 1109 'add.link 1110 'skip$ 1111 if$ 1112 } FUNCTION {format.booktitle.vol.num} 1115 { booktitle 1116 entry.numbered 1117 'skip$ 30

31 1118 { format.volume.number 's := 1119 s empty$ not 1120 { bbl.colon * s * } 1121 'skip$ 1122 if$ 1123 } 1124 if$ 1125 } FUNCTION {format.series.vol.num.booktitle} 1128 { format.volume.number 's := 1129 series empty$ not 1130 { series bbl.colon * 1131 entry.numbered not s empty$ not and 1132 { s * bbl.wide.space * } 1133 'skip$ 1134 if$ 1135 booktitle * 1136 } 1137 { format.booktitle.vol.num } 1138 if$ 1139 in.booktitle 1140 { duplicate$ empty$ not entry.lang lang.en = and 1141 { "In: " swap$ * } 1142 'skip$ 1143 if$ 1144 } 1145 'skip$ 1146 if$ 1147 } FUNCTION {format.journal} 1150 { journal 1151 italic.jounal entry.lang lang.en = and 1152 'italicize 1153 'skip$ 1154 if$ 1155 } 1156 B.4.4 Format entry type mark 1157 FUNCTION {set.entry.mark} 1158 { entry.mark empty$ not 1159 'pop$ 1160 { mark empty$ not 1161 { pop$ mark 'entry.mark := } 1162 { 'entry.mark := } 1163 if$ 1164 } 1165 if$ 1166 } FUNCTION {format.mark} 1169 { show.mark 1170 *thu 1171 type$ "phdthesis" = type$ "mastersthesis" = or type$ "patent" = or 1172 medium empty$ not or entry.is.electronic or 1173 and 1174 /thu 1175 { medium empty$ not 1176 { entry.mark "/" * medium * 'entry.mark := } 1177 { entry.is.electronic 1178 { entry.mark "/OL" * 'entry.mark := } 31

32 1179 'skip$ 1180 if$ 1181 } 1182 if$ 1183 *!thu 1184 "\allowbreak[" entry.mark * "]" * 1185 /!thu 1186 *thu 1187 " [" entry.mark * "]" * 1188 /thu 1189 } 1190 { "" } 1191 if$ 1192 } 1193 B.4.5 Format edition The format.edition function appends edition to the edition, if present. We lowercase the edition (it should be something like Third ), because this doesn t start a sentence FUNCTION {num.to.ordinal} 1195 { duplicate$ text.length$ 'charptr := 1196 duplicate$ charptr #1 substring$ 's := 1197 s "1" = 1198 { "st" * } 1199 { s "2" = 1200 { "nd" * } 1201 { s "3" = 1202 { "rd" * } 1203 { "th" * } 1204 if$ 1205 } 1206 if$ 1207 } 1208 if$ 1209 } FUNCTION {format.edition} 1212 { edition empty$ 1213 { "" } 1214 { edition is.number 1215 { entry.lang lang.zh = 1216 { edition " 版 " * } 1217 { edition num.to.ordinal " ed." * } 1218 if$ 1219 } 1220 { entry.lang lang.en = 1221 { edition change.sentence.case 's := 1222 s "Revised" = s "Revised edition" = or 1223 { "Rev. ed." } 1224 { s " ed." *} 1225 if$ 1226 } 1227 { edition } 1228 if$ 1229 } 1230 if$ 1231 } 1232 if$ 1233 }

33 B.4.6 Format publishing items 出版地址和出版社会有 [S.l.: s.n.] 的情况, 所以必须一起处理 1235 FUNCTION {format.publisher} 1236 { publisher empty$ not 1237 { publisher } 1238 { school empty$ not 1239 { school } 1240 { organization empty$ not 1241 { organization } 1242 { institution empty$ not 1243 { institution } 1244 { "" } 1245 if$ 1246 } 1247 if$ 1248 } 1249 if$ 1250 } 1251 if$ 1252 } FUNCTION {format.address.publisher} 1255 { address empty$ not 1256 { address 1257 format.publisher empty$ not 1258 { bbl.colon * format.publisher * } 1259 { entry.is.electronic not show.missing.address.publisher and 1260 { bbl.colon * bbl.sine.nomine * } 1261 'skip$ 1262 if$ 1263 } 1264 if$ 1265 } 1266 { entry.is.electronic not show.missing.address.publisher and 1267 { format.publisher empty$ not 1268 { bbl.sine.loco bbl.colon * format.publisher * } 1269 { bbl.sine.loco.sine.nomine } 1270 if$ 1271 } 1272 { format.publisher empty$ not 1273 { format.publisher } 1274 { "" } 1275 if$ 1276 } 1277 if$ 1278 } 1279 if$ 1280 } 1281 B.4.7 Format date The format.date function is for the month and year, but we give a warning if there s an empty year but the month is there, and we return the empty string if they re both empty. Newspaer 和 paptent 要显示完整的日期, 同时不再显示修改日期 但是在 author-year 模式 下, 需要单独设置 format.year 1282 FUNCTION {extract.before.dash} 1283 { duplicate$ empty$ 1284 { pop$ "" } 1285 { 's := 33

34 1286 #1 'charptr := 1287 s text.length$ #1 + 'len := 1288 { charptr len < 1289 s charptr #1 substring$ "-" = not 1290 and 1291 } 1292 { charptr #1 + 'charptr := } 1293 while$ 1294 s #1 charptr #1 - substring$ 1295 } 1296 if$ 1297 } FUNCTION {extract.after.dash} 1300 { duplicate$ empty$ 1301 { pop$ "" } 1302 { 's := 1303 #1 'charptr := 1304 s text.length$ #1 + 'len := 1305 { charptr len < 1306 s charptr #1 substring$ "-" = not 1307 and 1308 } 1309 { charptr #1 + 'charptr := } 1310 while$ 1311 { charptr len < 1312 s charptr #1 substring$ "-" = 1313 and 1314 } 1315 { charptr #1 + 'charptr := } 1316 while$ 1317 s charptr global.max$ substring$ 1318 } 1319 if$ 1320 } FUNCTION {contains.dash} 1323 { duplicate$ empty$ 1324 { pop$ #0 } 1325 { 's := 1326 { s empty$ not 1327 s #1 #1 substring$ "-" = not 1328 and 1329 } 1330 { s #2 global.max$ substring$ 's := } 1331 while$ 1332 s empty$ not 1333 } 1334 if$ 1335 } 1336 著者 - 出版年制必须提取出年份 1337 FUNCTION {format.year} 1338 { year empty$ not 1339 { year extract.before.dash } 1340 { date empty$ not 1341 { date extract.before.dash } 1342 { "empty year in " cite$ * warning$ 1343 urldate empty$ not 1344 { "[" urldate extract.before.dash * "]" * } 1345 { "" } 1346 if$ 1347 } 34

35 1348 if$ 1349 } 1350 if$ 1351 extra.label * 1352 } 1353 专利和报纸都是使用日期而不是年 1354 FUNCTION {format.date} 1355 { type$ "patent" = type$ "newspaper" = or 1356 date empty$ not and 1357 { date } 1358 { year } 1359 if$ 1360 } 1361 更新 修改日期只用于电子资源 elctronic 1362 FUNCTION {format.editdate} 1363 { date empty$ not 1364 { "\allowbreak(" date * ")" * } 1365 { "" } 1366 if$ 1367 } 1368 国标中的 引用日期 都是与 URL 同时出现的, 所以其实为 urldate, 这个虽然不是 BibT E X 标 准的域, 但是实际中很常见 1369 FUNCTION {format.urldate} 1370 { urldate empty$ not entry.is.electronic and 1371 { "\allowbreak[" urldate * "]" * } 1372 { "" } 1373 if$ 1374 } 1375 B.4.8 Format pages By default, BibTeX sets the global integer variable global.max$ to the BibTeX constant glob_str_size, the maximum length of a global string variable. Analogously, BibTeX sets the global integer variable entry.max$ to ent_str_size, the maximum length of an entry string variable. The style designer may change these if necessary (but this is unlikely) The n.dashify function makes each single `-' in a string a double `--' if it s not already pseudovar: pageresult: STRING (it's what's accumulated on the stack) n.dashify(s) == BEGIN t := s pageresult := "" while (not empty$(t)) do if (first character of t = "-") then if (next character isn't) then pageresult := pageresult * "--" t := t with the "-" removed else while (first character of t = "-") do 35

36 END pageresult := pageresult * "-" t := t with the "-" removed od fi else pageresult := pageresult * the first character t := t with the first character removed fi od return pageresult 国标里页码范围的连接号使用 hyphen, 需要将 dash 转为 hyphen 1376 FUNCTION {hyphenate} 1377 { 't := 1378 "" 1379 { t empty$ not } 1380 { t #1 #1 substring$ "-" = 1381 { "-" * 1382 { t #1 #1 substring$ "-" = } 1383 { t #2 global.max$ substring$ 't := } 1384 while$ 1385 } 1386 { t #1 #1 substring$ * 1387 t #2 global.max$ substring$ 't := 1388 } 1389 if$ 1390 } 1391 while$ 1392 } 1393 This function doesn t begin a sentence so pages isn t capitalized. Other functions that use this should keep that in mind FUNCTION {format.pages} 1395 { pages empty$ 1396 { "" } 1397 { pages hyphenate } 1398 if$ 1399 } 1400 The format.vol.num.pages function is for the volume, number, and page range of a journal article. We use the format: vol(number):pages, with some variations for empty fields. This doesn t begin a sentence. 报纸在卷号缺失时, 期号与前面的日期直接相连, 所以必须拆开输出 1401 FUNCTION {format.journal.volume} 1402 { volume empty$ not 1403 { bold.journal.volume 1404 { "\textbf{" volume * "}" * } 1405 { volume } 1406 if$ 1407 } 1408 { "" } 1409 if$ 1410 } FUNCTION {format.journal.number} 1413 { number empty$ not 1414 { "\penalty0 (" number * ")" * } 1415 { "" } 1416 if$ 36

37 1417 } FUNCTION {format.journal.pages} 1420 { pages empty$ 1421 { "" } 1422 { ":\penalty0 " pages hyphenate * } 1423 if$ 1424 } 1425 连续出版物的年卷期有起止范围, 需要特殊处理 1426 FUNCTION {format.periodical.year.volume.number} 1427 { year empty$ not 1428 { year extract.before.dash } 1429 { "empty year in periodical " cite$ * warning$ } 1430 if$ 1431 volume empty$ not 1432 { ", " * volume extract.before.dash * } 1433 'skip$ 1434 if$ 1435 number empty$ not 1436 { "\penalty0 (" * number extract.before.dash * ")" * } 1437 'skip$ 1438 if$ 1439 year contains.dash 1440 { "--" * 1441 year extract.after.dash empty$ 1442 volume extract.after.dash empty$ and 1443 number extract.after.dash empty$ and not 1444 { year extract.after.dash empty$ not 1445 { year extract.after.dash * } 1446 { year extract.before.dash * } 1447 if$ 1448 volume empty$ not 1449 { ", " * volume extract.after.dash * } 1450 'skip$ 1451 if$ 1452 number empty$ not 1453 { "\penalty0 (" * number extract.after.dash * ")" * } 1454 'skip$ 1455 if$ 1456 } 1457 'skip$ 1458 if$ 1459 } 1460 'skip$ 1461 if$ 1462 } 1463 B.4.9 Format url and doi 传统的 BibT E X 习惯使用 howpublished 著录 url, 这里提供支持 1464 FUNCTION {check.url} 1465 { url empty$ not 1466 { "\url{" url * "}" * 'entry.url := 1467 #1 'entry.is.electronic := 1468 } 1469 { howpublished empty$ not 1470 { howpublished #1 #5 substring$ "\url{" = 1471 { howpublished 'entry.url := 1472 #1 'entry.is.electronic := 1473 } 37

38 1474 'skip$ 1475 if$ 1476 } 1477 { note empty$ not 1478 { note #1 #5 substring$ "\url{" = 1479 { note 'entry.url := 1480 #1 'entry.is.electronic := 1481 } 1482 'skip$ 1483 if$ 1484 } 1485 'skip$ 1486 if$ 1487 } 1488 if$ 1489 } 1490 if$ 1491 } FUNCTION {format.url} 1494 { entry.url empty$ not 1495 { new.block entry.url } 1496 { "" } 1497 if$ 1498 } 1499 需要检测 DOI 是否已经包含在 URL 中 1500 FUNCTION {check.doi} 1501 { doi empty$ not 1502 { #1 'entry.is.electronic := } 1503 'skip$ 1504 if$ 1505 } FUNCTION {is.in.url} 1508 { 's := 1509 s empty$ 1510 { #1 } 1511 { entry.url empty$ 1512 { #0 } 1513 { s text.length$ 'len := 1514 entry.url text.length$ 'charptr := 1515 { entry.url charptr len substring$ s = not 1516 charptr #0 > 1517 and 1518 } 1519 { charptr #1 - 'charptr := } 1520 while$ 1521 charptr 1522 } 1523 if$ 1524 } 1525 if$ 1526 } FUNCTION {format.doi} 1529 { "" 1530 doi empty$ not show.doi and 1531 { "" 's := 1532 doi 't := 1533 #0 'numnames := 1534 { t empty$ not} 1535 { t #1 #1 substring$ 'tmp.str := 38

Computer Architecture

Computer Architecture ECE 3120 Computer Systems Assembly Programming Manjeera Jeedigunta http://blogs.cae.tntech.edu/msjeedigun21 Email: msjeedigun21@tntech.edu Tel: 931-372-6181, Prescott Hall 120 Prev: Basic computer concepts

More information

中国科学技术大学学位论文模板示例文档

中国科学技术大学学位论文模板示例文档 University of Science and Technology of China A dissertation for doctor s degree An Example of USTC Thesis Template for Bachelor, Master and Doctor Author: Zeping Li Speciality: Mathematics and Applied

More information

蔡 氏 族 譜 序 2

蔡 氏 族 譜 序 2 1 蔡 氏 族 譜 Highlights with characters are Uncle Mike s corrections. Missing or corrected characters are found on pages 9, 19, 28, 34, 44. 蔡 氏 族 譜 序 2 3 福 建 仙 遊 赤 湖 蔡 氏 宗 譜 序 蔡 氏 之 先 出 自 姬 姓 周 文 王 第 五 子

More information

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63>

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63> 2010 年 理 工 类 AB 级 阅 读 判 断 例 题 精 选 (2) Computer mouse How does the mouse work? We have to start at the bottom, so think upside down for now. It all starts with mouse ball. As the mouse ball in the bottom

More information

Knowledge and its Place in Nature by Hilary Kornblith

Knowledge and its Place in Nature by Hilary Kornblith Deduction by Daniel Bonevac Chapter 7 Quantified Natural Deduction Quantified Natural Deduction As with truth trees, natural deduction in Q depends on the addition of some new rules to handle the quantifiers.

More information

Windows XP

Windows XP Windows XP What is Windows XP Windows is an Operating System An Operating System is the program that controls the hardware of your computer, and gives you an interface that allows you and other programs

More information

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish 我 难 度 : 高 级 对 们 现 不 在 知 仍 道 有 听 影 过 响 多 少 那 次 么 : 研 英 究 过 文 论 去 写 文 时 作 的 表 技 引 示 巧 言 事 : 部 情 引 分 发 言 该 生 使 在 中 用 过 去, 而 现 在 完 成 时 仅 表 示 事 情 发 生 在 过 去, 并 的 哪 现 种 在 时 完 态 成 呢 时? 和 难 过 道 去 不 时 相 关? 是 所 有

More information

Lorem ipsum dolor sit amet, consectetuer adipiscing elit

Lorem ipsum dolor sit amet, consectetuer adipiscing elit English for Study in Australia 留 学 澳 洲 英 语 讲 座 Lesson 3: Make yourself at home 第 三 课 : 宾 至 如 归 L1 Male: 各 位 朋 友 好, 欢 迎 您 收 听 留 学 澳 洲 英 语 讲 座 节 目, 我 是 澳 大 利 亚 澳 洲 广 播 电 台 的 节 目 主 持 人 陈 昊 L1 Female: 各 位

More information

Chn 116 Neh.d.01.nis

Chn 116 Neh.d.01.nis 31 尼 希 米 书 尼 希 米 的 祷 告 以 下 是 哈 迦 利 亚 的 儿 子 尼 希 米 所 1 说 的 话 亚 达 薛 西 王 朝 二 十 年 基 斯 流 月 *, 我 住 在 京 城 书 珊 城 里 2 我 的 兄 弟 哈 拿 尼 和 其 他 一 些 人 从 犹 大 来 到 书 珊 城 我 向 他 们 打 听 那 些 劫 后 幸 存 的 犹 太 人 家 族 和 耶 路 撒 冷 的 情 形

More information

Microsoft Word - 第四組心得.doc

Microsoft Word - 第四組心得.doc 徐 婉 真 這 四 天 的 綠 島 人 權 體 驗 營 令 我 印 象 深 刻, 尤 其 第 三 天 晚 上 吳 豪 人 教 授 的 那 堂 課, 他 讓 我 聽 到 不 同 於 以 往 的 正 義 之 聲 轉 型 正 義, 透 過 他 幽 默 熱 情 的 語 調 激 起 了 我 對 政 治 的 興 趣, 願 意 在 未 來 多 關 心 社 會 多 了 解 政 治 第 一 天 抵 達 綠 島 不 久,

More information

Microsoft Word - Final Exam Review Packet.docx

Microsoft Word - Final Exam Review Packet.docx Do you know these words?... 3.1 3.5 Can you do the following?... Ask for and say the date. Use the adverbial of time correctly. Use Use to ask a tag question. Form a yes/no question with the verb / not

More information

C/C++ - 字符输入输出和字符确认

C/C++ - 字符输入输出和字符确认 C/C++ Table of contents 1. 2. getchar() putchar() 3. (Buffer) 4. 5. 6. 7. 8. 1 2 3 1 // pseudo code 2 read a character 3 while there is more input 4 increment character count 5 if a line has been read,

More information

Microsoft Word - ChineseSATII .doc

Microsoft Word - ChineseSATII .doc 中 文 SAT II 冯 瑶 一 什 么 是 SAT II 中 文 (SAT Subject Test in Chinese with Listening)? SAT Subject Test 是 美 国 大 学 理 事 会 (College Board) 为 美 国 高 中 生 举 办 的 全 国 性 专 科 标 准 测 试 考 生 的 成 绩 是 美 国 大 学 录 取 新 生 的 重 要 依

More information

Microsoft Word - 11月電子報1130.doc

Microsoft Word - 11月電子報1130.doc 發 行 人 : 楊 進 成 出 刊 日 期 2008 年 12 月 1 日, 第 38 期 第 1 頁 / 共 16 頁 封 面 圖 話 來 來 來, 來 葳 格 ; 玩 玩 玩, 玩 數 學 在 11 月 17 到 21 日 這 5 天 裡 每 天 一 個 題 目, 孩 子 們 依 據 不 同 年 段, 尋 找 屬 於 自 己 的 解 答, 這 些 數 學 題 目 和 校 園 情 境 緊 緊 結

More information

國 立 屏 東 教 育 大 學 中 國 語 文 學 系 碩 士 班 碩 士 論 文 國 小 國 語 教 科 書 修 辭 格 分 析 以 南 一 版 為 例 指 導 教 授 : 柯 明 傑 博 士 研 究 生 : 鄺 綺 暖 撰 中 華 民 國 一 百 零 二 年 七 月 謝 辭 寫 作 論 文 的 日 子 終 於 畫 下 了 句 點, 三 年 前 懷 著 對 文 學 的 熱 愛, 報 考 了 中

More information

Microsoft PowerPoint - ch6 [相容模式]

Microsoft PowerPoint - ch6 [相容模式] UiBinder wzyang@asia.edu.tw UiBinder Java GWT UiBinder XML UI i18n (widget) 1 2 UiBinder HelloWidget.ui.xml: UI HelloWidgetBinder HelloWidget.java XML UI Owner class ( Composite ) UI XML UiBinder: Owner

More information

穨control.PDF

穨control.PDF TCP congestion control yhmiu Outline Congestion control algorithms Purpose of RFC2581 Purpose of RFC2582 TCP SS-DR 1998 TCP Extensions RFC1072 1988 SACK RFC2018 1996 FACK 1996 Rate-Halving 1997 OldTahoe

More information

A Study on JI Xiaolan s (1724-1805) Life, Couplets and Theories of Couplets 紀 曉 嵐 (1724 1724-1805 1805) 生 平 資 料 斠 正 及 對 聯 聯 論 研 究 LI Ha 李 夏 THE UNIVER

A Study on JI Xiaolan s (1724-1805) Life, Couplets and Theories of Couplets 紀 曉 嵐 (1724 1724-1805 1805) 生 平 資 料 斠 正 及 對 聯 聯 論 研 究 LI Ha 李 夏 THE UNIVER Title A study on Ji Xiaolan's (1724-1805) life, couplets and theories of couplets = Ji Xiaolan (1724-1805) sheng ping zi liao jiao zheng ji dui lian, lian lun yan jiu Author(s) Li, Ha; 李 夏 Citation Li,

More information

Microsoft Word - 武術合併

Microsoft Word - 武術合併 11/13 醫 學 系 一 年 級 張 雲 筑 武 術 課 開 始, 老 師 並 不 急 著 帶 我 們 舞 弄 起 來, 而 是 解 說 著 支 配 氣 的 流 動 為 何 構 成 中 國 武 術 的 追 求 目 標 武 術, 名 之 為 武 恐 怕 與 其 原 本 的 精 義 有 所 偏 差 其 實 武 術 是 為 了 讓 學 習 者 能 夠 掌 握 身 體, 保 養 身 體 而 發 展, 並

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

1505.indd

1505.indd 上 海 市 孙 中 山 宋 庆 龄 文 物 管 理 委 员 会 上 海 宋 庆 龄 研 究 会 主 办 2015.05 总 第 148 期 图 片 新 闻 2015 年 9 月 22 日, 由 上 海 孙 中 山 故 居 纪 念 馆 台 湾 辅 仁 大 学 和 台 湾 图 书 馆 联 合 举 办 的 世 纪 姻 缘 纪 念 孙 中 山 先 生 逝 世 九 十 周 年 及 其 革 命 历 程 特 展

More information

可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目 的 地 後

可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目 的 地 後 郭家朗 許鈞嵐 劉振迪 樊偉賢 林洛鋒 第 36 期 出版日期 28-3-2014 出版日期 28-3-2014 可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目

More information

< F5FB77CB6BCBD672028B0B6A46AABE4B751A874A643295F5FB8D5C5AA28A668ADB6292E706466>

< F5FB77CB6BCBD672028B0B6A46AABE4B751A874A643295F5FB8D5C5AA28A668ADB6292E706466> A A A A A i A A A A A A A ii Introduction to the Chinese Editions of Great Ideas Penguin s Great Ideas series began publication in 2004. A somewhat smaller list is published in the USA and a related, even

More information

WWW PHP

WWW PHP WWW PHP 2003 1 2 function function_name (parameter 1, parameter 2, parameter n ) statement list function_name sin, Sin, SIN parameter 1, parameter 2, parameter n 0 1 1 PHP HTML 3 function strcat ($left,

More information

lnag_ch_v2.01.doc

lnag_ch_v2.01.doc 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. % Any line starting with "%" is a comment. % "\" (backslash) is a special Latex character which introduces a Latex %

More information

入學考試網上報名指南

入學考試網上報名指南 入 學 考 試 網 上 報 名 指 南 On-line Application Guide for Admission Examination 16/01/2015 University of Macau Table of Contents Table of Contents... 1 A. 新 申 請 網 上 登 記 帳 戶 /Register for New Account... 2 B. 填

More information

Microsoft PowerPoint - ryz_030708_pwo.ppt

Microsoft PowerPoint - ryz_030708_pwo.ppt Long Term Recovery of Seven PWO Crystals Ren-yuan Zhu California Institute of Technology CMS ECAL Week, CERN Introduction 20 endcap and 5 barrel PWO crystals went through (1) thermal annealing at 200 o

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

Microsoft Word doc

Microsoft Word doc 中 考 英 语 科 考 试 标 准 及 试 卷 结 构 技 术 指 标 构 想 1 王 后 雄 童 祥 林 ( 华 中 师 范 大 学 考 试 研 究 院, 武 汉,430079, 湖 北 ) 提 要 : 本 文 从 结 构 模 式 内 容 要 素 能 力 要 素 题 型 要 素 难 度 要 素 分 数 要 素 时 限 要 素 等 方 面 细 致 分 析 了 中 考 英 语 科 试 卷 结 构 的

More information

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡 Tips of the Week 课 堂 上 的 英 语 习 语 教 学 ( 二 ) 2015-04-19 吴 倩 MarriottCHEI 大 家 好! 欢 迎 来 到 Tips of the Week! 这 周 我 想 和 老 师 们 分 享 另 外 两 个 课 堂 上 可 以 开 展 的 英 语 习 语 教 学 活 动 其 中 一 个 活 动 是 一 个 充 满 趣 味 的 游 戏, 另 外

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 i ii Abstract The most important task in human resource management is to encourage and help employees to develop their potential so that they can fully contribute to the organization s goals. The main

More information

C/C++ - 函数

C/C++ - 函数 C/C++ Table of contents 1. 2. 3. & 4. 5. 1 2 3 # include # define SIZE 50 int main ( void ) { float list [ SIZE ]; readlist (list, SIZE ); sort (list, SIZE ); average (list, SIZE ); bargragh

More information

ap15_chinese_interpersoanal_writing_ _response

ap15_chinese_interpersoanal_writing_ _response 2015 SCORING GUIDELINES Interpersonal Writing: 6 EXCELLENT excellence in 5 VERY GOOD Suggests excellence in 4 GOOD 3 ADEQUATE Suggests 2 WEAK Suggests lack of 1 VERY WEAK lack of 0 UNACCEPTABLE Contains

More information

QQGQ2.E Power Supplies, Information Technology Equipment Including Ele... 1/10

QQGQ2.E Power Supplies, Information Technology Equipment Including Ele... 1/10 QQGQ2.E232014 - Power Supplies, Information Technology Equipment Including Ele... 1/10 QQGQ2.E232014 Power Supplies, Information Technology Equipment Including Electrical Business Equipment - Component

More information

WTO

WTO 10384 200015128 UDC Exploration on Design of CIB s Human Resources System in the New Stage (MBA) 2004 2004 2 3 2004 3 2 0 0 4 2 WTO Abstract Abstract With the rapid development of the high and new technique

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 - - I - II - Abstract Except for few intellect games such as chess, mahjong, and poker games, role-play games in on-line games are the mainstream. As for the so-called RPG, briefly speaking, it is the

More information

hks298cover&back

hks298cover&back 2957 6364 2377 3300 2302 1087 www.scout.org.hk scoutcraft@scout.org.hk 2675 0011 5,500 Service and Scouting Recently, I had an opportunity to learn more about current state of service in Hong Kong

More information

國立中山大學學位論文典藏

國立中山大學學位論文典藏 I II III IV The theories of leadership seldom explain the difference of male leaders and female leaders. Instead of the assumption that the leaders leading traits and leading styles of two sexes are the

More information

台灣地區同學

台灣地區同學 ACIC 台 灣 地 區 住 宿 家 庭 合 約 / 接 機 / 申 請 表 本 契 約 已 於 中 華 民 國 年 月 日 交 付 消 費 者 攜 回 審 閱 ( 契 約 審 閱 期 間 至 少 為 五 日 ) 甲 方 ( 消 費 者 ) 姓 名 : 甲 方 ( 未 滿 18 歲 代 理 人 ) 姓 名 : 國 民 身 分 證 : 國 民 身 分 證 : 電 話 : 電 話 : 住 居 所 : 住

More information

<D0D0D5FED7A8CFDF2E696E6464>

<D0D0D5FED7A8CFDF2E696E6464> 3 4 5 6 7 8 9 10 11 12 13 14 16 报 导 : 资 源 处 主 任 陆 素 芬 视 是 青 少 年 喜 爱 的 一 门 艺 术 在 孩 子 们 的 成 长 过 程 中, 许 多 优 秀 的 影 影 片 通 过 直 观 的 艺 术 手 段, 感 染 和 鼓 舞 着 青 少 年 选 择 人 生 的 走 向, 获 得 各 种 知 识, 不 断 提 高 综 合 素 质 因 此,

More information

Chinese oil import policies and reforms 随 着 经 济 的 发 展, 目 前 中 国 石 油 消 费 总 量 已 经 跃 居 世 界 第 二 作 为 一 个 负 责 任 的 大 国, 中 国 正 在 积 极 推 进 能 源 进 口 多 元 化, 鼓 励 替 代

Chinese oil import policies and reforms 随 着 经 济 的 发 展, 目 前 中 国 石 油 消 费 总 量 已 经 跃 居 世 界 第 二 作 为 一 个 负 责 任 的 大 国, 中 国 正 在 积 极 推 进 能 源 进 口 多 元 化, 鼓 励 替 代 Chinese oil import policies and reforms SINOPEC EDRI 2014.8 Chinese oil import policies and reforms 随 着 经 济 的 发 展, 目 前 中 国 石 油 消 费 总 量 已 经 跃 居 世 界 第 二 作 为 一 个 负 责 任 的 大 国, 中 国 正 在 积 极 推 进 能 源 进 口 多 元 化,

More information

穨1-林聖欽.doc

穨1-林聖欽.doc 1 39 92 11 Geographical Research No. 39, November. 2003 * The historical geographical study of the Taiwanese christening culture: A case of Xuei-gia-liau, Xuei-gia Bau, Yan-Shui-Gang Ting in Japanese Rule

More information

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63> 運 用 多 媒 體 製 作 華 文 補 充 教 材 江 惜 美 銘 傳 大 學 應 用 中 文 系 chm248@gmail.com 摘 要 : 本 文 旨 在 探 究 如 何 運 用 多 媒 體, 結 合 文 字 聲 音 圖 畫, 製 作 華 文 補 充 教 材 當 我 們 在 進 行 華 文 教 學 時, 往 往 必 須 透 過 教 案 設 計, 並 製 作 補 充 教 材, 方 能 使 教 學

More information

Microsoft Word - ChiIndexofNHE-03.doc

Microsoft Word - ChiIndexofNHE-03.doc 教 育 曙 光 學 報 中 文 論 文 的 分 析 及 主 題 索 引 胡 飄 賀 國 強 香 港 浸 會 大 學 自 一 九 六 一 至 二 零 零 三 的 四 十 三 年 間, 教 育 曙 光 學 報 出 版 四 十 七 期 共 刊 登 七 百 篇 論 文, 本 文 將 其 間 以 中 文 發 表 的 三 百 零 六 篇 論 文 按 關 鍵 字 及 主 題 方 法 編 成 索 引 檢 定 本 索

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

untitled

untitled Co-integration and VECM Yi-Nung Yang CYCU, Taiwan May, 2012 不 列 1 Learning objectives Integrated variables Co-integration Vector Error correction model (VECM) Engle-Granger 2-step co-integration test Johansen

More information

致 谢 本 论 文 能 得 以 完 成, 首 先 要 感 谢 我 的 导 师 胡 曙 中 教 授 正 是 他 的 悉 心 指 导 和 关 怀 下, 我 才 能 够 最 终 选 定 了 研 究 方 向, 确 定 了 论 文 题 目, 并 逐 步 深 化 了 对 研 究 课 题 的 认 识, 从 而 一

致 谢 本 论 文 能 得 以 完 成, 首 先 要 感 谢 我 的 导 师 胡 曙 中 教 授 正 是 他 的 悉 心 指 导 和 关 怀 下, 我 才 能 够 最 终 选 定 了 研 究 方 向, 确 定 了 论 文 题 目, 并 逐 步 深 化 了 对 研 究 课 题 的 认 识, 从 而 一 中 美 国 际 新 闻 的 叙 事 学 比 较 分 析 以 英 伊 水 兵 事 件 为 例 A Comparative Analysis on Narration of Sino-US International News Case Study:UK-Iran Marine Issue 姓 名 : 李 英 专 业 : 新 闻 学 学 号 : 05390 指 导 老 师 : 胡 曙 中 教 授 上 海

More information

2017 CCAFL Chinese in Context

2017 CCAFL Chinese in Context Student/Registration Number Centre Number 2017 PUBLIC EXAMINATION Chinese in Context Reading Time: 10 minutes Working Time: 2 hours and 30 minutes You have 10 minutes to read all the papers and to familiarise

More information

89???????q?l?????T??

89???????q?l?????T?? 華 興 電 子 報 第 89 期 民 國 102 年 01 月 12 日 出 刊 網 址 :www.hhhs.tp.edu.tw 發 行 人 : 高 宏 煙 總 編 輯 : 蕭 慶 智 董 大 鋼 許 莙 葇 王 雅 慧 主 編 : 賴 怡 潔 編 輯 群 : 周 慧 婷 陳 怡 君 陳 玫 禎 楊 雅 惠 郭 孟 平 伍 玉 琪 林 冠 良 林 淑 惠 賴 姿 潔 王 思 方 102 年 01 月

More information

A Study on the Relationships of the Co-construction Contract A Study on the Relationships of the Co-Construction Contract ( ) ABSTRACT Co-constructio in the real estate development, holds the quite

More information

錫安教會2015年11月29日分享

錫安教會2015年11月29日分享 錫 安 教 會 2015 年 11 月 29 日 分 享 第 一 章 : 天 馬 座 行 動 答 問 篇 (2) 問 題 (1): 信 息 中 曾 提 及, 有 一 群 忠 良 的 皇 者 和 精 英 製 造 共 同 信 息, 但 亦 有 一 群 奸 惡 的 如 果 將 來 他 們 來 尋 找 我 們, 顯 示 他 們 是 製 造 共 同 信 息 的 人 這 樣, 我 們 有 沒 有 需 要 或 者

More information

2015 Chinese FL Written examination

2015 Chinese FL Written examination Victorian Certificate of Education 2015 SUPERVISOR TO ATTACH PROCESSING LABEL HERE Letter STUDENT NUMBER CHINESE FIRST LANGUAGE Written examination Monday 16 November 2015 Reading time: 11.45 am to 12.00

More information

政治哲學要跨出去!

政治哲學要跨出去! 台 灣 中 國 大 陸 研 究 之 回 顧 與 前 瞻 71 台 灣 中 國 大 陸 研 究 之 回 顧 與 前 瞻 * 楊 開 煌 一 前 言 二 學 科 之 建 立 與 發 展 三 歷 史 的 回 顧 四 反 省 代 結 論 本 文 主 要 是 透 過 歷 史 的 回 顧 來 檢 討 在 台 灣 的 中 國 大 陸 研 究 發 生 與 發 展 的 歷 程 本 文 作 者 以 個 人 親 與 的

More information

(七)教職員編排

(七)教職員編排 香 港 路 德 會 增 城 兆 霖 學 校 Lutheran Tsang Shing Siu Leun School 2015-2016 年 度 周 年 校 務 計 劃 書 校 訓 好 學 力 行 榮 神 益 人 Be a smart and responsible global citizen in the 21 st century. ( 一 ) 香 港 路 德 會 辦 學 宗 旨 學 校 概

More information

TX-NR3030_BAS_Cs_ indd

TX-NR3030_BAS_Cs_ indd TX-NR3030 http://www.onkyo.com/manual/txnr3030/adv/cs.html Cs 1 2 3 Speaker Cable 2 HDMI OUT HDMI IN HDMI OUT HDMI OUT HDMI OUT HDMI OUT 1 DIGITAL OPTICAL OUT AUDIO OUT TV 3 1 5 4 6 1 2 3 3 2 2 4 3 2 5

More information

豐 邑 家 族 季 刊 編 者 的 話 2015.02-04 No.07 彼 此 相 愛 總 編 輯 : 邱 崇 喆 主 編 : 戴 秋 柑 編 輯 委 員 : 黃 淑 美 盧 永 吉 王 森 生 趙 家 明 林 孟 姿 曾 淑 慧 執 行 編 輯 : 豐 邑 建 設 企 劃 課 出 版 發 行 :

豐 邑 家 族 季 刊 編 者 的 話 2015.02-04 No.07 彼 此 相 愛 總 編 輯 : 邱 崇 喆 主 編 : 戴 秋 柑 編 輯 委 員 : 黃 淑 美 盧 永 吉 王 森 生 趙 家 明 林 孟 姿 曾 淑 慧 執 行 編 輯 : 豐 邑 建 設 企 劃 課 出 版 發 行 : 豐 邑 家 族 季 刊 編 者 的 話 2015.02-04 No.07 彼 此 相 愛 總 編 輯 : 邱 崇 喆 主 編 : 戴 秋 柑 編 輯 委 員 : 黃 淑 美 盧 永 吉 王 森 生 趙 家 明 林 孟 姿 曾 淑 慧 執 行 編 輯 : 豐 邑 建 設 企 劃 課 出 版 發 行 : 豐 邑 專 業 整 合 團 隊 地 址 : 台 中 市 台 灣 大 道 二 段 501 號 20F-1

More information

2009 Japanese First Language Written examination

2009 Japanese First Language Written examination Victorian Certificate of Education 2009 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words JAPANESE FIRST LANGUAGE Written examination Monday 16 November 2009 Reading time:

More information

UDC The Policy Risk and Prevention in Chinese Securities Market

UDC The Policy Risk and Prevention in Chinese Securities Market 10384 200106013 UDC The Policy Risk and Prevention in Chinese Securities Market 2004 5 2004 2004 2004 5 : Abstract Many scholars have discussed the question about the influence of the policy on Chinese

More information

2010 Japanese First Language Written examination

2010 Japanese First Language Written examination Victorian Certificate of Education 2010 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words JAPANESE FIRST LANGUAGE Written examination Monday 15 November 2010 Reading time:

More information

Fun Time (1) What happens in memory? 1 i n t i ; 2 s h o r t j ; 3 double k ; 4 char c = a ; 5 i = 3; j = 2; 6 k = i j ; H.-T. Lin (NTU CSIE) Referenc

Fun Time (1) What happens in memory? 1 i n t i ; 2 s h o r t j ; 3 double k ; 4 char c = a ; 5 i = 3; j = 2; 6 k = i j ; H.-T. Lin (NTU CSIE) Referenc References (Section 5.2) Hsuan-Tien Lin Deptartment of CSIE, NTU OOP Class, March 15-16, 2010 H.-T. Lin (NTU CSIE) References OOP 03/15-16/2010 0 / 22 Fun Time (1) What happens in memory? 1 i n t i ; 2

More information

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d WeChat Search Visual Identity Guidelines WEDESIGN 2018. 04 Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies

More information

硕 士 学 位 论 文 论 文 题 目 : 北 岛 诗 歌 创 作 的 双 重 困 境 专 业 名 称 : 中 国 现 当 代 文 学 研 究 方 向 : 中 国 新 诗 研 究 论 文 作 者 : 奚 荣 荣 指 导 老 师 : 姜 玉 琴 2014 年 12 月

硕 士 学 位 论 文 论 文 题 目 : 北 岛 诗 歌 创 作 的 双 重 困 境 专 业 名 称 : 中 国 现 当 代 文 学 研 究 方 向 : 中 国 新 诗 研 究 论 文 作 者 : 奚 荣 荣 指 导 老 师 : 姜 玉 琴 2014 年 12 月 硕 士 学 位 论 文 论 文 题 目 : 北 岛 诗 歌 创 作 的 双 重 困 境 专 业 名 称 : 中 国 现 当 代 文 学 研 究 方 向 : 中 国 新 诗 研 究 论 文 作 者 : 奚 荣 荣 指 导 老 师 : 姜 玉 琴 2014 年 12 月 致 谢 文 学 是 我 们 人 类 宝 贵 的 精 神 财 富 两 年 半 的 硕 士 学 习 让 我 进 一 步 接 近 文 学,

More information

C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for

C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for Doreen Virtue, Ph.D. Charles Virtue C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for a Sign... 27 7.

More information

(Microsoft Word - 10\246~\253\327\262\304\244@\264\301\256\325\260T_Version4)

(Microsoft Word - 10\246~\253\327\262\304\244@\264\301\256\325\260T_Version4) 聖 公 會 仁 立 紀 念 小 學 聖 公 會 仁 立 紀 念 小 學 校 園 通 訊 2010 年 度 第 一 期 第 1 頁 \\\\ 校 園 通 訊 2010-2011 年 度 第 一 期 鄭 秀 薇 總 校 長 在 日 本, 有 一 個 傳 說 故 事 是 這 樣 說 的 : 有 一 對 仁 慈 的 老 夫 婦, 生 活 窮 困, 靠 賣 木 柴 過 活 一 天 老 人 在 同 情 心 的

More information

Liao Mei-Yu Professor, Department of Chinese Literature, National Cheng Kung University Abstract Yao Ying was a government official in Taiwan for more

Liao Mei-Yu Professor, Department of Chinese Literature, National Cheng Kung University Abstract Yao Ying was a government official in Taiwan for more 2006 12 137-178 The Various Viewpoints of Yao Ying s Jail-period Poems 137 Liao Mei-Yu Professor, Department of Chinese Literature, National Cheng Kung University Abstract Yao Ying was a government official

More information

星河33期.FIT)

星河33期.FIT) 大 事 记 渊 2011.11 要 要 2011.12 冤 1 尧 11 月 25 日 下 午 袁 白 银 区 首 届 中 小 学 校 长 论 坛 在 我 校 举 行 遥 2 尧 在 甘 肃 省 2011 年 野 十 一 五 冶 规 划 课 题 集 中 鉴 定 中 袁 我 校 教 师 郝 香 梅 负 责 的 课 题 叶 英 语 课 堂 的 艺 术 性 研 究 曳 袁 张 宏 林 负 责 的 叶 白

More information

穨6街舞對抗中正紀念堂_林伯勳張金鶚_.PDF

穨6街舞對抗中正紀念堂_林伯勳張金鶚_.PDF ( ) 115 115140 Journal of City and Planning(2002) Vol.29, No.1, pp.115140 90 10 26 91 05 20 2 3 --- ( ) 1. 2. mag.ryan@msa.hinet.net 3. jachang@nccu.edu.tw 1018-1067/02 2002 Chinese Institute of Urban

More information

课题调查对象:

课题调查对象: 1 大 陆 地 方 政 府 大 文 化 管 理 职 能 与 机 构 整 合 模 式 比 较 研 究 武 汉 大 学 陈 世 香 [ 内 容 摘 要 ] 迄 今 为 止, 大 陆 地 方 政 府 文 化 管 理 体 制 改 革 已 经 由 试 点 改 革 进 入 到 全 面 推 行 阶 段 本 文 主 要 通 过 结 合 典 型 调 查 法 与 比 较 研 究 方 法, 对 已 经 进 行 了 政 府

More information

第三期版面_3_

第三期版面_3_ 庶 民 文 化 研 究 第 3 期 研 究 論 文 第 40-91 頁 2011 年 3 月 Journal for Studies of Everyday Life No.3, March 2010, pp.40-90 媽 祖 名 稱 由 來 試 析 * 戴 文 鋒 摘 要 海 神 林 默 信 仰 早 期 在 明 清 之 際, 大 陸 當 地 一 般 民 間 多 以 娘 媽 稱 之, 而 清 初

More information

03施琅「棄留臺灣議」探索.doc

03施琅「棄留臺灣議」探索.doc 38 93 43 59 43 44 1 2 1621 1645 1646 3 1647 1649 4 1 1996 12 121 2 1988 1 54---79 3 1990 2 39 4 1987 8 16 19 1649 27---28 45 1651 5 1656 1662 1664 1667 1668 6 1681 1683 7 13 1958 2 1651 2002 11 67 1961

More information

唐彪《讀書作文譜》述略

唐彪《讀書作文譜》述略 唐 彪 讀 書 作 文 譜 選 析 唐 彪 讀 書 作 文 譜 選 析 * 呂 湘 瑜 龍 華 科 技 大 學 通 識 教 育 中 心 摘 要 唐 彪 乃 清 初 浙 江 名 儒, 其 讀 書 作 文 譜 簡 潔 地 呈 現 了 對 於 讀 書 作 文 以 及 文 學 的 種 種 看 法 其 以 為 無 論 是 讀 書 或 者 作 文, 都 必 須 以 靜 凝 神 為 出 發 點, 先 求 得 放

More information

Japan He Bin Professor, School of Humanities and Social Sciences Tokyo Metropolitan University Abstract In daily life, the food on the table in the fa

Japan He Bin Professor, School of Humanities and Social Sciences Tokyo Metropolitan University Abstract In daily life, the food on the table in the fa 2007 10 177-196 Symbolic Meanings of the Food in the First Lunar Month between China and 177 Japan He Bin Professor, School of Humanities and Social Sciences Tokyo Metropolitan University Abstract In daily

More information

A VALIDATION STUDY OF THE ACHIEVEMENT TEST OF TEACHING CHINESE AS THE SECOND LANGUAGE by Chen Wei A Thesis Submitted to the Graduate School and Colleg

A VALIDATION STUDY OF THE ACHIEVEMENT TEST OF TEACHING CHINESE AS THE SECOND LANGUAGE by Chen Wei A Thesis Submitted to the Graduate School and Colleg 上 海 外 国 语 大 学 SHANGHAI INTERNATIONAL STUDIES UNIVERSITY 硕 士 学 位 论 文 MASTER DISSERTATION 学 院 国 际 文 化 交 流 学 院 专 业 汉 语 国 际 教 育 硕 士 题 目 届 别 2010 届 学 生 陈 炜 导 师 张 艳 莉 副 教 授 日 期 2010 年 4 月 A VALIDATION STUDY

More information

目 錄 壹 青 輔 會 結 案 附 件 貳 活 動 計 劃 書 參 執 行 內 容 一 教 學 內 容 二 與 當 地 教 師 教 學 交 流 三 服 務 執 行 進 度 肆 執 行 成 效 一 教 學 課 程 二 與 當 地 教 師 教 學 交 流 三 服 務 滿 意 度 調 查 伍 服 務 檢

目 錄 壹 青 輔 會 結 案 附 件 貳 活 動 計 劃 書 參 執 行 內 容 一 教 學 內 容 二 與 當 地 教 師 教 學 交 流 三 服 務 執 行 進 度 肆 執 行 成 效 一 教 學 課 程 二 與 當 地 教 師 教 學 交 流 三 服 務 滿 意 度 調 查 伍 服 務 檢 2 0 1 0 年 靜 宜 青 年 國 際 志 工 泰 北 服 務 成 果 報 告 指 導 單 位 : 行 政 院 青 年 輔 導 委 員 會 僑 務 委 員 會 主 辦 單 位 : 靜 宜 大 學 服 務 學 習 發 展 中 心 協 力 單 位 : 靜 宜 大 學 師 資 培 育 中 心 財 團 法 人 台 灣 明 愛 文 教 基 金 會 中 華 民 國 九 十 九 年 九 月 二 十 四 日 目

More information

PowerPoint Template

PowerPoint Template ACCAspace Provided by ACCA Research Institute ACCA F9 Financial Management 财务管理 ACCA Lecturer: Sinny Shao Part D investment appraisal 1 Investment decisions without DCF 2 Investment decisions with DCF

More information

ENGG1410-F Tutorial 6

ENGG1410-F Tutorial 6 Jianwen Zhao Department of Computer Science and Engineering The Chinese University of Hong Kong 1/16 Problem 1. Matrix Diagonalization Diagonalize the following matrix: A = [ ] 1 2 4 3 2/16 Solution The

More information

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

More information

論文集29-1_前6P.indd

論文集29-1_前6P.indd 土木史研究論文集 Vol.29 2010 年 * ** Abstract Fukuchiyama Line, which locates in suburban of Osaka Megalopolis, has performed a part of Japanese trunk railway network. Because it was chosen as a national railway

More information

2009 Korean First Language Written examination

2009 Korean First Language Written examination Victorian Certificate of Education 2009 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words KOREAN FIRST LANGUAGE Written examination Tuesday 20 October 2009 Reading time: 2.00

More information

99 學年度班群總介紹 第 370 期 班群總導 陳怡靜 G45 班群總導 陳怡靜(河馬) A 家 惠如 家浩 T 格 宜蓁 小 霖 怡 家 M 璇 均 蓁 雴 家 數學領域 珈玲 國燈 370-2 英領域 Kent

99 學年度班群總介紹 第 370 期 班群總導 陳怡靜 G45 班群總導 陳怡靜(河馬) A 家 惠如 家浩 T 格 宜蓁 小 霖 怡 家 M 璇 均 蓁 雴 家 數學領域 珈玲 國燈 370-2 英領域 Kent 2010 年 8 月 27 日 出 刊 精 緻 教 育 宜 蘭 縣 公 辦 民 營 人 國 民 中 小 學 財 團 法 人 人 適 性 教 育 基 金 會 承 辦 地 址 : 宜 蘭 縣 26141 頭 城 鎮 雅 路 150 號 (03)977-3396 http://www.jwps.ilc.edu.tw 健 康 VS. 學 習 各 位 合 夥 人 其 實 都 知 道, 我 是 個 胖 子, 而

More information

WWW PHP Comments Literals Identifiers Keywords Variables Constants Data Types Operators & Expressions 2

WWW PHP Comments Literals Identifiers Keywords Variables Constants Data Types Operators & Expressions 2 WWW PHP 2003 1 Comments Literals Identifiers Keywords Variables Constants Data Types Operators & Expressions 2 Comments PHP Shell Style: # C++ Style: // C Style: /* */ $value = $p * exp($r * $t); # $value

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

A Study on Grading and Sequencing of Senses of Grade-A Polysemous Adjectives in A Syllabus of Graded Vocabulary for Chinese Proficiency 2002 I II Abstract ublished in 1992, A Syllabus of Graded Vocabulary

More information

Index of Zhengtong Daozang

Index of Zhengtong Daozang Golden Elixir Reference Series, 2 Index of Zhengtong Daozang edited by Fabrizio Pregadio Golden Elixir Press 2008 This work is distributed according to the Creative Commons Attribution-Noncommercial-Share

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF 中 國 文 學 系 國 立 中 山 大 學, 碩 士 論 文 國 立 中 山 大 學 中 國 文 學 系 碩 士 論 文 Department of Chinese Literature 肉 蒲 團 研 究 National Sun Yat-sen University Master Thesis 肉 蒲 團 研 究 The Research of Rou Pu Tuan 研 究 生 : 林 欣 穎

More information

徐汇教育214/3月刊 重 点 关 注 高中生异性交往的小团体辅导 及效果研究 颜静红 摘 要 采用人际关系综合诊断量表 郑日昌编制并 与同性交往所不能带来的好处 带来稳定感和安全感 能 修订 对我校高一学生进行问卷测量 实验组前后测 在 够度过更快乐的时光 获得与别人友好相处的经验 宽容 量表总分和第 4 项因子分 异性交往困扰 上均有显著差 大度和理解力得到发展 得到掌握社会技术的机会 得到 异

More information

UTI (Urinary Tract Infection) - Traditional Chinese

UTI (Urinary Tract Infection) - Traditional Chinese UTI (Urinary Tract Infection) Urinary tract infection, also called UTI, is an infection of the bladder or kidneys. Urethra Kidney Ureters Bladder Vagina Kidney Ureters Bladder Urethra Penis Causes UTI

More information

國立臺灣藝術大學

國立臺灣藝術大學 國 立 臺 灣 藝 術 大 學 藝 術 與 人 文 教 學 研 究 所 碩 士 學 位 論 文 本 論 文 獲 國 家 教 育 研 究 院 博 ( 碩 ) 士 論 文 研 究 獎 助 課 外 讀 物 對 於 國 小 低 年 級 國 語 科 教 科 書 輔 助 性 之 研 究 - 以 新 北 市 100 年 度 國 民 小 學 推 動 閱 讀 計 畫 優 良 圖 書 為 例 指 導 教 授 : 張 純

More information

壹、前言

壹、前言 DOH93-DC-1116 93 3 1 93 12 31 ... 1... 4... 6... 7... 8... 9... 13... 13 ()... 13 ()... 14 ()... 14... 16... 16... 16... 17... 18 1 ... 19... 24... 27... 29... 31... 31... 33... 34... 35... 36... 36 ()...

More information

% % % % % % ~

% % % % % % ~ 1001-5558 2015 03-0021-16 2010 C91 A 2014 5 2010 N. W. Journal of Ethnology 2015 3 86 2015.No.3 Total No.86 2010 2010 2181.58 882.99 40.47% 1298.59 59.53% 2013 2232.78 847.29 37.95% 1385.49 62.05% 1990

More information

32 戲劇學刊 A Study of Beijing Opera s Jing Actors and Their Vocal Accents in the Early Twentieth Century Using Two Operas, Muhuguan and Yuguoyuan, as Exa

32 戲劇學刊 A Study of Beijing Opera s Jing Actors and Their Vocal Accents in the Early Twentieth Century Using Two Operas, Muhuguan and Yuguoyuan, as Exa 李元皓 二十世紀初期京劇淨行演員及其唱腔研究 以 牧虎關 御果園 為例 二十世紀初期京劇淨行演員及其唱腔研 究 以 牧虎關 御果園 為例* 李元皓** 中文摘要 形成於十九世紀的京劇 在二十世紀初時 發展的勢頭風潮臻於極盛 新興 的唱片錄音科技也於十九世紀末抵達中國 留下了一批珍貴的老唱片 以不同於 書面文字的方式 記錄著京劇有聲的過往 老唱片所能記錄的雖然只有聲音 然 而聲音 亦即 唱腔 正是戲曲藝術的核心之一

More information

Microsoft PowerPoint - Lecture7II.ppt

Microsoft PowerPoint - Lecture7II.ppt Lecture 8II SUDOKU PUZZLE SUDOKU New Play Check 軟體實作與計算實驗 1 4x4 Sudoku row column 3 2 } 4 } block 1 4 軟體實作與計算實驗 2 Sudoku Puzzle Numbers in the puzzle belong {1,2,3,4} Constraints Each column must contain

More information

encourages children to develop rich emotions through close contact with surrounding nature. It also cultivates a foundation for children s balanced de

encourages children to develop rich emotions through close contact with surrounding nature. It also cultivates a foundation for children s balanced de * ** *** **** The Instruction of a Sense of Seasons in the Field Environment through the Comparison of Kindergartens in Germany, Australia and Japan Kazuyuki YOKOIKimihiko SAITOKatsushi ONO Koichi EBIHARA

More information

C/C++程序设计 - 字符串与格式化输入/输出

C/C++程序设计 - 字符串与格式化输入/输出 C/C++ / Table of contents 1. 2. 3. 4. 1 i # include # include // density of human body : 1. 04 e3 kg / m ^3 # define DENSITY 1. 04 e3 int main ( void ) { float weight, volume ; int

More information

124 第十三期 Conflicts in the Takeover of the Land in Taiwan after the Sino-Japanese War A Case in the Change of the Japanese Names of the Taiwanese Peopl

124 第十三期 Conflicts in the Takeover of the Land in Taiwan after the Sino-Japanese War A Case in the Change of the Japanese Names of the Taiwanese Peopl 123 戰後初期臺灣土地接收的糾紛 以更改日式姓名的臺人遭遇為例 124 第十三期 Conflicts in the Takeover of the Land in Taiwan after the Sino-Japanese War A Case in the Change of the Japanese Names of the Taiwanese People Abstract By Ho Fung-jiao

More information

* RRB *

* RRB * *9000000000RRB0010040* *9000000000RRB0020040* *9000000000RRB0030040* *9000000000RRB0040040* *9000000000RRC0010050* *9000000000RRC0020050* *9000000000RRC0030050* *9000000000RRC0040050* *9000000000RRC0050050*

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

<4D6963726F736F667420576F7264202D20B2F8A74AA4AF5FA578C657A175BCC6A6ECB6D7AC79A176BB50A46AB3B0A175A454BAF4A658A440A176AC46B5A6A641B1B4>

<4D6963726F736F667420576F7264202D20B2F8A74AA4AF5FA578C657A175BCC6A6ECB6D7AC79A176BB50A46AB3B0A175A454BAF4A658A440A176AC46B5A6A641B1B4> 2012 數 位 創 世 紀 學 術 實 務 國 際 研 討 會 徵 文 論 文 題 目 台 灣 數 位 匯 流 與 大 陸 三 網 合 一 政 策 再 探 The Continue Exploring Study on Policies of Taiwan s Digital Convergence and Mainland s Triple Play 作 者 : 莊 克 仁 Author: Ke-jen

More information