博士学位论文中英文摘要首页用纸
论文格式规范(附例子)
论文格式规范(一)页码和页边距页码编排:封面、声明和扉页不编页码,摘要、ABSTRACT、目录页用罗马数字页码Ⅰ、Ⅱ、Ⅲ等,论文其余部分均采用阿拉伯数字页码,靠右。
页边距:上3厘米,下2厘米,左3厘米,右3厘米。
(二)封面盲审用学位论文采用学校统一格式的封面(范本另发)。
厚度为120克的白皮油光纸,纸型为A3。
答辩用和正式版学位论文采用学校统一格式的封面(范本另发)。
(三)中、英文扉页采用学校统一格式的扉页<范本另发>。
中文扉页上论文题目为黑体小一号字,完成日期为楷体四号字;英文扉页上所有内容均为Times New Roman加黑字体,字号与中文扉页对应内容相同。
(四)页眉盲审用学位论文页眉标题一律为“硕士学位论文”,位置居中。
答辩用和正式版学位论文页眉标题一律为“硕士学位论文”,位置居中。
字体字号均为宋体五号字。
(五)摘要、ABSTRACT“摘要”为黑体三号字,摘要内容为宋体小四号字,摘要内容后下空一行打印“关键词”(黑体小四号),其后为关键词(宋体小四号)。
“ABSTRACT”为Times New Roman加黑三号字,居中,2倍行距,段前2行,段后1行。
英文摘要内容为Times New Roman小四号字,英文摘要内容后下空一行打(Times New Roman加黑小四号),其后为关键词(小写Times New Roman 印“Keywords”小四号字)。
每一关键词之间用分号分开,最后一个关键词后不打标点符号。
行距为20磅。
(六)目录“目录”为黑体三号字,目录内容中文为宋体、英文为Times New Roman小四号字,依次排列各章、节、参考文献、附录、致谢等。
中英文摘要不放入目录中。
目录只列到章、节为止。
绪论(或者前言、导论)如列为第一章,在目录中应编章节;如不列为第一章,则不编章节。
推荐使用的两种目录格式:目录(格式一)第一章绪论(编章节) (9)第一节论文研究的背景、理论基础及意义 (9)第二节论文研究领域的国内外研究现状综述 (13)第三节论文研究的基本思路、内容及结构体系和主要创新点 (16)第二章高等教育与经济增长的关系 (18)第一节高等教育与经济增长因素的关系 (18)第二节高等教育对经济增长贡献的实证分析 (21)……第五章高等教育投资来源的国际比较 (27)第一节高等教育投资的属性及基本功能 (27)第二节高等教育投融资来源的国际对比分析 (33)第三节我国现阶段高等教育投资来源优化的约束条件分析 (40)结论 (71)参考文献 (73)附录 (78)致谢 (81)目录(格式二)绪论(不编章节) (9)第1章高等教育与经济增长的关系 (18)高等教育与经济增长因素的关系 (18)高等教育对经济增长贡献的实证分析 (21)……第4章高等教育投资来源的国际比较 (27)高等教育投资的属性及基本功能 (27)高等教育投融资来源的国际对比分析 (33)我国现阶段高等教育投资来源优化的约束条件分析 (40)结论 (71)参考文献 (73)附录 (78)致谢 (81)(七)正文各章标题为黑体三号字,居中,2倍行距,段前2行,段后1行。
毕业设计(论文)外文资料和译文格式要求(模板)
成都东软学院外文资料和译文格式要求一、译文必须采用计算机输入、打印,幅面A4。
外文资料原文(复印或打印)在前,译文在后,于左侧装订。
二、具体要求1、至少翻译一篇内容与所选课题相关的外文文献。
2、译文汉字字数不少于4000字。
3、正文格式要求:宋体五号字。
译文格式参见《译文格式要求》,宋体五号字,单倍行距。
纸张纸张为A4纸,页边距上2.54cm、下2.54cm、左3.17cm、右3.17cm。
装订外文资料原文(复印或打印)在前,译文在后封面封面的专业、班级、姓名、学号等信息要全部填写正确。
封面指导教师必须为讲师以上职称,若助教则需要配备一名讲师协助指导。
讲师在前,助教在后。
指导教师姓名后面空一个中文空格,加职称。
页眉页眉说明宋体小五,左端“XX学院毕业设计(论文)”,右端“译文”。
页眉中的学院名称要与封面学院名称一致。
字数本科4000字。
附:外文资料和译文封面、空白页成都东软学院外文资料和译文专业:软件工程移动互联网应用开发班级:2班姓名:罗荣昆学号:12310420216指导教师:2015年 12月 8日Android page layoutUsing XML-Based LayoutsW hile it is technically possible to create and attach widgets to our activity purely through Java code, the way we did in Chapter 4, the more common approach is to use an XML-based layout file. Dynamic instantiation of widgets is reserved for more complicated scenarios, where the widgets are not known at compile-time (e g., populating a column of radio buttons based on data retrieved off the Internet).With that in mind, it’s time to break out the XML and learn how to lay out Android activities that way.What Is an XML-Based Layout?As the name suggests, an XML-based layout is a specification of widgets’ relationships to each other—and to their containers (more on this in Chapter 7)—encoded in XML format. Specifi cally, Android considers XML-based layouts to be resources, and as such layout files are stored in the res/layout directory inside your Android project.Each XML file contains a tree of elements specifying a layout of widgets and their containers that make up one view hierarchy. The attributes of the XML elements are properties, describing how a widget should look or how a container should behave. For example, if a Button element has an attribute value of android:textStyle = "bold", that means that the text appearing on the face of the button should be rendered in a boldface font style.Android’s SDK ships with a tool (aapt) which uses the layouts. This tool should be automatically invoked by your Android tool chain (e.g., Eclipse, Ant’s build.xml). Of particular importance to you as a developer is that aapt generates the R.java source file within your project, allowing you to access layouts and widgets within those layouts directly from your Java code. Why Use XML-Based Layouts?Most everything you do using XML layout files can be achieved through Java code. For example, you could use setTypeface() to have a button render its textin bold, instead of using a property in an XML layout. Since XML layouts are yet another file for you to keep track of, we need good reasons for using such files.Perhaps the biggest reason is to assist in the creation of tools for view definition, such as a GUI builder in an IDE like Eclipse or a dedicated Android GUI designer like DroidDraw1. Such GUI builders could, in principle, generate Java code instead of XML. The challenge is re-reading the UI definition to support edits—that is far simpler if the data is in a structured format like XML than in a programming language. Moreover, keeping generated XML definitions separated from hand-written Java code makes it less likely that somebody’s custom-crafted source will get clobbered by accident when the generated bits get re-generated. XML forms a nice middle ground between something that is easy for tool-writers to use and easy for programmers to work with by hand as needed.Also, XML as a GUI definition format is becoming more commonplace. Microsoft’s XAML2, Adobe’s Flex3, and Mozilla’s XUL4 all take a similar approach to that of Android: put layout details in an XML file and put programming smarts in source files (e.g., JavaScript for XUL). Many less-well-known GUI frameworks, such as ZK5, also use XML for view definition. While “following the herd” is not necessarily the best policy, it does have the advantage of helping to ease the transition into Android from any other XML-centered view description language. OK, So What Does It Look Like?Here is the Button from the previous chapter’s sample application, converted into an XMLlayout file, found in the Layouts/NowRedux sample project. This code sample along with all others in this chapter can be found in the Source Code area of .<?xml version="1.0" encoding="utf-8"?><Button xmlns:android="/apk/res/android"android:id="@+id/button"android:text=""android:layout_width="fill_parent"android:layout_height="fill_parent"/>The class name of the widget—Button—forms the name of the XML element. Since Button is an Android-supplied widget, we can just use the bare class name. If you create your own widgets as subclasses of android.view.View, you would need to provide a full package declara tion as well.The root element needs to declare the Android XML namespace:xmlns:android="/apk/res/android"All other elements will be children of the root and will inherit that namespace declaration.Because we want to reference this button from our Java code, we need to give it an identifier via the android:id attribute. We will cover this concept in greater detail later in this chapter.The remaining attributes are properties of this Button instance:• android:text indicates the initial text to be displayed on the button face (in this case, an empty string)• android:layout_width and android:layout_height tell Android to have the button’swidth and height fill the “parent”, in this case the entire screen—these attributes will be covered in greater detail in Chapter 7.Since this single widget is the only content in our activity, we only need this single element. Complex UIs will require a whole tree of elements, representing the widgets and containers that control their positioning. All the remaining chapters of this book will use the XML layout form whenever practical, so there are dozens of other examples of more complex layouts for you to peruse from Chapter 7 onward.What’s with the @ Signs?Many widgets and containers only need to appear in the XML layout file and do not need to be referenced in your Java code. For example, a static label (TextView) frequently only needs to be in the layout file to indicate where it should appear. These sorts of elements in the XML file do not need to have the android:id attribute to give them a name.Anything you do want to use in your Java source, though, needs an android:id.The convention is to use @+id/... as the id value, where the ... represents your locally unique name for the widget in question. In the XML layout example in the preceding section, @+id/button is the identifier for the Button widget.Android provides a few special android:id values, of the form @android:id/.... We will see some of these in various chapters of this book, such as Chapters 8 and 10.We Attach These to the Java How?Given that you have painstakingly set up the widgets and containers in an XML layout filenamed main.xml stored in res/layout, all you need is one statement in your activity’s onCreate() callback to use that layout:setContentView(yout.main);This is the same setContentView() we used earlier, passing it an instance of a View subclass (in that case, a Button). The Android-built view, constructed from our layout, is accessed from that code-generated R class. All of the layouts are accessible under yout, keyed by the base name of the layout file—main.xml results in yout.main.To access our identified widgets, use findViewById(), passing in the numeric identifier of the widget in question. That numeric identifier was generated by Android in the R class asR.id.something (where something is the specific widget you are seeking). Those widgets are simply subclasses of View, just like the Button instance we created in Chapter 4.The Rest of the StoryIn the original Now demo, the button’s face would show the current time, which would reflect when the button was last pushed (or when the activity was first shown, if the button had not yet been pushed).Most of that logic still works, even in this revised demo (NowRedux). However,rather than instantiating the Button in our activity’s onCreate() callback, we can reference the one from the XML layout:package youts;import android.app.Activity;import android.os.Bundle;import android.view.View;import android.widget.Button; import java.util.Date;public class NowRedux extends Activity implements View.OnClickListener { Button btn;@Overridepublic void onCreate(Bundle icicle) { super.onCreate(icicle);setContentView(yout.main);btn=(Button)findViewById(R.id.button);btn.setOnClickListener(this);upd ateTime();}public void onClick(View view) { updateTime();}private void updateTime() {btn.setText(new Date().toString()); }}The first difference is that rather than setting the content view to be a view we created in Java code, we set it to reference the XML layout (setContentView(yout.main)). The R.java source file will be updated when we rebuild this project to include a reference to our layout file (stored as main.xml in our project’s res/l ayout directory).The other difference is that we need to get our hands on our Button instance, for which we use the findViewById() call. Since we identified our button as @+id/button, we can reference the button’s identifier as R.id.button. Now, with the Button instance in hand, we can set the callback and set the label as needed.As you can see in Figure 5-1, the results look the same as with the originalNow demo.Figure 5-1. The NowRedux sample activity Employing Basic WidgetsE very GUI toolkit has some basic widgets: fields, labels, buttons, etc. Android’s toolkit is no different in scope, and the basic widgets will provide a good introduction as to how widgets work in Android activities.Assigning LabelsThe simplest widget is the label, referred to in Android as a TextView. Like in most GUI toolkits, labels are bits of text not editable directly by users. Typically, they are used to identify adjacent widgets (e.g., a “Name:” label before a field where one fills in a name).In Java, you can create a label by creating a TextView instance. More commonly, though, you will create labels in XML layout files by adding a TextView element to the layout, with an android:text property to set the value of the label itself. If you need to swap labels based on certain criteria, such as internationalization, you may wish to use a resource reference in the XML instead, as will be described in Chapter 9. TextView has numerous other properties of relevance for labels, such as:• android:typeface to set the typeface to use for the label (e.g., monospace) • android:textStyle to indicate that the typeface should be made bold (bold), italic (italic),or bold and italic (bold_italic)• android:textColor to set the color of the label’s text, in RGB hex format (e.g., #FF0000 for red)For example, in the Basic/Label project, you will find the following layout file:<?xml version="1.0" encoding="utf-8"?><TextView xmlns:android=/apk/res/androidandroid:layout_width="fill_parent"android:layout_height="wrap_content"android:text="You were expecting something profound?" />As you can see in Figure 6-1, just that layout alone, with the stub Java source provided by Android’s p roject builder (e.g., activityCreator), gives you the application.Figure 6-1. The LabelDemo sample applicationButton, Button, Who’s Got the Button?We’ve already seen the use of the Button widget in Chapters 4 and 5. As it turns out, Button is a subclass of TextView, so everything discussed in the preceding section in terms of formatting the face of the button still holds. Fleeting ImagesAndroid has two widgets to help you embed images in your activities: ImageView and ImageButton. As the names suggest, they are image-based analogues to TextView and Button, respectively.Each widget takes an android:src attribute (in an XML layout) to specify what picture to use. These usually reference a drawable resource, described in greater detail in the chapter on resources. You can also set the image content based on a Uri from a content provider via setImageURI().ImageButton, a subclass of ImageView, mixes in the standard Button behaviors, for responding to clicks and whatnot.For example, take a peek at the main.xml layout from the Basic/ImageView sample project which is found along with all other code samples at : <?xml version="1.0" encoding="utf-8"?><ImageView xmlns:android=/apk/res/androidandroid:id="@+id/icon"android:layout_width="fill_parent"android:layout_height="fill_parent"android:adjustViewBounds="true"android:src="@drawable/molecule" />The result, just using the code-generated activity, is shown in Figure 6-2.Figure 6-2. The ImageViewDemo sample applicationFields of Green. Or Other Colors.Along with buttons and labels, fields are the third “anchor” of most GUI toolkits. In Android, they are implemented via the EditText widget, which is a subclass of the TextView used for labels.Along with the standard TextView properties (e.g., android:textStyle), EditText has many others that will be useful for you in constructing fields, including:• android:autoText, to control if the fie ld should provide automatic spelling assistance• android:capitalize, to control if the field should automatically capitalize the first letter of entered text (e.g., first name, city) • android:digits, to configure the field to accept only certain digi ts • android:singleLine, to control if the field is for single-line input or multiple-line input (e.g., does <Enter> move you to the next widget or add a newline?)Beyond those, you can configure fields to use specialized input methods, such asandroid:numeric for numeric-only input, android:password for shrouded password input,and android:phoneNumber for entering in phone numbers. If you want to create your own input method scheme (e.g., postal codes, Social Security numbers), you need to create your own implementation of the InputMethod interface, then configure the field to use it via android: inputMethod.For example, from the Basic/Field project, here is an XML layout file showing an EditText:<?xml version="1.0" encoding="utf-8"?><EditTextxmlns:android=/apk/res/androidandroid:id="@+id/field"android:layout_width="fill_parent"android:layout_height="fill_parent"android:singleLine="false" />Note that android:singleLine is false, so users will be able to enter in several lines of text. For this project, the FieldDemo.java file populates the input field with some prose:package monsware.android.basic;import android.app.Activity;import android.os.Bundle;import android.widget.EditText;public class FieldDemo extends Activity { @Overridepublic void onCreate(Bundle icicle) { super.onCreate(icicle);setContentView(yout.main);EditText fld=(EditText)findViewById(R.id.field);fld.setText("Licensed under the Apache License, Version 2.0 " + "(the \"License\"); you may not use this file " + "except in compliance with the License. You may " + "obtain a copy of the License at " +"/licenses/LICENSE-2.0");}}The result, once built and installed into the emulator, is shown in Figure 6-3.Figure 6-3. The FieldDemo sample applicationNote Android’s emulator only allows one application in the launcher per unique Java package. Since all the demos in this chapter share the monsware.android.basic package, you will only see one of these demos in your emulator’s launcher at any one time.Another flavor of field is one that offers auto-completion, to help users supply a value without typing in the whole text. That is provided in Android as the AutoCompleteTextView widget and is discussed in Chapter 8.Just Another Box to CheckThe classic checkbox has two states: checked and unchecked. Clicking the checkbox toggles between those states to indicate a choice (e.g., “Ad d rush delivery to my order”). In Android, there is a CheckBox widget to meet this need. It has TextView as an ancestor, so you can use TextView properties likeandroid:textColor to format the widget. Within Java, you can invoke: • isChecked() to determi ne if the checkbox has been checked• setChecked() to force the checkbox into a checked or unchecked state • toggle() to toggle the checkbox as if the user checked itAlso, you can register a listener object (in this case, an instance of OnCheckedChangeListener) to be notified when the state of the checkbox changes.For example, from the Basic/CheckBox project, here is a simple checkbox layout:<?xml version="1.0" encoding="utf-8"?><CheckBox xmlns:android="/apk/res/android"android:id="@+id/check"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="This checkbox is: unchecked" />The corresponding CheckBoxDemo.java retrieves and configures the behavior of the checkbox:public class CheckBoxDemo extends Activityimplements CompoundButton.OnCheckedChangeListener { CheckBox cb;@Overridepublic void onCreate(Bundle icicle) { super.onCreate(icicle);setContentView(yout.main);cb=(CheckBox)findViewById(R.id.check);cb.setOnCheckedChangeListener(this);}public void onCheckedChanged(CompoundButton buttonView,boolean isChecked) {if (isChecked) {cb.setText("This checkbox is: checked");}else {cb.setText("This checkbox is: unchecked");}}}Note that the activity serves as its own listener for checkbox state changes since it imple ments the OnCheckedChangeListener interface (via cb.setOnCheckedChangeListener(this)). The callback for the listener is onCheckedChanged(), which receives the checkbox whose state has changed and what the new state is. In this case, we update the text of the checkbox to reflect what the actual box contains.The result? Clicking the checkbox immediately updates its text, as you can see in Figures 6-4 and 6-5.Figure 6-4. The CheckBoxDemo sample application, with the checkbox uncheckedFigure 6-5. The same application, now with the checkbox checkedTurn the Radio UpAs with other implementations of radio buttons in other toolkits, Android’s radio buttons are two-state, like checkboxes, but can be grouped such that only one radio button in the group can be checked at any time.Like CheckBox, RadioButton inherits from CompoundButton, which in turn inherits fromTextView. Hence, all the standard TextView properties for font face, style, color, etc., are available for controlling the look of radio buttons. Similarly, you can call isChecked() on a RadioButton to see if it is selected, toggle() to select it, and so on, like you can with a CheckBox.Most times, you will want to put your RadioButton widgets inside of aRadioGroup. The RadioGroup indicates a set of radio buttons whose state is tied, meaning only one button out of the group can be selected at any time. If you assign an android:id to your RadioGroup in your XML layout, you can access the group from your Java code and invoke:• check() to check a specific radio button via its ID (e.g., group.check(R.id.radio1))• clearCheck() to clear all radio buttons, so none in the group are checked• getCheckedRadioButtonId() to get the ID of the currently-checked radio button (or -1 if none are checked)For example, from the Basic/RadioButton sample application, here is an XML layout showing a RadioGroup wrapping a set of RadioButton widgets: <?xml version="1.0" encoding="utf-8"?> <RadioGroupxmlns:android=/apk/res/androidandroid:orientation="vertical"android:layout_width="fill_parent"android:layout_height="fill_parent" ><RadioButton android:id="@+id/radio1"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="Rock" /><RadioButton android:id="@+id/radio2"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="Scissors" /><RadioButton android:id="@+id/radio3"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="Paper" /></RadioGroup>Figure 6-6 shows the result using the stock Android-generated Java forthe project and this layout.Figure 6-6. The RadioButtonDemo sample application Note that the radio button group is initially set to be completely unchecked at the outset. To pre-set one of the radio buttons to be checked, use either setChecked() on the RadioButton or check() on the RadioGroup from within your onCreate() callback in your activity.It’s Quite a ViewAll widgets, including the ones previously shown, extend View, and as such give all widgets an array of useful properties and methods beyond those already described.Useful PropertiesSome of the properties on View most likely to be used include:• Controls the focus sequence:• android:nextFocusDown• android:nextFocusLeft• android:nextFocusRight• android:nextFocusUp• android:visibility, which controls wheth er the widget is initially visible• android:background, which typically provides an RGB color value (e.g., #00FF00 for green) to serve as the background for the widgetUseful MethodsYou can toggle whether or not a widget is enabled via setEnabled() and see if it is enabled via isEnabled(). One common use pattern for this is to disable some widgets based on a CheckBox or RadioButton selection.You can give a widget focus via requestFocus() and see if it is focused via isFocused(). You might use this in concert with disabling widgets as previously mentioned, to ensure the proper widget has the focus once your disabling operation is complete.To help navigate the tree of widgets and containers that make up an activity’s overall view, you can use:• get Parent() to find the parent widget or container• findViewById() to find a child widget with a certain ID• getRootView() to get the root of the tree (e.g., what you provided to the activity via setContentView())Android 页面布局使用XML进行布局虽然纯粹通过Java代码在activity上创建和添加部件,在技术上是可行的,我们在第4章中做的一样,更常见的方法是使用一种基于XML的布局文件。
硕士、博士学位论文书写格式统一要求
硕士、博士学位论文书写格式统一要求研究生学位论文应用汉字撰写,硕士论文字数一般为3-4万,博士学位论文字数为5-6万字。
论文内容要文字简练,说明透彻,推理严谨,立论正确。
论文内容一般由十三个主要部分组成,依次为:1.中文封皮;2.英文封皮;3.独创性声明及版权授权书、4.目录;5.英文目录;6.中文摘要;7.英文摘要;8.正文;9.参考文献;10.附录;11.致谢;12.攻读学位期间发表的学术论文目录;13.论文图表统计。
1.论文封面(见附件1)农科类用绿色封皮,工科类用黄色封皮,理科类用灰色封皮,管理学用粉色封皮。
博士论文必须有书脊。
2. 独创性声明和关于论文使用授权的说明(见附件2)。
附于学位论文目录之前,需研究生和指导教师本人签字。
3.目录格式(见附件4)目###录(三号,黑体,居中)第一章xxxxx(四号,宋体)1.1 xxxxx(小四,宋体) (1)1xxx(同上) (2)4.英文目录(参照中文)5.摘要格式(见附件4)中文摘要摘# #要(三号,黑体,居中)摘要正文(小四,宋体)摘要内容要包括目的、方法、结果和结论。
关键词:XXXX;XXXX;XXXX (3-5个主题词)(小四,黑体)2)英文摘要(Abstract)格式、内容与中文摘要对应。
英文摘要必须用第三人称,最好采用现在时态编写。
英文关键词与中文关键词一一对应。
6. 纸型、页码及版心要求:论文开本及版芯论文开本大小:210mm×297mm(A4纸)版芯要求:左边距:25mm,右边距:25mm,上边距:30mm,下边距:25mm,页眉边距:23mm,页脚边距:18mm正文行间距:小四号字自然排版。
7.量和单位的使用必须符合国家标准规定,不得使用已废弃的单位如(高斯(G和Gg)、亩、克、分子浓度(M)、当量能度(N)等)。
量和单位不用中文名称,而用法定符号表示。
8.图表文中图、表名均须加注英文。
图、表标题中,中文采用五号黑体,英文采用五号Time New Roman 正体;表格中文字、图例说明采用小五号宋体;表注采用六号宋体。
博士研究生文打印格式(要求打印,图片部分要求彩色打印)
博士研究生论文打印格式(要求打印,图片部分要求彩色打印)样板示意图以下依次为封面、扉页、摘要、abstract、目录、正文、结论、致谢、参考文献、附录等的格式要求示意。
分类号 学校代码 密 级—学位申请人导师姓名及职称专业名称所在学院论文提交日期学位论文原创性声明本人郑重声明:所呈交的论文是本人在导师的指导下独立进行研究所取得的研究成果。
除了文中特别加以标注引用的内容外,本论文不包含任何其他个人或集体已经发表或撰写的成果作品。
对本文的研究做出重要贡献的个人和集体,均已在文中以明确方式标明。
本人完全意识到本声明的法律后果由本人承担。
作者签名:日期:年月日学位论文版权使用授权书本学位论文作者完全了解学校有关保留、使用学位论文的规定,同意学校保留并向国家有关部门或机构送交论文的复印件和电子版,允许论文被查阅和借阅。
本人授权××××可以将本学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或扫描等复制手段保存和汇编本学位论文。
保密□,在年解密后适用本授权书。
本学位论文属于不保密□。
(请在以上相应方框内打“√”)作者签名:导师签名:居环境。
而筑就是通过单纯的几何块块的垒加的形式,去创造一种同时具有抽象性和具象性的大型建筑式陶瓷雕塑。
运用它既能把居室陶瓷小摆设用于室外,又能够扩展陶瓷在建筑上的广泛幅度。
本论文突破了以往对雕塑语言的研究方式,而侧重于对“筑”的研究,它从建筑语言﹑雕塑语言与陶瓷语言的融合对“筑”进行了系统的分析。
这实际上是一个涉及面很广的课题,论文只是尽力把握住显示有关三者交汇的主要内容,并且通过对大量的实例进行归纳和整理,分别总结了三者与砖之间的形态构成方式。
demand for improving human environmentby work of art is imminent. By simply superposing geometric blocks, “ZHU”creates simultaneously abstract as well as representational, large-scale architectural ceramic sculptures. It can make living-room bibelot used outdoors, and extend the ceramic range of use in architectural field.This paper breaks through traditional mode of study, and emphasizes particularly on the research of ZHU. By combining the architectural language, sculptural language with ceramic language, it analyzes ZHU systemically. Actually, the problem is extensively broad. This paper only endeavors to handle the main content of these three aspects, and induces a large number of instances. It summarizes separately the shape-composing mode between this three aspects and bricks.Keywords: architecture sculpture ceramic brick ceramic laying block目摘 要…………………………………………………………………………………Ⅰ Abstract ………………………………………………………………………………Ⅱ 1 引言……………………………………………………………………………1 1.1 论文研究的目的与意义......................................................1 1.2 本研究主题范围内国内外已有的文献综述..............................1 1.3 本文所要解决的问题.........................................................1 1.4 概念的界定与研究方法......................................................1 2 以“岁寒三友”图为媒介的原因综述.............................................3 2.1 “岁寒三友”是象征意义根植于传统的儒家思想.....................3 2.2 社会历史氛围造就了“岁寒三友”.......................................4 2.3 “岁寒三友”图适宜于用作装饰题材....................................4 3 传统绘画的“岁寒三友图”与青花装饰是“岁寒三友图”比较............6 3.1 传统绘画和青花装饰在笔墨意趣、色彩表现等方面存在相似处...6 3.2 传统绘画和青花装饰在细节处理、形态刻画等方面存在更多的差异处.................................................................................7 4 使传统绘画和青花装饰两者之间产生差异的原因...........................13 4.1 传统绘画与青花装饰在功能和任务上的不同造就了二者的差异13 4.2 传统绘画与青花装饰载体的不同.......................................16 4.3 传统绘画与青花装饰在工艺上的不同.................................18 20 ............22 (23)法国作家福楼拜说:“越往前进,艺术越要科学化,同时科学也要艺术化,两者从基底分手,回头又在塔尖结合。
博士、硕士学位论文统一格式的规定
西北工业大学关于研究生学位论文撰写的规定学位论文是作者作为提出申请相应学位评审和答辩时用的一篇系统、完整的学术论文,是必须由本人独立完成的研究成果。
学位论文的内容应有所发现、有所发明、有所创造和有所创新,而不是重复、模仿和抄袭。
博士学位论文应在导师的指导下由博士生独立完成,并在科学或专门技术上做出创造性成果。
能够说明作者确已掌握了本学科坚实宽广的基础理论和系统深入的专业知识,并具有独立从事科学研究工作的能力。
硕士学位论文应在导师的指导下由硕士生独立完成,并对所研究的课题有新的见解。
能够说明作者确已掌握了本学科坚实的基础理论和系统的专业知识,具有从事科学研究工作或独立担负专门技术工作的能力。
硕士、博士学位论文应采用最新颁布的汉语简化文字撰写,由作者用电脑输入、编排及打印完成。
一般由以下几部分组成,依次为:〔1〕封面,〔2〕中文摘要,〔5〕英文摘要,〔6〕目录,〔7〕正文,〔8〕参考文献,〔9〕发表论文和参加科研情况说明,〔10〕致谢,〔11〕附录,〔12〕知识产权声明书和原创性声明。
各部分具体要求如下:一、论文第一部分内容及要求学位论文必须用A4标准的复印纸编排、正反两面打印〔一份〕。
论文成品尺寸为:207mm ×290mm。
页边距按以下标准设置:(样例1)上边距:天头至眉头2.5 mm,下边距:页脚至地脚2.5 mm,页眉至页脚:不大于24.5 mm;左、右边距为:30 mm,左右版心不大于14.5 mm,居中,不留装订线。
论文的页眉设置应从目录页开始到论文的致谢页,页眉的内容按章的变化来设置,用宋体五号字书写。
论文的页码一律按阿拉伯数字连续编排。
由前言〔或绪论〕的首页开始作为第一页,并为右页另页。
中英文摘要、目录要单独用“I、II、II、IV”码编制页码。
页码必须统一标注在每页下方居中。
1.论文封面。
包括:学校代码、分类号、密级、学号、论文题目、作者、学科专业、指导教师、申请学位日期〔1〕外封面要求及内容。
毕业论文封面、扉页、中文摘要、英文摘要、目录
XX XX
2008 级
XXXXXXXX
单位代码 :10452源自 中文题目(居中) 英文题目(居中)
姓名 专业 指导教师
临沂大学 二〇一一年五月
深的入精贯习神彻中部和落纪选。要实委拔深锋求中机任入队,为央关用学员”特的和、工习装的别情省组中作《、标本是形、织央坚条中统准质“和市原组守例源国一和九处委则织为、》,共思条使个分关、部人遵等标 弘产想件命严规于优《做守法准 扬党行章;,禁定从良关事党规和 党地动党学进止。严作于的章制条 的方个,规习一、治风加基县、度件 优委全认。党步九党动,强准处维,。 良员面真着规明个的实牢换和级护学认 传会”学,眼确一重效记届底以党习教真 统工战习充明要“律大;入风线上章市育学 和作略习中分确掌四”决要党气。党,委、习 作条布近、展基握个纪策在充誓监员坚加全理《 风例局平五示本廉服律部学分词督领定强体论中 ;》、总中共标洁从要,署,发的导理领党武国 深《贯全全产准自”求做。关挥牢通(干想导员装共 刻中彻市会党、律的,合键机记知川部(区信班学。,产 汲国落X精人树准要重格在关党》委要二X域念子习根进党 取共实年神的立则求点党系做党的和办学)中;思党据一廉 违产五在,优行规掌员统。组宗中〔深学心认想章省步洁 纪党大全进良为定掌握”先要织旨央2一系全 关”真政,委坚自 违党0发体一风规的握“学深战,、1层列体 于提学治要办定律 法组6展党步貌范“四习〕入斗深省,讲党 在供习建深公理准 反工理题员巩和,四的个教1学堡入委系话员 全坚党设入4厅想则 面作念学中固时组个领廉育号习垒领、统。讲 体强的领个印信》 典条,习开拓代织必导洁实)贯作会市学着定党保历实会专。发念《 型例实讨展精和须干”施和彻用党委习眼理课 员证史施党题的,中(现一”论“党神引部方《习和员有领加想, 中。意的组《提国 的试X、学 制,的;导“必四案中近党条关悟强X信支 开学见性织关高共 教行二总习 度按党群要广四须个〉共事平员件严党理念部 展习等质讨于党产 训)、体讨 要照章众带大个具自的X业总先和肃章论,书 “革制、论照在性党 ,》主X要论 求“党路着坚备觉通“书锋义换,武学明记命度市宗,入全觉纪 自《要求” ,四规线问员持的知十记模务届深习确给 党先文委旨每党省悟律 觉内。 党个、教题逐”六,》三头开系范、纪刻教政支 章辈件办、个志党;处 讲政容,以 小讲学育条项(五落展列作权律把育治部 党和,公指专愿员要分 政领带党 组(系实,逐掌基X”于实“重用利握动方党 规先学室导题谈中坚条 治导X头组 每课一列践针句握本发“全两要,“委员向、进关思集理开持例 、干观严中 月”)讲活对通各条展七面学讲领明两办部”讲 学典于想中想展学》 讲,守心 底要学话动问读类件良定个从一话导确个〔署、党 系型印学、“用等 规温在政组求党,和题违好共有严做,带先2,“课 列发奋习谈学结党 矩入推0关治形 织,做“改章纪开产之治”全头合1以坚,用〈斗讨信党合内 、讲动6键纪式 一开合三,行局党”学面、格〕华党持邀好关目论念章、法 守话志改时律, 次展格严进明和人“责习贯以党2民支根请红于标不,党创规 纪愿革8刻和定 党三一确“性理五任教彻上号族部本党色在、得对规先, 律做和发保站政期 员组实步做决锻想个。育落率)优为宗校教全少照、争尊 ,合入展持得治组 集班”坚合胜,炼信必实下,三秀单旨教育市于入学优崇格党稳公出规织 中子学专持格全向和念须基党,结、,传位师资党1党系,誓定仆,矩集 学成习题问党天面党道,”础的为合主站统开敢、员讲誓列进章员词实情危,中 习员教题。小的德牢等十协我要稳美展于专中规词讲一”,践怀险带学 。到育导的康理修固重八调”局(措政德一担家开矩找话步学交中精,时头习 支联(成向、论养树要大推中实三施治,次当学展、标,强习流建神牢候, 部系以果建和,立论进奋际)全立筑主作者“有(准做化教思功,记豁固每区下;注成路心党述十“发,开面场牢题为给学国纪一、合宗育想立推共得树次 季县简要重线存的,八四有现展从,拒党”特律)找格旨实体业动产出立确 度X称突活方敬意认届为制“严把腐日、员章X色,开差党观施会。X党,和定 召“出述针畏识真三、定四局治理防活“干党X社讲展距员念方。《员在贯1开两正县,政、践中加建如个带个党想变动坚部规会道“。”案党永X彻一学面(处领策手党行、快功下讲头专等信的,守讲、X主德两党学干委远落次党一二级会看握员“四发立实党事讲题方念防组纪党学义、重支习部会是实全中做)以贯齐戒意三展业施课党开新面时线织律课系道有温部教要读的劳五体央”开上穿,尺识严、。方”“课展要的时;党底,列路品两书育讲本工动大党决学展其认,三科案。十,交中求深处始员线鼓讲全、行对记方话)作人发员定习“中真廉强实学习党三局流国,刻处终重励话体“,照作案精》方民展会,教三领的贯洁化”发系支五党研特坚内体保温树普党建五讲”学》神为法的理议2育个导马彻从党要展列部”组讨0理 情色持涵现入立通员位奉主习。基1》普念,)干克省政的求、讲要规书6。念 怀社以和为干党清要与一献题动本纳通,分县部思委、宗和话结划记按怎 、会知要行事志风员坚全体、党员教入一带别处要主、从旨好谐,合开给照么 务主促求动创愿正、持面”有日,材学员头围级义市严意干发要专局“办 实义行。的业、气学建总作活领,习,攻绕以做立委治识部展重起三、 思要力重”做成体为动导深内密坚“上结场决家,标。点步会新 想“知着量开温3结小的布。干入容切克坚党合观策,积准学、一战 作四行重;拓入(合康要局合4部学。联难员,月点部带极,习“课略 风个合学坚进党三,社求、格带习深系、干对底方署头践带《决怎 。全一习定取誓)坚会和“党头《入群敢部照前法,弘行头习胜么 要面,领正的词做相内四员重习领众于要习,做扬社坚近全干 深”做会确精,合适容个。近会,担以近结领政社会定平面” 入战讲习的气对格应;全引平关全当《平合会治主理总小学 领略政近神党、重面导总于心,习总贯上主义想书康习 会布治平,员有点”党书改全带近书穿的义核信记、研 我局、总方平。效学战员记革意平记其明核心念系建讨 国、有书向常着服习略强系发为谈关中白心价列成; 发五信记,时眼务习布化列展人治的人价值重区注 展大念来经候党国近局政重稳民国坚;值要域重 战发,川常看和家平、治要定服理定践体讲中同 略展视主得国治总五意讲、务政信行系话心X机理察动出家书大识话内;》X仰党和读遇念重向,事和记发,读工政加《追的中本、要党业“对展保本作外强习求宗(中社讲的五四理持(“交党近、旨2会话央新位川念政02存国平历,10主和看发一工、治61凭防总年史6义系齐展体年作全本、、书版担核列对”版的面色留治记)当心重党建)系深史党重》意价要员设》列化、治要,识值指的,改资国讲重、观示X要革政治话点真X和将、、事军文领挚全毛育业的章会为面泽人发重选理民从东”展要编想严同的体论(信治志作系领念党用。导、等结中全方合国体面起梦党来、员,学加快
研究生学位论文书写格式及排版要求
研究生学位论文书写格式及排版要求一、论文内容构成论文的内容一般由十四个主要部分组成,依次为:封面、独创性声明、目录、符号说明(或英汉缩略语名词对照)、中文摘要、英文摘要、论文正文、参考文献、文献综述、致谢、攻读学位期间的研究成果及发表的学术论文目录。
二、书写格式(一)封面1、硕士、七年制学位论文封面用浅蓝色皮文纸,博士学位论文封面用粉红色皮文纸。
2、题目:不宜超过30个汉字。
3、“分类号”:中国图书资料分类法类号。
4、分学术学位研究生和专业学位研究生。
5、学术研究生“学科名称”:分别填写一级、二级学科,生物医学工程原则上按一级学科填写。
6、专业学位研究生“专业学位领域名称”填专业学位类别名称及专业学位领域名称。
(二)学位论文独创性声明声明须由作者及导师签名,未签名者不得参加论文答辩。
签字后的独创性申明制作成电子版直接插入论文封面后。
(三)目录目录应将文内的章节标题依次排列。
(四)符号说明(或英汉缩略语对照)根据论文中采用的符号、变量、缩略词等专用术语加以定义和注释,以便论文阅读和迅速查找某符号的明确含义。
若上述符号和缩略词使用数量不多,可以不设专门的汇集表,而在论文中出现时加以说明。
(五)中文摘要、关键词包括论文题目、摘要内容、关键词和资助渠道。
关键词一般为3~5个,关键词用逗号分隔,最好从《医学主题词表》和《汉语主题词表》中摘选,当《医学主题词表》和《汉语主题词表》的词不足以反映主题时,作者可直接采用新术语。
资助渠道排在中文摘要第一页的用页脚方式放在最下方,没有可不写。
中文摘要不用注明学位申请者及指导教师的姓名。
(六)英文摘要包括论文题目、摘要内容和关键词。
英文关键词一般为3~5个,关键词用逗号分隔。
英文摘要处不用注明学位申请者及指导教师的姓名。
(七)论文正文一般由标题、正文、图、表格和公式等五种文体构成。
医学类学位论文推荐采用国际医学期刊编辑委员会推荐的IMRaD标准格式(温哥华格式),即正文分成前言、材料和方法、结果、讨论四部分;其他学科论文可用其它写作方式。
东北大学博士学位论文格式
东北大学博士学位论文排版打印格式1. 引言依据中华人民共和国《科学技术报告、学位论文和学术论文的编写格式》和东北大学学位论文格式改编,专为我校申请硕士、博士学位人员撰写打印论文时使用。
本格式自发布日起实行。
2. 学位论文主要部分学位论文主要部分由前头部分、主体部分和结尾部分组成。
2.1 前头部分(1)封面(2)扉页——题名页(中、英两种)(4)声明(独创性声明)(3)摘要(中、英两种文字)(5)目录(6)插图和附表清单(只限必要时)(7)缩略字、缩写词、符号、单位表(只限必要时)(8)名词术语注释表(只限必要时)2.2 主体部分(1)绪论(前言、引言、绪言)(2)正文(3)讨论、结论和建议2.3 结尾部分(只限必要时采用)(1)参考文献(2)致谢(3)攻读博士学位期间取得的学术成果(4)作者从事科学研究和学习经历的简历(5)可供参考的文献题录(只限必要时采用)(6)索引(只限必要时采用)3. 版式纸张大小:纸的尺寸为标准A4复印纸(210mm×297mm)。
版芯(打印尺寸):160mm×247mm(不包括页眉行、页码行)。
正文字体字号:小4号宋体,全文统一。
每页30~35行,每行35~38字。
装订:双面打印印刷,沿长边装订。
页码:页码用阿拉伯数字连续编页,字号与正文字体相同,页底居中,数字两侧用圆点或一字横线修饰,如·3·或-3-。
页眉:自摘要页起加页眉,眉体可用单线或双线(二等线、文武线),页眉说明5号楷体,左端“东北大学硕士、博士学位论文”,右端“章号章题”。
封面:东北大学研究生(博士或硕士)学位论文标准封面(双A4)。
4. 体例4.1 标题论文正文按章、条、款、项分级,在不同级的章、条、款、项阿拉伯数字编号之间用点“.”(半角实心下圆点)相隔,最末级编号之后不加点。
排版格式见表4.1。
此分级编号法只分至第四级。
再分可用(1)、(2)……;(a)、(b)……等。
博士学位论文中英文摘要
博士学位论文中英文摘要作者姓名:刘波论文题目:板振动问题的新解法作者简介:刘波,男,1981年12月出生,2007年9月师从于北京航空航天大学邢誉峰教授,于2010年1月获博士学位。
中文摘要板壳动力学问题的精确求解与数值求解是弹性力学理论中关注的两个主要问题,板壳结构在航空航天等工程领域应用极为广泛。
本文研究板振动问题的新解法,核心内容包括板振动问题的精确解法、数值解法及考虑热磁弹性板振动问题的数值解法,还包括圆柱薄壳自由振动问题的精确与数值解法,其中一些研究取得突破性进展:1.求得了矩形各向同性及正交各向异性薄板、中厚板在多种边界条件下横向及面内自由振动本征值问题的新精确解。
主要成果有:1)矩形薄板自由振动的新精确解:纳维(C. L. Navier, 1785-1836)的逆法和莱维(M. Lévy, 1838-1910)的半逆法是板壳振动问题的经典求解方法,二者分别假设板壳的两个本征值或两个本征值之一为已知,分别可用于求解四边简支和对边简支矩形板壳振动问题的精确解。
近一百年来大批力学家,包括我国学者的工作,都没有突破这个范围。
本文突破了逆法和半逆法假设两个或一个本征值已知的局限,把两个本征值都看作未知量,用分离变量法求得了各向同性及正交各向异性矩形薄板在简支、固支任意组合边界下振动的精确解,其中含邻边固支的三种情况是用半逆法无法求解的。
由于本文方法不同于逆法,是直接求解,因此在论文中被称作直接分离变量法。
2)矩形板面内自由振动的新精确解:面内振动也是动力学中的一个重要研究方向,瑞利(Lord Rayleigh, 1842-1919)在1894年求得了四边简支矩形板面内自由振动的精确解。
由于面内振动的本征值问题是两个耦合微分方程,不易求解,因此直至2006年Gorman才求得了各向同性矩形板在对边简支且对边边界条件对称情况下的精确解,但存在重频、漏频和识别模态问题。
本文不要求对边边界条件对称,采用直接分离变量法求得了各向同性和正交各向异性矩形板在一组对边为两种简支边界的任意组合,另外一组对边为简支、固支、自由任意组合边界的所有情况的精确解,并且不存在重频、漏频和识别模态问题。
武汉理工大学博士、硕士学位论文书写格式的统一要求范文
博士、硕士学位论文撰写、印制格式的统一要求(2009年7月修订)一、一般格式和顺序(一)封面:(封一:博士学位论文格式见附1,同等学力博士学位论文格式见附2,硕士学位论文见附3,同等学力硕士学位论文格式见附4,高校教师硕士学位论文格式见附5, 工程硕士学位论文见附6,MBA硕士学位论文见附7,MPA硕士学位论文见附8,MFA硕士学位论文见附9;封二:通用格式,见附10)1.题目:应能概括整个论文最重要的内容,具体、切题,不能太笼统,但要引人注目;题目力求简短,严格控制在25字以内。
2.学科专业:以国务院学位委员会批准的专业目录中的学科专业为准,一般为二级学科;专业学位硕士研究生填工程领域或MBA、MPA、MFA等,工程领域以国务院学位办批准的工程领域为准。
3.指导教师:工程硕士研究生必须填写两名导师,其他研究生一般只填一名导师。
4.密级:注明论文密级为公开、内部、秘密或机密。
(二)独创性声明和学位论文使用授权书(学位论文务必包含此页,博士、硕士研究生向学院提交纸质学位论文时一定在“签名”栏手写签名,否则须书面材料说明原因):单设一页,排在封面后(即扉页,详细内容见附11)。
(三)中文摘要:论文第一页为中文摘要,800~1 000字。
内容应包括工作目的、研究方法、成果和结论等。
要突出本论文的新见解,语言力求精炼。
为了便于文献检索,应在摘要下方另起一行注明论文的关键词(3~5个)(格式见附12)。
(四)英文摘要:中文摘要后为英文摘要。
内容应与中文摘要相同(格式见附10)。
(五)目次:应是论文的提纲,也是论文组成部分的大、小标题。
(六)主要符号表:如果论文中使用了大量的符号、标志、缩略词、专门计量单位、自定义名词和术语等,应编写成主要符号表。
若上述符号和缩略词使用数量不多,可以不设专门的符号表,而在论文中出现时加以说明。
(七)引言(第1章):在论文正文前,引言简要说明研究工作的目的、范围、相关领域前人工作的知识空白、理论基础和分析、研究设想、研究方法、预期结果和研究意义。
论文格式:博士毕业论文格式要求
论文格式:博士毕业论文格式要求本文是一篇论文格式,论文一般由题名、作者、目录、摘要、关键词、正文、参考文献和附录等部分组成,其中部分组成(例如附录)可有可无。
论文各组成的排序为:题名、作者、摘要、关键词、英文题名、英文摘要、英文关键词、正文、参考文献、附录和致谢。
(以上内容来自百度百科)今天硕博网为大家推荐一篇论文格式,供大家参考。
学位论文用纸规格为A4,页面上边距和左边距分别为3 cm,下边距和右边距分别为2.5 cm.页眉:奇页页眉为“长治学院本科毕业论文(设计)”,偶页页眉为论文题目(不包括副题目),居中,5号宋体字,页边距为2cm.页脚:需设置页码,页码从正文第一页开始编写,用阿拉伯数字编排,正文以前包括摘要的页码用罗马数字,一律居中。
1、封面:封面内容包括论文题目、指导教师、学生姓名、学号、系(部)、专业、毕业时间等信息,此页不编排页码。
2、题目:题目应概括整个论文最主要的内容,恰当、简明、引人注目,力求简短,严格控制在20字以内。
3、摘要:①正论文第一页为中文摘要,学位论文摘要约300~500字,应说明工作的目的、研究方法、结果和最终结论。
要突出本论文的创造性成果或新的见解,语言力求精炼。
为便于文献检索,应在本页下方另起一行注明本文的关键词(3~5个);②英文摘要在文后(参考文献后),内容与中文同,不超过250个实词,上方应有英文题目。
第二行写学生姓名,指导老师…等信息;关键词,应与中文对应,便于交流。
外文论文(设计)中文摘要:(1)标题小4号黑体,1.5行距,段前0行,段后0行;(2)主体部分用小4号宋体,1.5倍行距;(3)关键词:小4号宋体。
英文摘要:(1)题目用小2号Times New Roman,1.5行距,段前0行,段后0行;(2)主体部分用5号Times New Roman,1.5倍行距;(3)关键词:小4号Times New Roman.4、目录:应独立成页,包括论文中全部章、节的标题(即一级、二级标题)及页码。
博士、硕士学位论文撰写格式
南京理工大学博士、硕士学位论文撰写格式为了规范博士、硕士学位论文的撰写,根据由国家标准局批准颁发的GB7713-87《科学技术报告、学位论文和学术论文的编写格式》,将博士、硕士学位论文的编写格式及有关标准统一规定如下:1 学位论文的装订博士、硕士学位论文页面设置一律为:上空30mm,下空24mm,左空25mm,右空25mm,对称页边距,页眉20mm,页脚20mm。
用A4(297mm×210mm)标准大小的白纸,装订成册后尺寸为(292mm×207mm)。
硕士论文封面用157g白色铜版纸,博士论文封面用230g黄色云彩纸。
封二、英文封二、声明和学位论文使用声明采用单页印刷,从中文摘要开始采用双面印刷。
正文中的一级标题(章目)用小3号加粗宋体,段前段后各空18磅,居左;二级标题(条)用4号加粗宋体,段前段后各空12磅,居左;三级标题(款)用小4号加粗宋体,段前段后各空6磅,居左;四级标题(项)同正文用小4号宋体,行距20磅。
数字和字母采用Times New Roman 体。
样本详见附件。
学位论文格式为:( 注:页眉字体为小5号宋体)奇数页眉博士/硕士论文论文题目奇数页码偶数页眉章节号和名博士/硕士论文偶数页码2 学位论文前置部分2.1 封面封面按统一的博士、硕士学位论文封面的内容和格式填写。
(见附件一,注:密级部分如:秘密、机密或绝密必须填,其余可不填。
密级后面★作标志,★后注明保密期限。
)书脊要注明学位论文题名及学位授予单位名称。
2.2 封二学位论文的封二可作为封面标识项目的延续,内容包括学位论文级别、题目、作者、指导教师、作者单位、出版时间等。
该页置于封面下面,包括中英文版,中文在前,英文在后。
字体和字号以封面为准。
见附件三和附件四。
2.3 声明另页起,用附件五,对其内容不得作任何改动。
该声明置于封二之后,中文摘要之前。
2.3 摘要摘要是学位论文内容的不加注释和评论的简短陈述,说明研究工作的目的、实验方法、实验结果和最终结论等。
博士学位论文中英文摘要专门格式
博士学位论文中英文摘要专门格式论文题目:作者介绍:论文摘要:(600字以内)关键词:研究成果:(包括科研情况和在学期间发表论文情况)将以上内容翻译成英文具体见下两页论文题目:烟气循环烟气循环烟气循环烟气循环作者介绍:烟气循,生于年月日。
师从教授,于年月通过博士学位论文答辩。
论文摘要:烟气循环烟气循环烟气循环烟气循环气烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环关键词:脱硫;污染控制;烟气循环流化床;高活性吸收剂;反应机理;数学模型;实验研究研究成果:1.烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环烟气循环。
2.3.4.5.6.Title of the dissertation: Introduction of the Author: Abstract:Key words:Research Achievements:。
学位论文统一用A4纸打印或复印
学位论文统一用A4纸打印或复印一、前置部分(一)封面(见样式一)内容、字号填写说明1.封面上包括下列内容:(1)分类号:在《图书分类》一书中查找。
字号,黑4号(2)密级:按论文级别填写,秘密或公开。
字号,黑4号(3)论文题目,字号,黑1号或初小(4)作者:作者名居中。
字号,宋4号(5)申请学位级别:博士、硕士、硕士(同等学历)(工程硕士)、(师资硕士)。
字号,宋4号(6)专业名称:准确的名称。
字号,宋4号(二)封二(见样式二)内容,字号填写说明1.论文题目、英文题目。
字号:黑3号2.姓名,年级。
年级是指入学的年级,姓名以下行均为宋4号。
3.研究方向:要与培养方案为准4.答辩日期与授学位日期暂不填写(三)学位论文原创性声明和关于论文使用授权的说明(见样式三)标题为黑体小二号字,其它部分宋体4号。
(四)中英文摘要、关键词各为一页。
摘要是论文的内容不加注释和评论的简短陈述。
摘要一般应说明研究工作目的、实验方法、结果和最终结论等,而重点是结果和结论。
中文摘要一般不宜超过200~300字;外文摘要不宜超过250个实词,要求仅用文字表达。
博士论文摘要应不少于1000字。
(五)目次页(即目录)目次页由论文的篇、章、条、附录、题录等的序号、名称和页码组成。
(见样式四)二、正文部分主体部分一般由引言(或绪论)开始,以结论或讨论结束。
每一章、条的格式和版面安排,要求统一,层次清楚。
二、正文部分(字号:小4号字,字体;每行32-33个字,字间距:0.9磅左右,位置:标准;每页28-29行,行间距:21磅左右。
每章另起一页)(一)每页打篇眉(用5号字)如:辽宁工程技术大学博士(硕士)学位论页码(二)标准条文的排列格式“章”、“条”的编号应左起顶格书写。
有标题时,在编号后空一个字的位置再写标题,另起一行写具体内容。
没有标题时,则在编号之后空一个字的位置再写具体内容。
并列叙述条文的编号a.,b.,c.,……均应左起空两个字的位置再书写,在编号的圆点之后空一个字的位置再书写具体内容。
学位论文规范(A4版)
西安理工大学研究生学位论文规范1 论文用字、编辑、打印、用纸及顺序1.1 论文用纸、页眉、页边距及字数a 论文用纸论文用纸一律为A4(210㎜×297㎜)70g复印纸;博士学位论文封面使用蓝色150g平面特种纸制作;普通硕士学位论文使用白色157g铜版纸制作;工程硕士专业学位论文使用浅蓝色150g轧纹特种纸制作;工商管理硕士专业学位论文使用浅绿色150g轧纹特种纸制作。
b 页眉论文从第一页(摘要)开始到最后一页,每一页的最上方有页眉。
页眉用5号楷体,居中排列,页眉之下划一条线(单线,线粗0.25磅)。
页眉以各章节名称与“西安理工大学博士(或硕士、工程硕士、工商管理硕士)学位论文”字样交替标示。
奇数页页眉为章节名,偶数页页眉为“西安理工大学博士(或硕士、工程硕士、工商管理硕士)学位论文”。
c 页边距论文页边距设置采取以下方式:上边距:2.5cm;下边距:2.1cm;左边距:2.1cm;右边距:2.1cm;装订线:0.5cm;页眉:1.5cm;页脚:1.5cm。
d 字间距和行间距论文字间距设置为:标准。
论文行间距设置为:固定值 20磅。
1.2 论文用字、编辑与打印论文一律使用简化汉字,全部打印清楚,少量中、英文无法打印的文字符号可允许手写,但须清晰整洁。
正文、摘要用字为小四号宋体。
不得使用不合规定的简化字、复合字、异体字或乱造汉字。
论文采用双面复印。
论文编辑软件要求用word文字处理软件。
1.3 论文顺序论文顺序依次为封面、中文摘要、英文摘要、目录、前言、主要符号表、正文、结论、致谢、参考文献、附录、在校学习期间发表的论文、专利、获奖等评价情况。
主要符号表和附录可按需列入。
2 论文的封面、中文摘要、英文摘要、目录及主要符号表的规范2.1 封面论文封面按照研究生部统一要求,专业学位论文内封应有论文的英文题目、论文主题词和论文类型。
论文封面参照给出的格式制作(见文后附录A、B、C)。
论文题目要做到确切、恰当、鲜明、简短,能概括整个论文最重要的内容。
博士学位论文封面
1、全日制学术型博士研究生学位论文封面为白色、150克纸。
2、学科门类、一级学科:按国家学科专业目录中的正确名称填写。
3、研究方向:填写国家学科专业目录中的二级学科名称或具体研究方
向。
4、指导教师:有合作导师的,可增加一行填写
5、经学校审定过的涉密学位论文:须在封面右上角标明密级、保密期限,
标志符号为“★”,“★”前标密级,“★”后标保密期限,如“秘密★ 10年”。
非涉密论文一律不得随意填写此项。
6、封面格式如下:
学校代码10345 中图分类号G663.6
博士学位论文
论文题目
学号:
姓名:
指导教师:
学科门类:
一级学科:
研究方向:
所在学院:
提交日期:年月日
示例
学校代码10345 中图分类号G663.6
博士学位论文
初中数学小组合作教学中的分组研究—基于龙泉市民
族中学分组的分析与思考
学号:2013220100
姓名:王燕
指导教师:陈淼森教授
学科门类:教育学
一级学科:教育学
研究方向:课程教学论
所在学院:教师教育学院
提交日期:2017年3月20日。