diff --git a/.gitignore b/.gitignore index fb2df9c..0509c59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,314 @@ +# Created by https://www.toptal.com/developers/gitignore/api/latex +# Edit at https://www.toptal.com/developers/gitignore?templates=latex -nsfc-temp.synctex.gz -nsfc-temp.aux -nsfc-temp.bbl -nsfc-temp.blg -nsfc-temp.log -nsfc-temp.out -nsfc-temp.fdb_latexmk -nsfc-temp.fls -nsfc-temp.xdv +### LaTeX ### +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Generated if empty string is given at "Please type another file name for output:" +.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Build tool directories for auxiliary files +# latexrun +latex.out/ + +## Auxiliary and intermediate files from other packages: +# algorithms +*.alg +*.loa + +# achemso +acs-*.bib + +# amsthm +*.thm + +# beamer +*.nav +*.pre +*.snm +*.vrb + +# changes +*.soc + +# comment +*.cut + +# cprotect +*.cpt + +# elsarticle (documentclass of Elsevier journals) +*.spl + +# endnotes +*.ent + +# fixme +*.lox + +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm + +#(r)(e)ledmac/(r)(e)ledpar +*.end +*.?end +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs +*.lzo +*.lzs +*.slg +*.slo +*.sls + +# uncomment this for glossaries-extra (will ignore makeindex's style files!) +# *.ist + +# gnuplot +*.gnuplot +*.table + +# gnuplottex +*-gnuplottex-* + +# gregoriotex +*.gaux +*.glog +*.gtex + +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + +# hyperref +*.brf + +# knitr +*-concordance.tex +# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files +# *.tikz +*-tikzDictionary + +# listings +*.lol + +# luatexja-ruby +*.ltjruby + +# makeidx +*.idx +*.ilg +*.ind + +# minitoc +*.maf +*.mlf +*.mlt +*.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* + +# minted +_minted* +*.pyg + +# morewrites +*.mw + +# newpax +*.newpax + +# nomencl +*.nlg +*.nlo +*.nls + +# pax +*.pax + +# pdfpcnotes +*.pdfpc + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# scrwfile +*.wrt + +# svg +svg-inkscape/ + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# pdfcomment +*.upa +*.upb + +# pythontex +*.pytxcode +pythontex-files-*/ + +# tcolorbox +*.listing + +# thmtools +*.loe + +# TikZ & PGF +*.dpth +*.md5 +*.auxlock + +# titletoc +*.ptc + +# todonotes +*.tdo + +# vhistory +*.hst +*.ver + +# easy-todo +*.lod + +# xcolor +*.xcp + +# xmpincl +*.xmpi + +# xindy +*.xdy + +# xypic precompiled matrices and outlines +*.xyc +*.xyd + +# endfloat +*.ttt +*.fff + +# Latexian +TSWLatexianTemp* + +## Editors: +# WinEdt +*.bak +*.sav + +# Texpad +.texpadtmp + +# LyX +*.lyx~ + +# Kile +*.backup + +# gummi +.*.swp + +# KBibTeX +*~[0-9]* + +# TeXnicCenter +*.tps + +# auto folder when using emacs and auctex +./auto/* +*.el + +# expex forward references with \gathertags +*-tags.tex + +# standalone packages +*.sta + +# Makeindex log files +*.lpz + +# xwatermark package +*.xwm + +# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib +# option is specified. Footnotes are the stored in a file with suffix Notes.bib. +# Uncomment the next line to have this generated file ignored. +#*Notes.bib + +### LaTeX Patch ### +# LIPIcs / OASIcs +*.vtc + +# glossaries +*.glstex + +# End of https://www.toptal.com/developers/gitignore/api/latex diff --git "a/1.\351\235\242\344\270\212\351\241\271\347\233\256-\346\255\243\346\226\207.docx" "b/1.\351\235\242\344\270\212\351\241\271\347\233\256-\346\255\243\346\226\207.docx" new file mode 100644 index 0000000..e01662d Binary files /dev/null and "b/1.\351\235\242\344\270\212\351\241\271\347\233\256-\346\255\243\346\226\207.docx" differ diff --git "a/1.\351\235\242\344\270\212\351\241\271\347\233\256-\346\255\243\346\226\207.pdf" "b/1.\351\235\242\344\270\212\351\241\271\347\233\256-\346\255\243\346\226\207.pdf" new file mode 100644 index 0000000..94493e4 Binary files /dev/null and "b/1.\351\235\242\344\270\212\351\241\271\347\233\256-\346\255\243\346\226\207.pdf" differ diff --git a/nsfc-temp.pdf b/nsfc-temp.pdf deleted file mode 100644 index 20ad93a..0000000 Binary files a/nsfc-temp.pdf and /dev/null differ diff --git a/nsfc-temp.tex b/nsfc-temp.tex index 9654b25..172a7a0 100644 --- a/nsfc-temp.tex +++ b/nsfc-temp.tex @@ -8,67 +8,18 @@ -\documentclass[12pt,UTF8,AutoFakeBold,a4paper]{ctexart} %默认小四号字。允许楷体粗体。 -\usepackage[english]{babel} %支持混合语言 -\usepackage{xcolor} +\documentclass[12pt,UTF8,AutoFakeBold=3,a4paper]{ctexart} %默认小四号字。允许楷体粗体。 +\usepackage{nsfc} + \usepackage{graphicx} \usepackage{amsmath} %更多数学符号 \usepackage{wasysym} \usepackage[unicode]{hyperref} %提供跳转链接 -\usepackage{geometry} %改改尺寸 - -%\geometry{left=3.23cm,right=3.23cm,top=2.54cm,bottom=2.54cm} -%latex的页边距比word的视觉效果要大一些,稍微调整一下 -%\geometry{left=2.95cm,right=2.95cm,top=2.54cm,bottom=2.54cm}%2020 -\geometry{left=2.95cm,right=2.95cm,top=2.54cm,bottom=2.54cm} -\pagestyle{empty} -\setcounter{secnumdepth}{-2} %不让那些section和subsection自带标号,标号格式自己掌握 -\definecolor{MsBlue}{RGB}{0,112,192} %Ms Word 的蓝色和latex xcolor包预定义的蓝色不一样。通过屏幕取色得到。 -% Renaming floats with babel -\addto\captionsenglish{ - \renewcommand{\contentsname}{目录} - \renewcommand{\listfigurename}{插图目录} - \renewcommand{\listtablename}{表格} - %\renewcommand{\refname}{\sihao 参考文献} - \renewcommand{\refname}{\sihao \kaishu \leftline{参考文献}} %这几个字默认字号稍大,改成四号字,楷书,居左(默认居中) 根据喜好自行修改,官方模板未作要求 - \renewcommand{\abstractname}{摘要} - \renewcommand{\indexname}{索引} - \renewcommand{\tablename}{表} - \renewcommand{\figurename}{图} - } %把Figure改成‘图’,reference改成‘参考文献’。如此处理是为了避免和babel包冲突。 -%定义字号 -\newcommand{\chuhao}{\fontsize{42pt}{\baselineskip}\selectfont} -\newcommand{\xiaochuhao}{\fontsize{36pt}{\baselineskip}\selectfont} -\newcommand{\yihao}{\fontsize{26pt}{\baselineskip}\selectfont} -\newcommand{\erhao}{\fontsize{22pt}{\baselineskip}\selectfont} -\newcommand{\xiaoerhao}{\fontsize{18pt}{\baselineskip}\selectfont} -\newcommand{\sanhao}{\fontsize{16pt}{\baselineskip}\selectfont} -\newcommand{\sihao}{\fontsize{14pt}{\baselineskip}\selectfont} -\newcommand{\xiaosihao}{\fontsize{12pt}{\baselineskip}\selectfont} -\newcommand{\wuhao}{\fontsize{10.5pt}{\baselineskip}\selectfont} -\newcommand{\xiaowuhao}{\fontsize{9pt}{\baselineskip}\selectfont} -\newcommand{\liuhao}{\fontsize{7.875pt}{\baselineskip}\selectfont} -\newcommand{\qihao}{\fontsize{5.25pt}{\baselineskip}\selectfont} -%字号对照表 -%二号 21pt -%四号 14 -%小四 12 -%五号 10.5 -%设置行距 1.5倍 -\renewcommand{\baselinestretch}{1.5} -\XeTeXlinebreaklocale "zh" % 中文断行 %%%% 正文开始 %%%% \begin{document} -\begin{center} -{\sanhao \kaishu \bfseries 报告正文} -\end{center} - -{\sihao \kaishu 参照以下提纲撰写,要求内容翔实、清晰,层次分明,标题突出。{\color{MsBlue} \bfseries 请勿删除或改动下述提纲标题及括号中的文字。}} -\vskip -5mm -{\color{MsBlue} \subsection{\sihao \kaishu \quad \ (一)立项依据与研究内容(建议8000字以下): }} - -{\sihao \kaishu \color{MsBlue} 1.{\bfseries 项目的立项依据}(研究意义、国内外研究现状及发展动态分析,需结合科学研究发展趋势来论述科学意义;或结合国民经济和社会发展中迫切需要解决的关键科技问题来论述其应用前景。附主要参考文献目录);} +\makehead +\makebasis 对于习惯用 \LaTeX 写文档的同学们,一个写基金申请书的模版可能有参考作用。因此我做了这个2021年面上项目申请书正文部分模版。祝大家基金申请顺利! @@ -112,73 +63,78 @@ \subsubsection{1.3 图、公式和参考文献的引用示例} %对作者个数作了限制以适合申请书 %当作者个数小于等于5个时,予以全部保留,当作者个数大于5个时,只保留3个,加et al -\bibliographystyle{ieeetrNSFC} +%\bibliographystyle{ieeetrNSFC} \bibliography{myexample} -\newpage +\makecontent -{\sihao \color{MsBlue} \kaishu 2. {\bfseries 项目的研究内容、研究目标,以及拟解决的关键科学问题}(此部分为重点阐述内容);} +\subsubsection{2.1 研究内容} +编制申请面上项目的\LaTeX 模版。 -本项目的{\bfseries 研究目标}是获得申请面上项目的\LaTeX 模版。 +\subsubsection{2.2 研究目标} +帮助作者进行快速面上申请书的撰写、排版。 +\subsubsection{2.3 拟解决的关键科学问题} 拟解决的{\bfseries 关键问题}包括: \begin{itemize} \item 中文的处理。 \item 参考文献\cite{John1997,Smith1900,Piter1992}的样式。 -\item 官方word模版中蓝色的获得。 +\item 官方word模版格式套用。 +\item 符合\LaTeX 格式与内容分离的思想。 \end{itemize} +\makeproposal - - -{\sihao \color{MsBlue} \kaishu 3.{\bfseries 拟采取的研究方案及可行性分析} (包括研究方法、技术路线、实验手段、关键技术等说明);} - +\subsubsection{3.1 拟采取的研究方案} 详见1.2使用说明。 -{\sihao \color{MsBlue} \kaishu 4.{\bfseries 本项目的特色与创新之处;}} +\subsubsection{3.2 可行性分析} +见pdf输出效果文件。 + +\makeinnovation 本模版修改自由度很高,可以按照用户自己的需求修改而不要求用户具有很多\LaTeX 技巧。 +\makeplan -{\sihao \color{MsBlue} \kaishu 5.{\bfseries 年度研究计划及预期研究结果}(包括拟组织的重要学术交流活动、国际合作与交流计划等)。} +\subsubsection{5.1 年度研究计划} +\subsubsection{5.2 预期研究结果} 拟组织研讨会1次,将这个模版广而告之。但是目前还没有经费。 -\vskip -5mm %可以通过类似的命令微调行距以使得排版美观 - -{\color{MsBlue} \subsection{\sihao \kaishu \quad \ (二)研究基础与工作条件 }} - -{\sihao \color{MsBlue} \kaishu 1.{\bfseries 研究基础}(与本项目相关的研究工作积累和已取得的研究工作成绩);} +\makeresearchbase 申请人用\LaTeX 写过几篇文章,包括自己的博士论文。 -{\sihao \color{MsBlue} \kaishu 2.{\bfseries 工作条件}(包括已具备的实验条件,尚缺少的实验条件和拟解决的途径,包括利用国家实验室、国家重点实验室和部门重点实验室等研究基地的计划与落实情况);} +\makerequirement 申请人课题组具有可以编译 \LaTeX 的计算机,可以成功编译此模版。 -{\sihao \color{MsBlue} \kaishu 3.{\bfseries 正在承担的与本项目相关的科研项目情况}(申请人和主要参与者正在承担的与本项目相关的科研项目情况,包括国家自然科学基金的项目和国家其他科技计划项目,要注明项目的资助机构、项目类别、批准号、项目名称、获资助金额、起止年月、与本项目的关系及负责的内容等);} +\makeongoing 无。 -{\sihao \color{MsBlue} \kaishu 4.{\bfseries 完成国家自然科学基金项目情况}(对申请人负责的前一个已资助期满的科学基金项目(项目名称及批准号)完成情况、后续研究进展及与本申请项目的关系加以详细说明。另附该项目的研究工作总结摘要(限500字)和相关成果详细目录)。} +\makecompletion 不告诉你。 -{\color{MsBlue} \subsection{\sihao \kaishu \quad \ (三)其他需要说明的问题 }} +\makeotherprojects + +无。 -{\sihao \color{MsBlue} \kaishu 1. 申请人同年申请不同类型的国家自然科学基金项目情况(列明同年申请的其他项目的项目类型、项目名称信息,并说明与本项目之间的区别与联系)。 } +\makeapplicantconflict 无。 -{\sihao \color{MsBlue} \kaishu 2. 具有高级专业技术职务(职称)的申请人或者主要参与者是否存在同年申请或者参与申请国家自然科学基金项目的单位不一致的情况;如存在上述情况,列明所涉及人员的姓名,申请或参与申请的其他项目的项目类型、项目名称、单位名称、上述人员在该项目中是申请人还是参与者,并说明单位不一致原因。} +\makeongoingconflict 无。 -{\sihao \color{MsBlue} \kaishu 3. 具有高级专业技术职务(职称)的申请人或者主要参与者是否存在与正在承担的国家自然科学基金项目的单位不一致的情况;如存在上述情况,列明所涉及人员的姓名,正在承担项目的批准号、项目类型、项目名称、单位名称、起止年月,并说明单位不一致原因。} +\maketitlechanging 无。 -{\sihao \color{MsBlue} \kaishu 4. 其他。} +\makeothers 无。 \end{document} diff --git a/nsfc.sty b/nsfc.sty new file mode 100644 index 0000000..0e75185 --- /dev/null +++ b/nsfc.sty @@ -0,0 +1,150 @@ +\usepackage[english]{babel} %支持混合语言 +\usepackage{xcolor} +\usepackage{geometry} %改改尺寸 +\usepackage{enumitem} +\usepackage{titlesec} +\usepackage{caption} +\usepackage{gbt7714} + +%调整参考文献标题格式和上下文间隔。 +\bibliographystyle{gbt7714-numerical} +\setlength{\bibsep}{0.0pt} +\renewcommand\bibsection{\vspace{-6ex}\section*{\refname}\vspace{-11ex}} + +%\geometry{left=3.23cm,right=3.23cm,top=2.54cm,bottom=2.54cm} +%latex的页边距比word的视觉效果要大一些,稍微调整一下 +%\geometry{left=2.95cm,right=2.95cm,top=2.54cm,bottom=2.54cm}%2020 +\geometry{left=3.00cm,right=3.07cm,top=2.67cm,bottom=3.27cm} +\pagestyle{empty} +\setcounter{secnumdepth}{-2} %不让那些section和subsection自带标号,标号格式自己掌握 +\titlespacing{\subsubsection}{2em}{1ex}{1ex} %设置小节标题前后文字间距。 + +\definecolor{MsBlue}{RGB}{0,112,192} %Ms Word 的蓝色和latex xcolor包预定义的蓝色不一样。通过屏幕取色得到。 +% Renaming floats with babel +\addto\captionsenglish{ + \renewcommand{\contentsname}{目录} + \renewcommand{\listfigurename}{插图目录} + \renewcommand{\listtablename}{表格} + %\renewcommand{\refname}{\sihao 参考文献} + \renewcommand{\refname}{\sihao \kaishu \leftline{参考文献}} %这几个字默认字号稍大,改成四号字,楷书,居左(默认居中) 根据喜好自行修改,官方模板未作要求 + \renewcommand{\abstractname}{摘要} + \renewcommand{\indexname}{索引} + \renewcommand{\tablename}{表} + \renewcommand{\figurename}{图} +} %把Figure改成‘图’,reference改成‘参考文献’。如此处理是为了避免和babel包冲突。 +%定义字号 +\newcommand{\chuhao}{\fontsize{42pt}{\baselineskip}\selectfont} +\newcommand{\xiaochuhao}{\fontsize{36pt}{\baselineskip}\selectfont} +\newcommand{\yihao}{\fontsize{26pt}{\baselineskip}\selectfont} +\newcommand{\erhao}{\fontsize{22pt}{\baselineskip}\selectfont} +\newcommand{\xiaoerhao}{\fontsize{18pt}{\baselineskip}\selectfont} +\newcommand{\sanhao}{\fontsize{16pt}{\baselineskip}\selectfont} +\newcommand{\sihao}{\fontsize{14.05pt}{\baselineskip}\selectfont} +\newcommand{\xiaosihao}{\fontsize{12pt}{\baselineskip}\selectfont} +\newcommand{\wuhao}{\fontsize{10.5pt}{\baselineskip}\selectfont} +\newcommand{\xiaowuhao}{\fontsize{9pt}{\baselineskip}\selectfont} +\newcommand{\liuhao}{\fontsize{7.875pt}{\baselineskip}\selectfont} +\newcommand{\qihao}{\fontsize{5.25pt}{\baselineskip}\selectfont} +%解决阿拉伯数字字体问题 +\newfontfamily\kaitichar{KaiTi}[AutoFakeBold] %定义楷体英文和数字。 +\NewDocumentCommand \templatefont { } { \kaishu \kaitichar } %使用模板字体代替直接使用楷书。 +\setmainfont{Times New Roman} +%去除item的行间隔 +\setlist{nosep} +%使用中文字符宽度作为边界计算依据定位列表项的格式。 +\newlength{\zhcharwidth} +\settowidth{\zhcharwidth}{\xiaosihao 中} +%使用实心圆点作为列表项的label +\setlist[itemize,1]{label=\Large$\bullet$,leftmargin=3.5\zhcharwidth} +\setlist[enumerate]{leftmargin=0em, itemindent=3.5\zhcharwidth, listparindent=\parindent, parsep=0pt, partopsep=0pt} +\setlist[enumerate,1]{label=\arabic*),} +\setlist[description]{leftmargin=0em, itemindent=2\zhcharwidth} + +%设置题注的前后间隔。 +\captionsetup{belowskip=-1.5em, aboveskip=1ex} + +%字号对照表 +%二号 21pt +%四号 14 +%小四 12 +%五号 10.5 +%设置行距 1.5倍 +\renewcommand{\baselinestretch}{1.5} +\XeTeXlinebreaklocale "zh" % 中文断行 + +\newcommand{\makehead}{ + \begin{quotation} + \centering{ \sanhao \templatefont \bfseries 报告正文} + \end{quotation} + \vskip -1.02mm + + {\sihao \templatefont 参照以下提纲撰写,要求内容翔实、清晰,层次分明,标题突出。{\color{MsBlue} \bfseries 请勿删除或改动下述提纲标题及括号中的文字。}} +} + +\newcommand{\makebasis}{ + \vskip -5mm + {\color{MsBlue} \subsection{\sihao \templatefont \quad (一)立项依据与研究内容(建议8000字以下): }} + + {\sihao \templatefont \color{MsBlue} 1.{\bfseries 项目的立项依据}(研究意义、国内外研究现状及发展动态分析,需结合科学研究发展趋势来论述科学意义;或结合国民经济和社会发展中迫切需要解决的关键科技问题来论述其应用前景。附主要参考文献目录);} + \vskip 2mm +} + +\newcommand{\makecontent}{ + \newpage + + {\sihao \templatefont \color{MsBlue} 2.{\bfseries 项目的研究内容、研究目标,以及拟解决的关键科学问题}(此部分为重点阐述内容);} +} + +\newcommand{\makeproposal}{ + {\sihao \templatefont \color{MsBlue} 3.{\bfseries 拟采取的研究方案及可行性分析} (包括研究方法、技术路线、实验手段、关键技术等说明);} +} + +\newcommand{\makeinnovation}{ + {\sihao \templatefont \color{MsBlue} 4.{\bfseries 本项目的特色与创新之处;}} +} + +\newcommand{\makeplan}{ + {\sihao \templatefont \color{MsBlue} 5.{\bfseries 年度研究计划及预期研究结果}(包括拟组织的重要学术交流活动、国际合作与交流计划等)。} +} + +\newcommand{\makeresearchbase}{ + \vskip -5mm %可以通过类似的命令微调行距以使得排版美观 + + {\color{MsBlue} \subsection{\sihao \templatefont \quad \ (二)研究基础与工作条件 }} + + {\sihao \templatefont \color{MsBlue} 1.{\bfseries 研究基础}(与本项目相关的研究工作积累和已取得的研究工作成绩);} +} + +\newcommand{\makerequirement}{ + {\sihao \templatefont \color{MsBlue} 2.{\bfseries 工作条件}(包括已具备的实验条件,尚缺少的实验条件和拟解决的途径,包括利用国家实验室、国家重点实验室和部门重点实验室等研究基地的计划与落实情况);} +} + +\newcommand{\makeongoing}{ + {\sihao \templatefont \color{MsBlue} 3.{\bfseries 正在承担的与本项目相关的科研项目情况}(申请人和主要参与者正在承担的与本项目相关的科研项目情况,包括国家自然科学基金的项目和国家其他科技计划项目,要注明项目的资助机构、项目类别、批准号、项目名称、获资助金额、起止年月、与本项目的关系及负责的内容等);} +} + +\newcommand{\makecompletion}{ + {\sihao \templatefont \color{MsBlue} 4.{\bfseries 完成国家自然科学基金项目情况}(对申请人负责的前一个已资助期满的科学基金项目(项目名称及批准号)完成情况、后续研究进展及与本申请项目的关系加以详细说明。另附该项目的研究工作总结摘要(限500字)和相关成果详细目录)。} +} + +\newcommand{\makeotherprojects}{ + {\color{MsBlue} \subsection{\sihao \templatefont \quad \ (三)其他需要说明的情况 }} + + {\sihao \templatefont \color{MsBlue} 1.申请人同年申请不同类型的国家自然科学基金项目情况(列明同年申请的其他项目的项目类型、项目名称信息,并说明与本项目之间的区别与联系;已收到自然科学基金委不予受理或不予资助决定的,无需列出)。 } +} + +\newcommand{\makeapplicantconflict}{ + {\sihao \templatefont \color{MsBlue} 2.具有高级专业技术职务(职称)的申请人或者主要参与者是否存在同年申请或者参与申请国家自然科学基金项目的单位不一致的情况;如存在上述情况,列明所涉及人员的姓名,申请或参与申请的其他项目的项目类型、项目名称、单位名称、上述人员在该项目中是申请人还是参与者,并说明单位不一致原因。} +} + +\newcommand{\makeongoingconflict}{ + {\sihao \templatefont \color{MsBlue} 3.具有高级专业技术职务(职称)的申请人或者主要参与者是否存在与正在承担的国家自然科学基金项目的单位不一致的情况;如存在上述情况,列明所涉及人员的姓名,正在承担项目的批准号、项目类型、项目名称、单位名称、起止年月,并说明单位不一致原因。} +} + +\newcommand{\maketitlechanging}{ + {\sihao \templatefont \color{MsBlue} 4.同年以不同专业技术职务(职称)申请或参与申请科学基金项目的情况(应详细说明原因)。} +} + +\newcommand{\makeothers}{ + {\sihao \templatefont \color{MsBlue} 5.其他。} +} \ No newline at end of file