Commit 18bfdcce authored by 卢嘉铭's avatar 卢嘉铭

完成虚拟电厂文章初稿及周边文件整理

- 撰写约4500字公众号深度稿,主题为澳大利亚虚拟电厂发展经验(thesis.tex)
- 三条主线:VPP基本情况、市场机制演进(2019试运行→2024 IRP框架→2027调度模式)、分布式光伏支撑
- 建立逐句引用溯源文件(src/引用溯源对照.md),共31条原文对照记录
- 整理references.bib,收录AEMO、AEMC、NER及西澳政府共9条文献条目
- 参考文献系统从biblatex/biber改为natbib/bibtex,适配IDE标准编译链
- 正文如实写入2026年4月AEMO暂停IPRR实施路径的最新动态
- 用三份新增官方材料替换原先依赖AI整理稿的相关表述
- 新增src/vpp_写作全记录.md,记录写作过程中的决策与补充内容
- 新增README.md,含项目说明、编译方法、文件结构与版本日志
parent 0945322e
# macOS
.DS_Store
# LaTeX build artifacts
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.lof
*.log
*.lot
*.nav
*.out
*.run.xml
*.snm
*.synctex.gz
*.toc
*.vrb
*.xdv
*.xmpi
*.synctex(busy)
# latexmk / bibtex / biber caches
_latexmk/
_minted*/
# Build output directory
out/
# Common generated PDFs for this project
thesis.pdf
# 澳洲虚拟电厂
# 澳大利亚虚拟电厂发展经验与市场机制研究
## 项目描述
本项目是一篇面向中文读者的公众号深度稿,主题为**澳大利亚虚拟电厂(VPP)的制度进阶:从试点入市到支撑分布式光伏**
文章围绕三条主线展开:
1. VPP 在澳大利亚的基本形态与起步背景
2. 2019 年至今的发展经验亮点与市场机制演进(试运行 → IRP 注册框架 → dispatch mode 批发市场计划)
3. VPP 如何成为高渗透率分布式光伏的系统支撑
文章约 4,500 字,以 LaTeX 撰写,所有关键论点均有官方原文溯源,参考文献来自 AEMO、AEMC、NER 等澳大利亚官方机构。
---
## 目录 (Table of Contents)
- [项目描述](#项目描述)
- [使用说明](#使用说明)
- [文件结构](#文件结构)
- [顶层文件](#顶层文件)
- [src/ — 素材与写作辅助](#src--素材与写作辅助)
- [src/ — 参考文献原始材料](#src--参考文献原始材料)
- [参考文献来源](#参考文献来源)
- [版本日志 (Changelog)](#版本日志-changelog)
---
## 使用说明
### 编译正文
本项目使用 **XeLaTeX + BibTeX** 编译链,推荐在 VS Code + LaTeX Workshop 插件下使用以下编译顺序:
```
xelatex → bibtex → xelatex → xelatex
```
或在终端手动执行:
```bash
xelatex thesis.tex
bibtex thesis
xelatex thesis.tex
xelatex thesis.tex
```
编译产物(PDF 等)输出至工作区根目录,辅助文件(`.aux``.bbl``.log` 等)也在根目录生成。
### 依赖环境
- TeX Live 2025 或以上
- XeTeX(用于中文支持)
- 宏包:`ctex``natbib``hyperref``geometry`
### 查阅引用溯源
正文每一处关键表述与原始官方材料的对应关系,记录在:
```
src/引用溯源对照.md
```
每条记录包含:正文句子 → 来源文件路径 → 原文行号 → 原文摘录。
---
## 文件结构
### 顶层文件
```
auastralia_essay/
├── thesis.tex # 正文主文件(LaTeX,约 4,500 字)
├── README.md # 本文件
├── 初稿写作指引.md # 写作任务说明与要求
├── pic/ # 图片目录(备用)
├── ref/ # 备用参考文件目录(当前为空)
└── out/ # 编译输出目录(备用)
```
### src/ — 素材与写作辅助
```
src/
├── references.bib # BibTeX 参考文献库(9条条目)
├── 引用溯源对照.md # 正文逐句引用溯源记录(31条)
├── vpp_写作大纲_中间稿.md # 原始写作大纲(已确认版)
├── vpp_写作全记录.md # 大纲 + 全程写作决策与补充记录
├── 澳洲虚拟电厂支持光伏.md # AI 辅助整理的背景线索材料
├── thesis_ref.tex # LaTeX 辅助配置文件
├── Before.tex # LaTeX 辅助配置文件
└── Crop.tex # LaTeX 辅助配置文件
```
### src/ — 参考文献原始材料
每份 PDF 材料均以独立文件夹存放,文件夹内包含 `full.md`(PDF 转写)、`images/`(图片)及解析 JSON 文件。
| 文件夹名 | 来源机构 | 内容说明 |
|---------|---------|---------|
| `1-nem-vpp-demonstrations_final-design.pdf-cf08fcbd…` | AEMO | NEM VPP 试运行最终设计文件(2019) |
| `registration-fact-sheet-nem-battery-systems.pdf-cab4df53…` | AEMO | 电池系统在 NEM 注册说明(2024) |
| `registration-fact-sheet-nem-integrated-resource-provider.pdf-1a7d8f74…` | AEMO | IRP 注册说明文件(2024) |
| `application-guide-nem-customer-and-integrated-resource-provider.pdf-dcb91cc2…` | AEMO | MC 与 IRP 注册申请指南 |
| `Final determination-2.pdf-c1b228e5…` | AEMC | 将价格响应资源整合进 NEM 最终裁决(2024-12) |
| `NER - v243 - Full(国家电力规则)_96-155.pdf-a452a414…` | AEMC/NER | 国家电力规则第2章(第96-155页) |
| `NER - v243 - Full(国家电力规则)_155-300.pdf-c579a1ec…` | AEMC/NER | 国家电力规则第2-3章(第155-300页) |
| `NER - v243 - Full(国家电力规则)_300-424.pdf-3476af1e…` | AEMC/NER | 国家电力规则第3章(第300-424页) |
| `DER_Roadmap.pdf-2e0737cc…` | 西澳政府能源转型工作组 | 分布式能源路线图(2019) |
| `fact-sheet-operating-electricity-grids-with-rooftop-solar-installations.pdf-b9c2eacd…` | AEMO | 屋顶光伏电网运行说明 Fact Sheet |
| `fact-sheetminimum-system-load.pdf-369df254…` | AEMO | 最低系统负荷(MSL)说明 Fact Sheet |
| `【纵横】澳大利亚高普及屋顶光伏对电力市场影响分析.pdf-ef5ba1a9…` | 电联新媒 | 风格参考文章 |
| `环球 _ 澳大利亚虚拟电厂试点运行及经验.pdf-56f24fc8…` | 电联新媒 | 风格参考文章 + 试点经验综述 |
---
## 参考文献来源
正文引用的全部官方文献详见 `src/references.bib`,主要来源:
| 机构 | 文件 | 年份 |
|------|------|------|
| AEMO | NEM VPP Demonstrations Final Design | 2019 |
| AEMO | Registering a Battery in the NEM: Fact Sheet | 2024 |
| AEMO | Fact Sheet: Operating Electricity Grids with Rooftop Solar | 2024 |
| AEMO | Fact Sheet: Minimum System Load (MSL) | 2024 |
| AEMO | IPRR Program Update (April 2026 pause) | 2026 |
| AEMC | Final Determination: Integrating price-responsive resources into the NEM | 2024 |
| AEMC/NER | National Electricity Rules v243, Chapter 2 | 2024 |
| 西澳政府 | Distributed Energy Resources Roadmap | 2019 |
| 刘东胜 | 澳大利亚虚拟电厂试点运行及经验(《中国电力企业管理》) | 2022 |
---
## 版本日志 (Changelog)
### v0.3 — 2026-05-08
- 补充三份新官方材料:AEMO 屋顶光伏 Fact Sheet、MSL Fact Sheet、西澳 DER Roadmap
- 用官方原文替换第三部分中依赖 AI 整理稿的两处表述(hosting capacity、40%-60%成本数据)
- 将编译链从 `biblatex + biber` 改为 `natbib + bibtex`,兼容 IDE 标准编译链
- 修正 `references.bib` 中 month 字段为数字格式
- 新增 `src/vpp_写作全记录.md`,记录全程写作决策与补充内容
### v0.2 — 2026-05-08
- 完成正文初稿(约 4,500 字),写入 `thesis.tex`
- 建立 `src/引用溯源对照.md`,覆盖正文全部关键表述(31条)
- 建立 `src/references.bib`(9条 BibTeX 条目)
- 补充 2026 年4月 AEMO 暂停 IPRR 实施路径的最新动态
- 修复 `thesis.tex` 缺少文档头导致的编译失败问题
### v0.1 — 2026-05-08
- 完成写作计划,保存至 `.claude/plans/md-twinkling-lecun.md`
- 完成资料分层与证据框架(阶段1)
- 完成文章大纲并经用户确认(阶段2),写入 `thesis.tex``src/vpp_写作大纲_中间稿.md`
- 确认写作偏好:市场机制与光伏支撑并列、结尾含中国启示、术语首次出现保留英文、文末列参考文献
% !TEX root = ../thesis.tex
\usepackage{fancyvrb}
\usepackage{fvextra}
\fvset{fontsize=\footnotesize}
\usepackage{graphicx}
\usepackage{grffile}
\graphicspath{{Figures/}}
\usepackage{hologo}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{cases}
\usepackage{threeparttable}
\usepackage{multirow}
\usepackage[justification=centering,singlelinecheck=false]{caption}
\usepackage{booktabs}
\usepackage{tabularx}
%
% If IEEEtran.cls has not been installed into the LaTeX system files,
% manually specify the path to it like:
% \documentclass[journal]{../sty/IEEEtran}
% 统一使用 ctex 并指定通用字体,避免 SimSun 在 Mac 上不可用导致错误。
\usepackage[UTF8]{ctex}
% 字体优先级:按你系统实际安装的字体调整(已在本机查到有效字体)
% macOS:
% Songti SC / Heiti SC / Hiragino Sans GB
% Windows:
% SimSun / NSimSun / Microsoft YaHei
% Linux:
% Noto Serif CJK SC / Noto Sans CJK SC / WenQuanYi Zen Hei
% 自动检测并设置字体,兼容 macOS/Windows/Linux
\IfFontExistsTF{Songti SC}{
\setCJKmainfont{Songti SC}[AutoFakeBold, AutoFakeSlant]
\setCJKsansfont{Heiti SC}
\setCJKmonofont{Arial Unicode MS}
}{
\IfFontExistsTF{SimSun}{
\setCJKmainfont{SimSun}[AutoFakeBold, AutoFakeSlant]
\setCJKsansfont{SimHei}
\setCJKmonofont{NSimSun}
}{
\IfFontExistsTF{Noto Serif CJK SC}{
\setCJKmainfont{Noto Serif CJK SC}[AutoFakeBold, AutoFakeSlant]
\setCJKsansfont{Noto Sans CJK SC}
\setCJKmonofont{Noto Sans CJK SC}
}{}
}
}
\setmainfont{Times New Roman}
\setsansfont{Arial}
% 如果你希望在不同系统自动切换,请如下写法(可选):
% \IfFontExistsTF{PingFang SC}{\setCJKmainfont{PingFang SC}}{}
% \IfFontExistsTF{SimSun}{\setCJKmainfont{SimSun}}{}
% \IfFontExistsTF{Noto Serif CJK SC}{\setCJKmainfont{Noto Serif CJK SC}}{}
% [
% Extension = .otf,
% UprightFont = *-regular,
% BoldFont = *-bold,
% ItalicFont = *-italic,
% BoldItalicFont = *-bolditalic
% ]
% \setsansfont{Roboto}
% [
% Extension = .otf,
% UprightFont = *-Regular,
% BoldFont = *-Bold,
% ItalicFont = *-Italic,
% BoldItalicFont = *-BoldItalic
% ]
% \setCJKmainfont {Source Han Serif SC}
% \usepackage[UTF8,fontset=mac]{ctex} % 明确指定mac字体集,避免警告
% [
% UprightFont = *-Regular,
% BoldFont = *-Bold,
% ItalicFont = *-Regular,
% BoldItalicFont = *-Bold
% ]
% \setCJKsansfont{Source Han Sans SC}
% [
% UprightFont = *-Medium,
% BoldFont = *-Bold,
% ItalicFont = *-Medium,
% BoldItalicFont = *-Bold
% ]
% \setCJKmonofont{Source Han Sans SC}
% [
% UprightFont = *-Light,
% BoldFont = *-Medium,
% AutoFakeSlant = 0.2
% ]
% Some very useful LaTeX packages include:
% (uncomment the ones you want to load)
\usepackage{xurl}
% *** MISC UTILITY PACKAGES ***
%
%\usepackage{ifpdf}
% Heiko Oberdiek's ifpdf.sty is very useful if you need conditional
% compilation based on whether the output is pdf or dvi.
% usage:
% \ifpdf
% % pdf code
% \else
% % dvi code
% \fi
% The latest version of ifpdf.sty can be obtained from:
% http://www.ctan.org/pkg/ifpdf
% Also, note that IEEEtran.cls V1.7 and later provides a builtin
% \ifCLASSINFOpdf conditional that works the same way.
% When switching from latex to pdflatex and vice-versa, the compiler may
% have to be run twice to clear warning/error messages.
% *** CITATION PACKAGES ***
%
%\usepackage{cite}
% cite.sty was written by Donald Arseneau
% V1.6 and later of IEEEtran pre-defines the format of the cite.sty package
% \cite{} output to follow that of the IEEE. Loading the cite package will
% result in citation numbers being automatically sorted and properly
% "compressed/ranged". e.g., [1], [9], [2], [7], [5], [6] without using
% cite.sty will become [1], [2], [5]--[7], [9] using cite.sty. cite.sty's
% \cite will automatically add leading space, if needed. Use cite.sty's
% noadjust option (cite.sty V3.8 and later) if you want to turn this off
% such as if a citation ever needs to be enclosed in parenthesis.
% cite.sty is already installed on most LaTeX systems. Be sure and use
% version 5.0 (2009-03-20) and later if using hyperref.sty.
% The latest version can be obtained at:
% http://www.ctan.org/pkg/cite
% The documentation is contained in the cite.sty file itself.
% *** GRAPHICS RELATED PACKAGES ***
%
\ifCLASSINFOpdf
% \usepackage[pdftex]{graphicx}
% declare the path(s) where your graphic files are
% \graphicspath{{../pdf/}{../jpeg/}}
% and their extensions so you won't have to specify these with
% every instance of \includegraphics
% \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\else
% or other class option (dvipsone, dvipdf, if not using dvips). graphicx
% will default to the driver specified in the system graphics.cfg if no
% driver is specified.
% \usepackage[dvips]{graphicx}
% declare the path(s) where your graphic files are
% \graphicspath{{../eps/}}
% and their extensions so you won't have to specify these with
% every instance of \includegraphics
% \DeclareGraphicsExtensions{.eps}
\fi
% graphicx was written by David Carlisle and Sebastian Rahtz. It is
% required if you want graphics, photos, etc. graphicx.sty is already
% installed on most LaTeX systems. The latest version and documentation
% can be obtained at:
% http://www.ctan.org/pkg/graphicx
% Another good source of documentation is "Using Imported Graphics in
% LaTeX2e" by Keith Reckdahl which can be found at:
% http://www.ctan.org/pkg/epslatex
%
% latex, and pdflatex in dvi mode, support graphics in encapsulated
% postscript (.eps) format. pdflatex in pdf mode supports graphics
% in .pdf, .jpeg, .png and .mps (metapost) formats. Users should ensure
% that all non-photo figures use a vector format (.eps, .pdf, .mps) and
% not a bitmapped formats (.jpeg, .png). The IEEE frowns on bitmapped formats
% which can result in "jaggedy"/blurry rendering of lines and letters as
% well as large increases in file sizes.
%
% You can find documentation about the pdfTeX application at:
% http://www.tug.org/applications/pdftex
% *** MATH PACKAGES ***
%
%\usepackage{amsmath}
% A popular package from the American Mathematical Society that provides
% many useful and powerful commands for dealing with mathematics.
%
% Note that the amsmath package sets \interdisplaylinepenalty to 10000
% thus preventing page breaks from occurring within multiline equations. Use:
%\interdisplaylinepenalty=2500
% after loading amsmath to restore such page breaks as IEEEtran.cls normally
% does. amsmath.sty is already installed on most LaTeX systems. The latest
% version and documentation can be obtained at:
% http://www.ctan.org/pkg/amsmath
% *** SPECIALIZED LIST PACKAGES ***
%
%\usepackage{algorithmic}
% algorithmic.sty was written by Peter Williams and Rogerio Brito.
% This package provides an algorithmic environment fo describing algorithms.
% You can use the algorithmic environment in-text or within a figure
% environment to provide for a floating algorithm. Do NOT use the algorithm
% floating environment provided by algorithm.sty (by the same authors) or
% algorithm2e.sty (by Christophe Fiorio) as the IEEE does not use dedicated
% algorithm float types and packages that provide these will not provide
% correct IEEE style captions. The latest version and documentation of
% algorithmic.sty can be obtained at:
% http://www.ctan.org/pkg/algorithms
% Also of interest may be the (relatively newer and more customizable)
% algorithmicx.sty package by Szasz Janos:
% http://www.ctan.org/pkg/algorithmicx
% *** ALIGNMENT PACKAGES ***
%
%\usepackage{array}
% Frank Mittelbach's and David Carlisle's array.sty patches and improves
% the standard LaTeX2e array and tabular environments to provide better
% appearance and additional user controls. As the default LaTeX2e table
% generation code is lacking to the point of almost being broken with
% respect to the quality of the end results, all users are strongly
% advised to use an enhanced (at the very least that provided by array.sty)
% set of table tools. array.sty is already installed on most systems. The
% latest version and documentation can be obtained at:
% http://www.ctan.org/pkg/array
% IEEEtran contains the IEEEeqnarray family of commands that can be used to
% generate multiline equations as well as matrices, tables, etc., of high
% quality.
% *** SUBFIGURE PACKAGES ***
%\ifCLASSOPTIONcompsoc
% \usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
%\else
% \usepackage[caption=false,font=footnotesize]{subfig}
%\fi
% subfig.sty, written by Steven Douglas Cochran, is the modern replacement
% for subfigure.sty, the latter of which is no longer maintained and is
% incompatible with some LaTeX packages including fixltx2e. However,
% subfig.sty requires and automatically loads Axel Sommerfeldt's caption.sty
% which will override IEEEtran.cls' handling of captions and this will result
% in non-IEEE style figure/table captions. To prevent this problem, be sure
% and invoke subfig.sty's "caption=false" package option (available since
% subfig.sty version 1.3, 2005/06/28) as this is will preserve IEEEtran.cls
% handling of captions.
% Note that the Computer Society format requires a larger sans serif font
% than the serif footnote size font used in traditional IEEE formatting
% and thus the need to invoke different subfig.sty package options depending
% on whether compsoc mode has been enabled.
%
% The latest version and documentation of subfig.sty can be obtained at:
% http://www.ctan.org/pkg/subfig
% *** FLOAT PACKAGES ***
%
%\usepackage{fixltx2e}
% fixltx2e, the successor to the earlier fix2col.sty, was written by
% Frank Mittelbach and David Carlisle. This package corrects a few problems
% in the LaTeX2e kernel, the most notable of which is that in current
% LaTeX2e releases, the ordering of single and double column floats is not
% guaranteed to be preserved. Thus, an unpatched LaTeX2e can allow a
% single column figure to be placed prior to an earlier double column
% figure.
% Be aware that LaTeX2e kernels dated 2015 and later have fixltx2e.sty's
% corrections already built into the system in which case a warning will
% be issued if an attempt is made to load fixltx2e.sty as it is no longer
% needed.
% The latest version and documentation can be found at:
% http://www.ctan.org/pkg/fixltx2e
%\usepackage{stfloats}
% stfloats.sty was written by Sigitas Tolusis. This package gives LaTeX2e
% the ability to do double column floats at the bottom of the page as well
% as the top. (e.g., "\begin{figure*}[!b]" is not normally possible in
% LaTeX2e). It also provides a command:
%\fnbelowfloat
% to enable the placement of footnotes below bottom floats (the standard
% LaTeX2e kernel puts them above bottom floats). This is an invasive package
% which rewrites many portions of the LaTeX2e float routines. It may not work
% with other packages that modify the LaTeX2e float routines. The latest
% version and documentation can be obtained at:
% http://www.ctan.org/pkg/stfloats
% Do not use the stfloats baselinefloat ability as the IEEE does not allow
% \baselineskip to stretch. Authors submitting work to the IEEE should note
% that the IEEE rarely uses double column equations and that authors should try
% to avoid such use. Do not be tempted to use the cuted.sty or midfloat.sty
% packages (also by Sigitas Tolusis) as the IEEE does not format its papers in
% such ways.
% Do not attempt to use stfloats with fixltx2e as they are incompatible.
% Instead, use Morten Hogholm'a dblfloatfix which combines the features
% of both fixltx2e and stfloats:
%
% \usepackage{dblfloatfix}
% The latest version can be found at:
% http://www.ctan.org/pkg/dblfloatfix
%\ifCLASSOPTIONcaptionsoff
% \usepackage[nomarkers]{endfloat}
% \let\MYoriglatexcaption\caption
% \renewcommand{\caption}[2][\relax]{\MYoriglatexcaption[#2]{#2}}
%\fi
% endfloat.sty was written by James Darrell McCauley, Jeff Goldberg and
% Axel Sommerfeldt. This package may be useful when used in conjunction with
% IEEEtran.cls' captionsoff option. Some IEEE journals/societies require that
% submissions have lists of figures/tables at the end of the paper and that
% figures/tables without any captions are placed on a page by themselves at
% the end of the document. If needed, the draftcls IEEEtran class option or
% \CLASSINPUTbaselinestretch interface can be used to increase the line
% spacing as well. Be sure and use the nomarkers option of endfloat to
% prevent endfloat from "marking" where the figures would have been placed
% in the text. The two hack lines of code above are a slight modification of
% that suggested by in the endfloat docs (section 8.4.1) to ensure that
% the full captions always appear in the list of figures/tables - even if
% the user used the short optional argument of \caption[]{}.
% IEEE papers do not typically make use of \caption[]'s optional argument,
% so this should not be an issue. A similar trick can be used to disable
% captions of packages such as subfig.sty that lack options to turn off
% the subcaptions:
% For subfig.sty:
% \let\MYorigsubfloat\subfloat
% \renewcommand{\subfloat}[2][\relax]{\MYorigsubfloat[]{#2}}
% However, the above trick will not work if both optional arguments of
% the \subfloat command are used. Furthermore, there needs to be a
% description of each subfigure *somewhere* and endfloat does not add
% subfigure captions to its list of figures. Thus, the best approach is to
% avoid the use of subfigure captions (many IEEE journals avoid them anyway)
% and instead reference/explain all the subfigures within the main caption.
% The latest version of endfloat.sty and its documentation can obtained at:
% http://www.ctan.org/pkg/endfloat
%
% The IEEEtran \ifCLASSOPTIONcaptionsoff conditional can also be used
% later in the document, say, to conditionally put the References on a
% page by themselves.
% *** PDF, URL AND HYPERLINK PACKAGES ***
%
%\usepackage{url}
% url.sty was written by Donald Arseneau. It provides better support for
% handling and breaking URLs. url.sty is already installed on most LaTeX
% systems. The latest version and documentation can be obtained at:
% http://www.ctan.org/pkg/url
% Basically, \url{my_url_here}.
\usepackage{hyperref}
\usepackage{cleveref}
\crefformat{figure}{#2图~#1#3}
\crefrangeformat{figure}{图~(#3#1#4)\;$\sim$\;(#5#2#6)}
\crefmultiformat{figure}{图~(#2#1#3)}{和~(#2#1#3)}{,(#2#1#3)}{和~(#2#1#3)}
\crefformat{table}{#2表#1#3}
\crefrangeformat{table}{表(#3#1#4)\;$\sim$\;(#5#2#6)}
\crefmultiformat{table}{表~(#2#1#3)}{和~(#2#1#3)}{,(#2#1#3)}{和~(#2#1#3)}
\crefformat{equation}{~(#2#1#3)}
\crefrangeformat{equation}{~#3#1#4\;$\sim$\;#5#2#6}
\crefmultiformat{equation}{~#2#1#3}{ 和~#2#1#3}{,#2#1#3}{ 和~#2#1#3}
\crefformat{section}{~#2#1~节#3}
\crefformat{subsection}{~#2#1~#3}
\crefformat{subsubsection}{~#2#1~#3}
% *** Do not adjust lengths that control margins, column widths, etc. ***
% *** Do not use packages that alter fonts (such as pslatex). ***
% There should be no need to do such things with IEEEtran.cls V1.6 and later.
% (Unless specifically asked to do so by the journal or conference you plan
% to submit to, of course. )
\usepackage[framemethod=tikz]{mdframed}
\newmdenv[linewidth=.4pt,linecolor=gray!55,%middlelinewidth=1.2pt,
innertopmargin=3pt,
frametitleaboveskip=-.7\ht\strutbox,
frametitlealignment=\center,
roundcorner=2pt,backgroundcolor=white,%
innerbottommargin=1pt,innerrightmargin=5pt,%
innerleftmargin=5pt,leftmargin=0ex]{tbox}
% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}
%\renewcommand{\cite}[1]{#1}
\begin{document}
\VerbatimFootnotes
%
% paper title
% Titles are generally capitalized except for words such as a, an, and, as,
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
% not capitalized unless they are the first or last word of the title.
% Linebreaks \\ can be used within to get better formatting as desired.
% Do not put math or special symbols in the title.
\title{\sffamily\bfseries 输电网数据中心承载力评估方法}
%
%
% author names and IEEE memberships
% note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break
% a structure at a ~ so this keeps an author's name from being broken across
% two lines.
% use \thanks{} to gain access to the first footnote area
% a separate \thanks must be used for each paragraph as LaTeX2e's \thanks
% was not built to handle multiple paragraphs
%
\author{作者1, 作者2, 作者3% <-this % stops a space
\thanks{Manuscript created January. This work was supported in part by The Science and Technology Major Project of Shanxi Province(202501150302001).
}}
% note the % following the last \IEEEmembership and also \thanks -
% these prevent an unwanted space from occurring between the last author name
% and the end of the author line. i.e., if you had this:
%
% \author{....lastname \thanks{...} \thanks{...} }
% ^------------^------------^----Do not want these spaces!
%
% a space would be appended to the last name and could cause every name on that
% line to be shifted left slightly. This is one of those "LaTeX things". For
% instance, "\textbf{A} \textbf{B}" will typeset as "A B" not "AB". To get
% "AB" then you have to do: "\textbf{A}\textbf{B}"
% \thanks is no different in this regard, so shield the last } of each \thanks
% that ends a line with a % and do not let a space in before the next \thanks.
% Spaces after \IEEEmembership other than the last one are OK (and needed) as
% you are supposed to have spaces between the names. For what it is worth,
% this is a minor point as most people would not even notice if the said evil
% space somehow managed to creep in.
% The paper headers
\markboth{Journal of \LaTeX\ Class Files,~Vol.~14, No.~8, August~2019}%
{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for IEEE Journals}
% make the title area
\maketitle
\linespread{1.2}\selectfont
% As a general rule, do not put math, special symbols or citations
% in the abstract or keywords.
\begin{abstract}
随着数据中心规模的快速增长,输电网对数据中心的承载能力评估成为电力系统规划和运行中的重要问题。针对数据中心负荷具有时空转移特性这一独特属性,现有输电网承载力评估方法存在明显局限性。本文提出了输电网对数据中心承载力评估方法。首先,建立了数据中心任务调度模型和任务-功率映射模型,准确刻画数据中心负荷的动态特性。其次,构建了综合考虑网架约束、数据中心运行特性和通信带宽限制的承载力评估模型,该模型通过二阶锥松弛将非凸的交流潮流问题转化为可高效求解的凸优化问题。第三,深入研究了数据中心负荷模型中通信带宽和任务延迟容忍度等关键参数对承载力的影响机理。最后,通过典型算例验证了所提方法的有效性。本文为数据中心在输电网中的规划和运行提供了理论支撑,对于实现算力与电力的深度融合具有重要意义。
\smallskip
%\begin{tbox}
%\vspace*{-10pt}
%\end{tbox}
%\vspace*{-15pt}
\end{abstract}
% Note that keywords are not normally used for peerreview papers.
\begin{IEEEkeywords}
输电网,数据中心,承载力评估,时空转移负荷,任务调度
\end{IEEEkeywords}
% For peer review papers, you can put extra information on the cover
% page as needed:
% \ifCLASSOPTIONpeerreview
% \begin{center} \bfseries EDICS Category: 3-BBND \end{center}
% \fi
%
% For peerreview papers, this IEEEtran command inserts a page break and
% creates the second title. It will be ignored for other modes.
\IEEEpeerreviewmaketitle
\ No newline at end of file
% !TeX TXS-program:compile = txs:///latexmk/{}[-pdf -synctex=1 -interaction=nonstopmode -silent -jobname=Temp/CV %.tex]
\documentclass{standalone}
\usepackage{pdfpages}
\usepackage{graphicx}
\graphicspath{{Figures/}}
\begin{document}
% \includepdf[page=13]{IEEEtran-HOWTO}
% \includepdf[page=28]{IEEEtran-HOWTO}
% label1
%\includegraphics[page=1,clip=true,
%viewport=
%0.63in %左
%3.30in %下
%3.90in %右
%4.00in %上
%]{Crop}
% label2
%\includegraphics[page=1,clip=true,
%viewport=
%0.63in %左
%0.50in %下
%4.00in %右
%1.20in %上
%]{Crop}
% CV
\includegraphics[page=2,clip=true,
viewport=
4.34in %左
6.17in %下
5.32in %右
7.39in %上
]{Crop}
\end{document}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment