引言
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,5 +8,6 @@
|
||||
*.lot
|
||||
*.out
|
||||
*.synctex.gz
|
||||
*.synctex(busy)
|
||||
*.toc
|
||||
*.xdv
|
||||
Binary file not shown.
@@ -53,9 +53,9 @@
|
||||
% 正文部分
|
||||
\mainmatter
|
||||
\input{data/chap01}
|
||||
\input{data/chap02}
|
||||
\input{data/chap03}
|
||||
\input{data/chap04}
|
||||
% \input{data/chap02}
|
||||
% \input{data/chap03}
|
||||
% \input{data/chap04}
|
||||
|
||||
% 参考文献
|
||||
\bibliography{ref/refs} % 参考文献使用 BibTeX 编译
|
||||
|
||||
@@ -1,78 +1,60 @@
|
||||
% !TEX root = ../bachelor-thesis.tex
|
||||
|
||||
\chapter{论文主要部分的写法}
|
||||
\chapter{引言}
|
||||
|
||||
研究生学位论文撰写,除表达形式上需要符合一定的格式要求外,内容方面上也要遵循一些共性原则。
|
||||
|
||||
通常研究生学位论文只能有一个主题(不能是几块工作拼凑在一起),该主题应针对某学科领域中的一个具体问题展开深入、系统的研究,并得出有价值的研究结论。
|
||||
学位论文的研究主题切忌过大,例如,“中国国有企业改制问题研究”这样的研究主题过大,因为“国企改制”涉及的问题范围太广,很难在一本研究生学位论文中完全研究透彻。
|
||||
\section{研究背景}
|
||||
|
||||
|
||||
% 最近,实时通信类应用在市场上的需求逐渐提升,实时通信类业务如在线会议,实时音视频通话以及云游戏、实时节目转播等应用场景迅速扩张。到2025年末,76\%的移动设备流量都是用于服务视频流量的\cite{ericsson_mobility_2025}。
|
||||
|
||||
\section{论文的语言及表述}
|
||||
% 在实时音视频通信的场景下,音视频信号的产生与接收端可能在地理上相隔较远,如果直接在用户之间通过公网建立连接点对点的连接传递数据,可能会由于链路整体距离长、跨国转发次数多而出现较长的延迟和严重的丢包,容易影响用户对实时音视频的观看体验。为了维持优秀的用户体验,保证音视频数据能低延迟、无丢失的传递至接收端,实时通讯服务的服务提供商通常选择部署云网络来为用户提供服务。云网络服务商在全球各地建立数据中心,允许实时通信服务商通过租用多个不同地区的计算与网络资源,构建跨区域互联的覆盖网络(Overlay Network),使音视频数据的产生者和接收者无需建立直接的点到点连接,而是就近从覆盖网络节点中发送和接收数据,经由覆盖网络将数据进行转发。
|
||||
|
||||
除国际研究生外,学位论文一律须用汉语书写。
|
||||
学位论文应当用规范汉字进行撰写,除古汉语研究中涉及的古文字和参考文献中引用的外文文献之外,均采用简体汉字撰写。
|
||||
% (就近接入的图片)
|
||||
|
||||
国际研究生一般应以中文或英文书写学位论文,格式要求同上。
|
||||
论文须用中文封面。
|
||||
云网络(Cloud Networking)是一种新型的网络部署与管理架构。云网络服务商通过预先在全球各地部署服务器与网络资源,其他软件服务的服务商可以通过租用这些计算和网络资源,并将他们进行互联,组建适用于自身业务需求的遍布全球的云网络。云网络是在物理网络及计算资源之上构建的逻辑网络,扩展或重新配置时只需要进行软件设置,而不需要对网络设备硬件进行更改。云网络易于配置、可靠性高、易于扩展等众多优点使得它被广泛应用于文件传输、实时音视频通话、企业资源管理等多种服务中。
|
||||
|
||||
研究生学位论文是学术作品,因此其表述要严谨简明,重点突出,专业常识应简写或不写,做到立论正确、数据可靠、说明透彻、推理严谨、文字凝练、层次分明,避免使用文学性质的或带感情色彩的非学术性语言。
|
||||
对于跨区域的实时音视频通话业务,通话服务的服务商需要建立一条连接通话用户两端的双向连接。如图\ref{fig:云网络转发拓扑},通常,通话服务商选择使用云网络为进行通话的用户建立连接。通话的用户各自选择距离自己最近云网络接入网关接入云网络,数据经由云网关进入云网络进行转发,再从接收端用户接入的云网关发至接收端用户。对于实时通信业务来说,传输的延迟以及传输视频的卡顿率极大地影响用户体验(Quality of Experience, QoE)\cite{kataria2024titan},因此为了维持优秀的用户体验,云网络提供商必须确保云网络提供低延迟、低丢包率的转发链路。
|
||||
|
||||
论文中如出现一个非通用性的新名词、新术语或新概念,需随即解释清楚。
|
||||
\begin{figure}[htbp]
|
||||
\centering
|
||||
\includegraphics[width=\linewidth]{cloud_network_rtc.drawio.pdf}
|
||||
\caption{云网络为音视频通话提供服务}
|
||||
\label{fig:云网络转发拓扑}
|
||||
\end{figure}
|
||||
|
||||
% 在云网络中,同一条逻辑链路的连接可以由多条物理链路抽象而成,即单个逻辑链路可以聚合多个链路的带宽,提升性能。进一步地,同一逻辑链路内的多个物理链路可以互相作为冗余备份,即使部分物理链路故障,云网络逻辑链路也能通过软件调度,依靠其它仍旧物理链路维持逻辑链路的联通,因而极大地提升了网络的可靠性。
|
||||
|
||||
% 为什么这个问题是难的?
|
||||
|
||||
\section{论文题目的写法}
|
||||
% 我们提出了一个方法,实现这个方法有什么难的?
|
||||
|
||||
论文题目应简明扼要地反映论文工作的主要内容,力求精炼、准确,切忌笼统。
|
||||
论文题目是对研究对象的准确、具体描述,一般要在一定程度上体现研究结论,因此,论文题目不仅应告诉读者这本论文研究了什么问题,更要告诉读者这个研究得出的结论。
|
||||
例如:“在事实与虚构之间:梅乐、卡彭特、沃尔夫的新闻观”就比“三个美国作家的新闻观研究”更专业、更准确。
|
||||
在云网络中,同一条逻辑链路的连接可以由多条物理链路抽象而成,云网络服务商通常同时提供专线与公网链路作为同一条物理链路的可选物理链路。通常来讲,专线的质量较高,延迟较低且稳定、丢包率低,能提供较好的传输质量和用户体验,但是高昂的价格对云服务商大规模使用带来挑战;与之相对地,公网链路的价格较低,但是容易受到网络中其它用户的影响,容易发生拥塞和竞争,传输质量容易发生波动,不能提供稳定优质的用户体验。因此,近期的研究主要聚焦在如何优化云网络的以在用户体验与运营成本之间取得平衡。
|
||||
|
||||
物理链路调度类的工作\cite{kataria2024titan,wu2023xron}通过不断监控同一逻辑链路下的公网链路与专线链路的质量,并在公网质量优秀可以为用户提供优质服务的时段将部分流量经由公网链路发送,从而希望能以此降低在专线上发送的数据流量,从而降低使用专线的成本。然而实际上,本研究的测量表明用户的高需求时段与公网链路质量下降时段基本重合,有大量流量需要提供服务时恰逢公网链路质量下降不能满足用户体验需求,公网链路的分流效果有限,大量流量仍旧通过专线转发,实际成本下降效果有限。
|
||||
|
||||
链路优化工作\cite{huang2010skypefec,holmer2013webrtcfec}则放弃使用专线链路,通过在发送端加入冗余信息以对抗在公网链路上传输时,可能遭遇的丢包。然而,为了尽可能地恢复丢失的信息,算法必须悲观地估计在链路上传输时可能遭遇的最差情况,并据此估算需要加入的冗余信息量。这使得链路上为了恢复一小部分可能的丢包而额外传输了大量的冗余数据,造成了带宽的浪费,同时也提升了使用链路的流量成本。
|
||||
|
||||
\section{摘要的写法}
|
||||
|
||||
论文摘要是对论文研究内容的高度概括,应具有独立性和自含性,即应是 一篇简短但意义完整的文章。
|
||||
通过阅读论文摘要,读者应该能够对论文的研究 方法及结论有一个整体性的了解,因此摘要的写法应力求精确简明。
|
||||
论文摘要 应包括对问题及研究目的的描述、对使用的方法和研究过程进行的简要介绍、 对研究结论的高度凝练等,重点是结果和结论。
|
||||
|
||||
论文摘要切忌写成全文的提纲,尤其要避免“第 1 章……;第 2 章……;……”这样的陈述方式。
|
||||
|
||||
|
||||
|
||||
\section{引言的写法}
|
||||
|
||||
一篇学位论文的引言大致包含如下几个部分:
|
||||
1、问题的提出;
|
||||
2、选题背 景及意义;
|
||||
3、文献综述;
|
||||
4、研究方法;
|
||||
5、论文结构安排。
|
||||
已有的这些方法都没有很好地解决用户质量与运营成本的平衡问题,因为它们:
|
||||
\begin{itemize}
|
||||
\item 问题的提出:要清晰地阐述所要研究的问题“是什么”。
|
||||
\footnote{选题时切记要有“问题意识”,不要选不是问题的问题来研究。}
|
||||
\item 选题背景及意义:论述清楚为什么选择这个题目来研究,即阐述该研究对学科发展的贡献、对国计民生的理论与现实意义等。
|
||||
\item 文献综述:对本研究主题范围内的文献进行详尽的综合述评,“述”的同时一定要有“评”,指出现有研究状态,仍存在哪些尚待解决的问题,讲出自己的研究有哪些探索性内容。
|
||||
\item 研究方法:讲清论文所使用的学术研究方法。
|
||||
\item 论文结构安排:介绍本论文的写作结构安排。
|
||||
\item 没有考虑用户需升高与公网链路质量下降的时间相关性;
|
||||
\item 没有对公网链路丢包特性进行细致的建模。
|
||||
\end{itemize}
|
||||
这些工作都对真实公网的性质没有细致的研究,因而提出的方法不能很好地适应实际情况,造成运营成本居高不下。
|
||||
|
||||
本文的作者通过在世界各地部署测试服务器,对真实的公网链路进行了持续的测量,并根据测量的结果,产生了两点观察:
|
||||
\begin{enumerate}
|
||||
\item 不同的公网链路的质量差距大。部分公网链路质量高,延迟稳定且丢包少,质量与专线几乎相同;还有一些公网链路的质量低,延迟不稳定,且易出现较为严重的丢包现象。这些低质量的公网链路通常是跨国链路。对于一条跨域的云网络连接,它通常在云网络内部也分为多段接力转发(见图\ref{fig:云网络转发拓扑}),而丢包通常只集中发生在跨域的一段链路中,使得端到端测量得到的丢包率较高;
|
||||
\item 在丢包率较高的链路中,连续丢包的情况较为常见。一般的冗余算法直接在一段数据包发送之后立刻附上与之相匹配的冗余包,在公网链路上因连续丢包而导致同时丢失了数据包和冗余包而导致最终无法恢复丢失的数据。
|
||||
\end{enumerate}
|
||||
基于这两点观察,本文设计了一套新的基于交织前向纠错编码(Interleaved Forward Error Correction, Interleaved FEC)的跨国公网链路优化方法。本文提出的方法使用公网实现云网络中所有节点的互联,但只在低质量的链路片段上应用FEC冗余编码进行链路质量修复。本方法不需要使用专线连接,极大地降低了链路的使用成本,有选择性地在低质量链路上使用冗余编码,避免了在高质量链路上添加额外带宽。另外,应用交织编码技术,将冗余包与数据包间隔其它数据包发送,极大地降低了链路连续丢包对丢包恢复的影响。
|
||||
|
||||
本文作者使用Rust语言实现了基于本方法的分布式云网络转发与针对低质量链路的冗余包计算及丢包恢复算法。经过对真实网络的模拟实验,本文提出的方法将端到端带宽提升了xxx,流完成时间减少了xxx。
|
||||
|
||||
总结而言,本文主要的贡献是:
|
||||
\begin{itemize}
|
||||
\item 通过对公网链路的真实测量,指出了长距离跨域公网链路质量差的核心在于单段跨域链路片段存在链路质量差、连续丢包多的特性;
|
||||
\item 提出了通过针对性地对低质量链路片段加入冗余,以最低的额外带宽开销实现对链路整体质量的提升;
|
||||
\item 实现并测量了本文提出的链路优化方法在跨国公网链路场景下对端到端性能的提升。
|
||||
\end{itemize}
|
||||
|
||||
|
||||
|
||||
\section{正文的写法}
|
||||
|
||||
本部分是论文作者的研究内容,不能将他人研究成果不加区分地掺和进来。
|
||||
已经在引言的文献综述部分讲过的内容,这里不需要再重复。
|
||||
各章之间要存在有机联系,符合逻辑顺序。
|
||||
|
||||
|
||||
|
||||
\section{结论的写法}
|
||||
|
||||
结论是对论文主要研究结果、论点的提炼与概括,应精炼、准确、完整,使读者看后能全面了解论文的意义、目的和工作内容。
|
||||
结论是最终的、总体的结论,不是正文各章小结的简单重复。
|
||||
结论应包括论文的核心观点,主要阐述作者的创造性工作及所取得的研究成果在本领域中的地位、作用和意义,交代研究工作的局限,提出未来工作的意见或建议。
|
||||
同时,要严格区分自己取得的成果与指导教师及他人的学术成果。
|
||||
|
||||
在评价自己的研究工作成果时,要实事求是,除非有足够的证据表明自己的研究是“首次”、“领先”、“填补空白”的,否则应避免使用这些或类似词语。
|
||||
\section{论文内容}
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
% !TEX root = ../bachelor-thesis.tex
|
||||
|
||||
\begin{committee}[name={学位论文指导小组、公开评阅人和答辩委员会名单}]
|
||||
|
||||
\newcolumntype{C}[1]{@{}>{\centering\arraybackslash}p{#1}}
|
||||
|
||||
\section*{指导小组名单}
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{C{3cm}C{3cm}C{9cm}@{}}
|
||||
李XX & 教授 & 清华大学 \\
|
||||
王XX & 副教授 & 清华大学 \\
|
||||
张XX & 助理教授 & 清华大学 \\
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
|
||||
\section*{公开评阅人名单}
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{C{3cm}C{3cm}C{9cm}@{}}
|
||||
刘XX & 教授 & 清华大学 \\
|
||||
陈XX & 副教授 & XXXX大学 \\
|
||||
杨XX & 研究员 & 中国XXXX科学院XXXXXXX研究所 \\
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
|
||||
\section*{答辩委员会名单}
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{C{2.75cm}C{2.98cm}C{4.63cm}C{4.63cm}@{}}
|
||||
主席 & 赵XX & 教授 & 清华大学 \\
|
||||
委员 & 刘XX & 教授 & 清华大学 \\
|
||||
& \multirow{2}{*}{杨XX} & \multirow{2}{*}{研究员} & 中国XXXX科学院 \\
|
||||
& & & XXXXXXX研究所 \\
|
||||
& 黄XX & 教授 & XXXX大学 \\
|
||||
& 周XX & 副教授 & XXXX大学 \\
|
||||
秘书 & 吴XX & 助理研究员 & 清华大学 \\
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
\end{committee}
|
||||
|
||||
|
||||
|
||||
% 也可以导入 Word 版转的 PDF 文件
|
||||
% \begin{committee}[file=figures/committee.pdf]
|
||||
% \end{committee}
|
||||
@@ -2,44 +2,44 @@
|
||||
|
||||
\begin{denotation}[3cm]
|
||||
\item[PI] 聚酰亚胺
|
||||
\item[MPI] 聚酰亚胺模型化合物,N-苯基邻苯酰亚胺
|
||||
\item[PBI] 聚苯并咪唑
|
||||
\item[MPBI] 聚苯并咪唑模型化合物,N-苯基苯并咪唑
|
||||
\item[PY] 聚吡咙
|
||||
\item[PMDA-BDA] 均苯四酸二酐与联苯四胺合成的聚吡咙薄膜
|
||||
\item[MPY] 聚吡咙模型化合物
|
||||
\item[As-PPT] 聚苯基不对称三嗪
|
||||
\item[MAsPPT] 聚苯基不对称三嗪单模型化合物,3,5,6-三苯基-1,2,4-三嗪
|
||||
\item[DMAsPPT] 聚苯基不对称三嗪双模型化合物(水解实验模型化合物)
|
||||
\item[S-PPT] 聚苯基对称三嗪
|
||||
\item[MSPPT] 聚苯基对称三嗪模型化合物,2,4,6-三苯基-1,3,5-三嗪
|
||||
\item[PPQ] 聚苯基喹噁啉
|
||||
\item[MPPQ] 聚苯基喹噁啉模型化合物,3,4-二苯基苯并二嗪
|
||||
\item[HMPI] 聚酰亚胺模型化合物的质子化产物
|
||||
\item[HMPY] 聚吡咙模型化合物的质子化产物
|
||||
\item[HMPBI] 聚苯并咪唑模型化合物的质子化产物
|
||||
\item[HMAsPPT] 聚苯基不对称三嗪模型化合物的质子化产物
|
||||
\item[HMSPPT] 聚苯基对称三嗪模型化合物的质子化产物
|
||||
\item[HMPPQ] 聚苯基喹噁啉模型化合物的质子化产物
|
||||
\item[PDT] 热分解温度
|
||||
\item[HPLC] 高效液相色谱(High Performance Liquid Chromatography)
|
||||
\item[HPCE] 高效毛细管电泳色谱(High Performance Capillary lectrophoresis)
|
||||
\item[LC-MS] 液相色谱-质谱联用(Liquid chromatography-Mass Spectrum)
|
||||
\item[TIC] 总离子浓度(Total Ion Content)
|
||||
\item[\textit{ab initio}] 基于第一原理的量子化学计算方法,常称从头算法
|
||||
\item[DFT] 密度泛函理论(Density Functional Theory)
|
||||
\item[$E_a$] 化学反应的活化能(Activation Energy)
|
||||
\item[ZPE] 零点振动能(Zero Vibration Energy)
|
||||
\item[PES] 势能面(Potential Energy Surface)
|
||||
\item[TS] 过渡态(Transition State)
|
||||
\item[TST] 过渡态理论(Transition State Theory)
|
||||
\item[$\increment G^\neq$] 活化自由能(Activation Free Energy)
|
||||
\item[$\kappa$] 传输系数(Transmission Coefficient)
|
||||
\item[IRC] 内禀反应坐标(Intrinsic Reaction Coordinates)
|
||||
\item[$\nu_i$] 虚频(Imaginary Frequency)
|
||||
\item[ONIOM] 分层算法(Our own N-layered Integrated molecular Orbital and molecular Mechanics)
|
||||
\item[SCF] 自洽场(Self-Consistent Field)
|
||||
\item[SCRF] 自洽反应场(Self-Consistent Reaction Field)
|
||||
% \item[MPI] 聚酰亚胺模型化合物,N-苯基邻苯酰亚胺
|
||||
% \item[PBI] 聚苯并咪唑
|
||||
% \item[MPBI] 聚苯并咪唑模型化合物,N-苯基苯并咪唑
|
||||
% \item[PY] 聚吡咙
|
||||
% \item[PMDA-BDA] 均苯四酸二酐与联苯四胺合成的聚吡咙薄膜
|
||||
% \item[MPY] 聚吡咙模型化合物
|
||||
% \item[As-PPT] 聚苯基不对称三嗪
|
||||
% \item[MAsPPT] 聚苯基不对称三嗪单模型化合物,3,5,6-三苯基-1,2,4-三嗪
|
||||
% \item[DMAsPPT] 聚苯基不对称三嗪双模型化合物(水解实验模型化合物)
|
||||
% \item[S-PPT] 聚苯基对称三嗪
|
||||
% \item[MSPPT] 聚苯基对称三嗪模型化合物,2,4,6-三苯基-1,3,5-三嗪
|
||||
% \item[PPQ] 聚苯基喹噁啉
|
||||
% \item[MPPQ] 聚苯基喹噁啉模型化合物,3,4-二苯基苯并二嗪
|
||||
% \item[HMPI] 聚酰亚胺模型化合物的质子化产物
|
||||
% \item[HMPY] 聚吡咙模型化合物的质子化产物
|
||||
% \item[HMPBI] 聚苯并咪唑模型化合物的质子化产物
|
||||
% \item[HMAsPPT] 聚苯基不对称三嗪模型化合物的质子化产物
|
||||
% \item[HMSPPT] 聚苯基对称三嗪模型化合物的质子化产物
|
||||
% \item[HMPPQ] 聚苯基喹噁啉模型化合物的质子化产物
|
||||
% \item[PDT] 热分解温度
|
||||
% \item[HPLC] 高效液相色谱(High Performance Liquid Chromatography)
|
||||
% \item[HPCE] 高效毛细管电泳色谱(High Performance Capillary lectrophoresis)
|
||||
% \item[LC-MS] 液相色谱-质谱联用(Liquid chromatography-Mass Spectrum)
|
||||
% \item[TIC] 总离子浓度(Total Ion Content)
|
||||
% \item[\textit{ab initio}] 基于第一原理的量子化学计算方法,常称从头算法
|
||||
% \item[DFT] 密度泛函理论(Density Functional Theory)
|
||||
% \item[$E_a$] 化学反应的活化能(Activation Energy)
|
||||
% \item[ZPE] 零点振动能(Zero Vibration Energy)
|
||||
% \item[PES] 势能面(Potential Energy Surface)
|
||||
% \item[TS] 过渡态(Transition State)
|
||||
% \item[TST] 过渡态理论(Transition State Theory)
|
||||
% \item[$\increment G^\neq$] 活化自由能(Activation Free Energy)
|
||||
% \item[$\kappa$] 传输系数(Transmission Coefficient)
|
||||
% \item[IRC] 内禀反应坐标(Intrinsic Reaction Coordinates)
|
||||
% \item[$\nu_i$] 虚频(Imaginary Frequency)
|
||||
% \item[ONIOM] 分层算法(Our own N-layered Integrated molecular Orbital and molecular Mechanics)
|
||||
% \item[SCF] 自洽场(Self-Consistent Field)
|
||||
% \item[SCRF] 自洽反应场(Self-Consistent Reaction Field)
|
||||
\end{denotation}
|
||||
|
||||
|
||||
|
||||
@@ -1,66 +0,0 @@
|
||||
% !TEX root = ../bachelor-thesis.tex
|
||||
|
||||
\begin{resume}
|
||||
|
||||
\section*{个人简历}
|
||||
|
||||
197× 年 ×× 月 ×× 日出生于四川××县。
|
||||
|
||||
1992 年 9 月考入××大学化学系××化学专业,1996 年 7 月本科毕业并获得理学学士学位。
|
||||
|
||||
1996 年 9 月免试进入清华大学化学系攻读××化学博士至今。
|
||||
|
||||
|
||||
\section*{在学期间完成的相关学术成果}
|
||||
|
||||
\subsection*{学术论文}
|
||||
|
||||
\begin{achievements}
|
||||
\item Yang Y, Ren T L, Zhang L T, et al. Miniature microphone with silicon-based ferroelectric thin films[J]. Integrated Ferroelectrics, 2003, 52:229-235.
|
||||
\item 杨轶, 张宁欣, 任天令, 等. 硅基铁电微声学器件中薄膜残余应力的研究[J]. 中国机械工程, 2005, 16(14):1289-1291.
|
||||
\item 杨轶, 张宁欣, 任天令, 等. 集成铁电器件中的关键工艺研究[J]. 仪器仪表学报, 2003, 24(S4):192-193.
|
||||
\item Yang Y, Ren T L, Zhu Y P, et al. PMUTs for handwriting recognition. In press[J]. (已被Integrated Ferroelectrics录用)
|
||||
\end{achievements}
|
||||
|
||||
|
||||
\subsection*{专利}
|
||||
|
||||
\begin{achievements}
|
||||
\item 任天令, 杨轶, 朱一平, 等. 硅基铁电微声学传感器畴极化区域控制和电极连接的方法: 中国, CN1602118A[P]. 2005-03-30.
|
||||
\item Ren T L, Yang Y, Zhu Y P, et al. Piezoelectric micro acoustic sensor based on ferroelectric materials: USA, No.11/215, 102[P]. (美国发明专利申请号.)
|
||||
\end{achievements}
|
||||
|
||||
\end{resume}
|
||||
|
||||
|
||||
|
||||
% 本科生格式:
|
||||
|
||||
% \begin{resume}
|
||||
% \section*{学术论文}
|
||||
%
|
||||
% \begin{achievements}
|
||||
% \item ZHOU R, HU C, OU T, et al. Intelligent GRU-RIC Position-Loop
|
||||
% Feedforward Compensation Control Method with Application to an
|
||||
% Ultraprecision Motion Stage[J], IEEE Transactions on Industrial
|
||||
% Informatics, 2024, 20(4): 5609-5621.
|
||||
%
|
||||
% \item 杨轶, 张宁欣, 任天令, 等. 硅基铁电微声学器件中薄膜残余应力的研究[J].
|
||||
% 中国机械工程, 2005, 16(14):1289-1291.
|
||||
%
|
||||
% \item YANG Y, REN T L, ZHU Y P, et al. PMUTs for handwriting recognition.
|
||||
% In press[J]. (已被Integrated Ferroelectrics录用)
|
||||
%
|
||||
% \end{achievements}
|
||||
%
|
||||
%
|
||||
% \section*{专利}
|
||||
%
|
||||
% \begin{achievements}
|
||||
% \item 胡楚雄, 付宏, 朱煜, 等. 一种磁悬浮平面电机: ZL202011322520.6[P]. 2022-04-01.
|
||||
%
|
||||
% \item REN T L, YANG Y, ZHU Y P, et al. Piezoelectric micro acoustic sensor
|
||||
% based on ferroelectric materials: No.11/215, 102[P]. (美国发明专利申请号.)
|
||||
%
|
||||
% \end{achievements}
|
||||
% \end{resume}
|
||||
BIN
figures/.DS_Store
vendored
Normal file
BIN
figures/.DS_Store
vendored
Normal file
Binary file not shown.
205
figures/cloud_network_rtc.drawio
Normal file
205
figures/cloud_network_rtc.drawio
Normal file
File diff suppressed because one or more lines are too long
BIN
figures/cloud_network_rtc.drawio.pdf
Normal file
BIN
figures/cloud_network_rtc.drawio.pdf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
figures/global_shade.svg
Normal file
1
figures/global_shade.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 376 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
figures/server_icon.png
Normal file
BIN
figures/server_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
figures/user_icon.png
Normal file
BIN
figures/user_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
366
ref/refs.bib
366
ref/refs.bib
@@ -1,335 +1,49 @@
|
||||
@article{zhangkun1994,
|
||||
author = {张昆 and 冯立群 and 余昌钰 and others},
|
||||
title = {机器人柔性手腕的球面齿轮设计研究},
|
||||
journal = {清华大学学报: 自然科学版},
|
||||
volume = {34},
|
||||
number = {2},
|
||||
pages = {1--7},
|
||||
year = {1994},
|
||||
key = {zhang1 kun1},
|
||||
@techreport{ericsson_mobility_2025,
|
||||
author = {Peter Jonsson and Patrik Cerwall and Anette Lundvall and David von Koch and Steven Davis},
|
||||
title = {Ericsson Mobility Report},
|
||||
institution = {Ericsson},
|
||||
month = nov,
|
||||
year = 2025,
|
||||
type = {Technical Report},
|
||||
url = {https://www.ericsson.com/4aca6f/assets/local/reports-papers/mobility-report/documents/2025/ericsson-mobility-report-november-2025.pdf},
|
||||
urldate = {2026-05-12}
|
||||
}
|
||||
|
||||
@book{zhukezhen1973,
|
||||
author = {竺可桢},
|
||||
title = {物理学论},
|
||||
address = {北京},
|
||||
publisher = {科学出版社},
|
||||
year = {1973},
|
||||
pages = {56--60},
|
||||
key = {zhu2 ke3 zhen1},
|
||||
@article{kataria2024titan,
|
||||
title={Saving private WAN: Using internet paths to offload WAN traffic in conferencing services},
|
||||
author={Kataria, Bhaskar and Lnu, Palak and Bothra, Rahul and Gandhi, Rohan and Bhattacherjee, Debopam and Padmanabhan, Venkata N and Atov, Irena and Ramakrishnan, Sriraam and Chaturmohta, Somesh and Kotipalli, Chakri and others},
|
||||
journal={Proceedings of the ACM on Networking},
|
||||
volume={2},
|
||||
number={CoNEXT4},
|
||||
pages={1--22},
|
||||
year={2024},
|
||||
publisher={ACM New York, NY, USA}
|
||||
}
|
||||
|
||||
@inproceedings{dupont1974bone,
|
||||
author = {Dupont, B},
|
||||
title = {Bone marrow transplantation in severe combined immunodeficiency with an unrelated MLC compatible donor},
|
||||
editor = {White, H J and Smith, R},
|
||||
booktitle = {Proceedings of the third annual meeting of the International Society for Experimental Hematology},
|
||||
address = {Houston},
|
||||
publisher = {International Society for Experimental Hematology},
|
||||
year = {1974},
|
||||
pages = {44--46},
|
||||
@inproceedings{wu2023xron,
|
||||
title={Xron: A hybrid elastic cloud overlay network for video conferencing at planetary scale},
|
||||
author={Wu, Bingyang and Qian, Kun and Li, Bo and Ma, Yunfei and Zhang, Qi and Jiang, Zhigang and Zhao, Jiayu and Cai, Dennis and Zhai, Ennan and Liu, Xuanzhe and others},
|
||||
booktitle={Proceedings of the ACM SIGCOMM 2023 Conference},
|
||||
pages={696--709},
|
||||
year={2023}
|
||||
}
|
||||
|
||||
@mastersthesis{zhengkaiqing1987,
|
||||
author = {郑开青},
|
||||
title = {通讯系统模拟及软件},
|
||||
address = {北京},
|
||||
school = {清华大学无线电系},
|
||||
year = {1987},
|
||||
key = {zheng4 kai1 qing1},
|
||||
@article{huang2010skypefec,
|
||||
title={Could Skype be more satisfying? A QoE-centric study of the FEC mechanism in an Internet-scale VoIP system},
|
||||
author={Huang, Te-Yuan and Huang, Polly and Chen, Kuan-Ta and Wang, Po-Jung},
|
||||
journal={IEEE Network},
|
||||
volume={24},
|
||||
number={2},
|
||||
pages={42--48},
|
||||
year={2010},
|
||||
publisher={IEEE}
|
||||
}
|
||||
|
||||
@patent{jiangxizhou1980,
|
||||
author = {姜锡洲},
|
||||
title = {一种温热外敷药制备方案},
|
||||
address = {中国},
|
||||
number = {88105607.3},
|
||||
year = {1980},
|
||||
date = {1980-07-26},
|
||||
key = {jiang1 xi1 zhou1},
|
||||
}
|
||||
|
||||
@standard{jianduju1994,
|
||||
author = {中华人民共和国国家技术监督局},
|
||||
title = {GB3100-3102. 中华人民共和国国家标准-量与单位},
|
||||
address = {北京},
|
||||
publisher = {中国标准出版社},
|
||||
year = {1994},
|
||||
key = {zhong1 hua2 ren2 min2 gong4 he2 guo2},
|
||||
}
|
||||
|
||||
@article{merkt1995rotational,
|
||||
author = {Merkt, Fr{\'e}d{\'e}ric and Mackenzie, S R and Softley, Timothy P},
|
||||
title = {Rotational Autoionization Dynamics in High Rydberg States of Nitrogen},
|
||||
journal = {J Chem Phys},
|
||||
year = {1995},
|
||||
volume = {103},
|
||||
pages = {4509--4518},
|
||||
}
|
||||
|
||||
@article{mellinger1996laser,
|
||||
author = {Mellinger, A and Vidal, C R and Jungen, {Ch}},
|
||||
title = {Laser reduced fluorescence study of the carbon monoxide nd triplet Rydberg series - Experimental results and multichannel quantum defect analysis},
|
||||
journal = {J Chem Phys},
|
||||
year = {1996},
|
||||
volume = {104},
|
||||
pages = {8913--8921},
|
||||
}
|
||||
|
||||
@article{bixon1996dynamics,
|
||||
author = {Bixon, M and Jortner, Joshua},
|
||||
title = {The dynamics of predissociating high {Rydberg} states of {NO}},
|
||||
journal = {J Chem Phys},
|
||||
year = {1996},
|
||||
volume = {105},
|
||||
pages = {1363--1382},
|
||||
}
|
||||
|
||||
@article{mahui1995,
|
||||
author = {马辉 and 李俭 and 刘耀明 and others},
|
||||
title = {利用 {REMPI} 方法测量 {BaF} 高里德堡系列光谱},
|
||||
journal = {化学物理学报},
|
||||
year = {1995},
|
||||
volume = {8},
|
||||
pages = {308--311},
|
||||
key = {ma3 hui1},
|
||||
}
|
||||
|
||||
@article{carlson1981two,
|
||||
author = {Carlson, N W and Taylor, A J and Jones, K M and Schawlow, A L},
|
||||
title = {Two-step polarization-labeling spectroscopy of excited states of {Na2}},
|
||||
journal = {Phys Rev A},
|
||||
year = {1981},
|
||||
volume = {24},
|
||||
pages = {822--834},
|
||||
}
|
||||
|
||||
@article{taylor1983scanning,
|
||||
author = {Taylor, A J and Jones, K M and Schawlow, A L},
|
||||
title = {Scanning pulsed-polarization spectrometer applied to {Na2}},
|
||||
journal = {J Opt Soc Am},
|
||||
year = {1983},
|
||||
volume = {73},
|
||||
pages = {994--998},
|
||||
}
|
||||
|
||||
@article{taylor1981study,
|
||||
author = {Taylor, A J and Jones, K M and Schawlow, A L},
|
||||
title = {A study of the excited {1$\Sigma$g+} states in {Na2}},
|
||||
journal = {Opt Commun},
|
||||
year = {1981},
|
||||
volume = {39},
|
||||
pages = {47--50},
|
||||
}
|
||||
|
||||
@article{shimizu1983laser,
|
||||
author = {Shimizu, Kazuko and Shimizu, Fujio},
|
||||
title = {Laser induced fluorescence spectra of the a {3$\Pi$u--X 1$\Sigma$g+} band of {Na2} by molecular beam},
|
||||
journal = {J Chem Phys},
|
||||
year = {1983},
|
||||
volume = {78},
|
||||
pages = {1126--1131},
|
||||
}
|
||||
|
||||
@article{atkinson1982experimental,
|
||||
author = {Atkinson, J B and Becker, J and Demtr{\"o}der, W},
|
||||
title = {Experimental observation of the a {3$\Pi$u} state of {Na2}},
|
||||
journal = {Chem Phys Lett},
|
||||
year = {1982},
|
||||
volume = {87},
|
||||
pages = {92--97},
|
||||
}
|
||||
|
||||
@article{kusch1975perturbations,
|
||||
author = {Kusch, P and Hessel, M M},
|
||||
title = {Perturbations in the A {1$\Sigma$u+} state of {Na2}},
|
||||
journal = {J Chem Phys},
|
||||
year = {1975},
|
||||
volume = {63},
|
||||
pages = {4087--4088},
|
||||
}
|
||||
|
||||
@book{guangxi1993,
|
||||
author = {广西壮族自治区林业厅},
|
||||
title = {广西自然保护区},
|
||||
address = {北京},
|
||||
publisher = {中国林业出版社},
|
||||
year = {1993},
|
||||
key = {guang3 xi1 zhuang4 zu2 zi4 zhi4 qu1},
|
||||
}
|
||||
|
||||
@book{huosini1989guwu,
|
||||
author = {霍斯尼},
|
||||
title = {谷物科学与工艺学原理},
|
||||
translator = {李庆龙},
|
||||
edition = {2},
|
||||
address = {北京},
|
||||
publisher = {中国食品出版社},
|
||||
year = {1989},
|
||||
pages = {15--20},
|
||||
key = {huo4 si1 ni2},
|
||||
}
|
||||
|
||||
@book{wangfuzhi1865songlun,
|
||||
author = {王夫之},
|
||||
title = {宋论},
|
||||
edition = {刻本},
|
||||
address = {金陵},
|
||||
publisher = {曾氏},
|
||||
year = {1865(清同治四年)},
|
||||
key = {wang2 fu1 zhi1},
|
||||
}
|
||||
|
||||
@book{zhaoyaodong1998xinshidai,
|
||||
author = {赵耀东},
|
||||
title = {新时代的工业工程师},
|
||||
address = {台北},
|
||||
publisher = {天下文化出版社},
|
||||
year = {1998},
|
||||
urldate = {1998-09-26},
|
||||
url = {http://www.ie.nthu.edu.tw/info/ie.newie.htm},
|
||||
key = {zhao4 yao4 dong1},
|
||||
}
|
||||
|
||||
@standard{biaozhunhua2002tushu,
|
||||
author = {全国信息与文献工作标准化技术委员会出版物格式分委员会},
|
||||
title = {GB/T 12450-2001 图书书名页},
|
||||
address = {北京},
|
||||
publisher = {中国标准出版社},
|
||||
year = {2002},
|
||||
pages = {1},
|
||||
key = {quan2 guo2 xin4 xi1},
|
||||
}
|
||||
|
||||
@book{chubanzhuanye2004,
|
||||
author = {全国出版专业职业资格考试办公室},
|
||||
title = {全国出版专业职业资格考试辅导教材: 出版专业理论与实务•中级},
|
||||
edition = {2014},
|
||||
address = {上海},
|
||||
publisher = {上海辞书出版社},
|
||||
year = {2004},
|
||||
pages = {299--307},
|
||||
key = {quan2 guo2 chu1 ban3 ye4},
|
||||
}
|
||||
|
||||
@techreport{who1970factors,
|
||||
author = {{World Health Organization}},
|
||||
title = {Factors Regulating the Immune Response: Report of {WHO Scientific Group}},
|
||||
address = {Geneva},
|
||||
publisher = {WHO},
|
||||
year = {1970},
|
||||
}
|
||||
|
||||
@book{peebles2001probability,
|
||||
author = {Peebles, Jr, Peyton Z.},
|
||||
title = {Probability, Random Variables, and Random Signal Principles},
|
||||
edition = {4},
|
||||
address = {New York},
|
||||
publisher = {McGraw Hill},
|
||||
year = {2001},
|
||||
}
|
||||
|
||||
@incollection{baishunong1998zhiwu,
|
||||
author = {白书农},
|
||||
title = {植物开花研究},
|
||||
editor = {李承森},
|
||||
booktitle = {植物科学进展},
|
||||
address = {北京},
|
||||
publisher = {高等教育出版社},
|
||||
year = {1998},
|
||||
pages = {146--163},
|
||||
key = {bai2 shu1 nong2},
|
||||
}
|
||||
|
||||
@incollection{weinstein1974pathogenic,
|
||||
author = {Weinstein, L and Swertz, M N},
|
||||
title = {Pathogenic Properties of Invading Microorganism},
|
||||
editor = {Sodeman, Jr, William A and Sodeman, William A},
|
||||
booktitle = {Pathologic physiology: mechanisms of disease},
|
||||
address = {Philadelphia},
|
||||
publisher = {Saunders},
|
||||
year = {1974},
|
||||
pages = {745--772},
|
||||
}
|
||||
|
||||
@inproceedings{hanjiren1985lun,
|
||||
author = {韩吉人},
|
||||
title = {论职工教育的特点},
|
||||
editor = {中国职工教育研究会},
|
||||
booktitle = {职工教育研究论文集},
|
||||
address = {北京},
|
||||
publisher = {人民教育出版社},
|
||||
year = {1985},
|
||||
pages = {90--99},
|
||||
key = {han2 ji2 ren2},
|
||||
}
|
||||
|
||||
@periodical{dizhi1936dizhi,
|
||||
author = {中国地质学会},
|
||||
title = {地质评论},
|
||||
year = {1936},
|
||||
volume = {1},
|
||||
number = {1},
|
||||
address = {北京},
|
||||
publisher = {地质出版社},
|
||||
key = {zhong1 guo2 di4 zhi3 xue2 hui4},
|
||||
}
|
||||
|
||||
@periodical{tushuguan1957tushuguanxue,
|
||||
author = {中国图书馆学会},
|
||||
title = {图书馆学通讯},
|
||||
year = {1957/1990},
|
||||
number = {1--4},
|
||||
address = {北京},
|
||||
publisher = {北京图书馆},
|
||||
key = {zhong1 guo2 tu2 shu1 guan3 xue2 hui4},
|
||||
}
|
||||
|
||||
@periodical{aaas1883science,
|
||||
author = {{American Association for the Advancement of Science}},
|
||||
title = {Science},
|
||||
year = {1883},
|
||||
volume = {1},
|
||||
number = {1},
|
||||
address = {Washington, D.C.},
|
||||
publisher = {American Association for the Advancement of Science},
|
||||
}
|
||||
|
||||
@newspaper{fugang2000fengsha,
|
||||
author = {傅刚 and 赵承 and 李佳路},
|
||||
title = {大风沙过后的思考},
|
||||
journal = {北京青年报},
|
||||
year = {2000},
|
||||
date = {2000-04-12},
|
||||
number = {14},
|
||||
urldate = {2002-03-06},
|
||||
url = {http://www.bjyouth.com.cn/Bqb/20000412/B/4216%5ED0412B1401.htm},
|
||||
key = {fu4 gang1},
|
||||
}
|
||||
|
||||
@online{xiaoyu2001chubanye,
|
||||
author = {萧钰},
|
||||
title = {出版业信息化迈入快车道},
|
||||
year = {2001},
|
||||
date = {2001-12-19},
|
||||
urldate = {2002-04-15},
|
||||
url = {http://www.creader.com/news/20011219/200112190019.htm},
|
||||
key = {xiao1 yu4},
|
||||
}
|
||||
|
||||
@online{oclc2000about,
|
||||
author = {{Online Computer Library Center, Inc}},
|
||||
title = {About {OCLC}: History of Cooperation},
|
||||
year = {2000},
|
||||
urldate = {2000-01-08},
|
||||
url = {http://www.oclc.org/about/cooperation.en.htm},
|
||||
}
|
||||
|
||||
@software{scitor2000project,
|
||||
author = {{Scitor Corporation}},
|
||||
title = {Project scheduler},
|
||||
address = {Sunnyvale, Calif.},
|
||||
publisher = {Scitor Corporation},
|
||||
year = {1983},
|
||||
medium = {DK},
|
||||
@inproceedings{holmer2013webrtcfec,
|
||||
title={Handling packet loss in WebRTC},
|
||||
author={Holmer, Stefan and Shemer, Mikhal and Paniconi, Marco},
|
||||
booktitle={2013 IEEE international conference on image processing},
|
||||
pages={1860--1864},
|
||||
year={2013},
|
||||
organization={IEEE}
|
||||
}
|
||||
Reference in New Issue
Block a user