论文类型Journal、magazin、transaction、letter等的区别
论文类型Journal、magazin、transaction、letter等的区别
http://blog.sina.com.cn/s/blog_5420e0000101a66m.html
(2012-11-18 11:03:56)
一、主要分类
Journal期刊:刊登关于某特殊主题的文章的期刊
magazine杂志:综合性内容的期刊
transactions(学会等的)议事录,会报,会刊
proceedings记录, 会议录; 年[学]报; (科学文献)汇编
二、IEEE分类
IEEE的paper大体分为3类,letter,magazine,journal/transaction.
IEEE letter:属于快报形式,一般发表最新的研究成果,文章要求短小,理论推导要求不高。
IEEE Magazine:这才是属于杂志类,一般要求用文字和图表来表述些最新研究成果,不允许有过多的公式推导
IEEE Jour/Trans:这两个属于同一类,期刊杂志,但两者面向的读者和表达方式上略有不同。两者都需要有很大的创新点,和比较详细的公式推导。
Trans:具体到一个相对较细的专业方向上,如IEEE Trans. Sign.Proc.。
而jour:面向的读者群却更加广泛,如IEEE J-SAC,所以jour需要对背景知识有更加全面的介绍。虽然jour没有trans.的专注度高,但是其理论深度的要求也很高,而且其影响因子往往远远高于Trans.
三、其他说明
1 仅从目标来说, Transaction, Journal, Letter 仅仅是名称不同而已 。以 IEEE协会的出版物为例
The mission of IEEE Transactions, Journals, and Letters is to provide archival publications that are of lasting value to the engineering community. These periodicals provide the profession with content that has been peer-reviewed and published with the objective of creating an historical account of progress in the field.
两个重点: 1)是为了提供一个保存有长久价值的知识的出版品;2) 经过 peer-review 的程序 。
2 但是如果要更细分這三种出版品的話, 先以 IEEE Power Electronics Letters 和 IEEE Transactions on Power Electronics 为例说明 Letter 和 Transaction的不同:
1)IEEE Power Electronics Letters
This electronic publication will be devoted to the rapid publication of short manuscripts of archival value in the general area of power electronics. Power electronics is the underlying technology for a vast portion of electrical energy processing.
2)IEEE Transactions on Power Electronics
The development of power electronics technology. This technology encompasses the effective use of electronic components, the application of circuit theory and design techniques, and the development of analytical tools toward efficient electronic conversion, control, and conditioning of electric power.
可以看到的是, Letter 的内容通常是 Short Paper, 有即时性的, 而 Transaction 收录的内容则没有这个在时间上的特性.
3 至于Journal 的內容, 是属于比较难的。Journal 所收录的內容介于Transaction 及 Letter之间,可收录 Short Paper 也可收录 Regular Paper. 以 IEEE Journal of Quantum Electronics 为例:
IEEE Journal of Quantum Electronics is published monthly.It comprises original contributions, both regular papers and letters, in the broad field of the science and technology of quantum electronics of either a device-, subject-, or system-oriented nature. IEEE Lasers and Electro-Optics Society Field of Interest Lasers, optical devices, optical fibers and associated lightwave technology and their application in systems and subsystems, in which the quantum electronic devices are key elements. The Society is concerned with the research,development, design, manufacture, and applications of materials, devices and systems, and with the various scientific and technological activities which contribute to the useful expansion of the field of quantum electronics and applications.
除了 IEEE, 在通信科学领域另一个重量级学会 ACM,对于命名一个 New Publication 则有下列建议 :
Proposed name of new publication
If this is a peer-reviewed journal it will probably be called ACM Transactions on XXX (although there are some exceptions).Other ACM publications must use other names. You may propose a single name or several possible names for the Board to consider.
在选择名字时还要考虑到它的类型 :
Format and type of publication
Are you proposing a peer-reviewed journal, a magazine, an online newsletter, or some other type of publication? Are you proposing a print publication or an online-only publication? How frequently will this publication publish new articles? How long will a typical article be? How many articles will be included in each issue? Will this publication include something other than traditional articles (software, multimedia, message boards, etc.)
另外, 在其中有这么一句话:
Please provide an overview of the proposed editorial process.
Will articles go through a full refereeing process, or a less
rigorous review process (transactions must use a refereeing process)
这就说明了 Transaction必须经过Refereeing 才可以 。
如果有人对其他形式的 publication 如 magazine, newsletter, proceeding 有兴趣 IEEE 的 IEEE Policy 6.6 倒是有一些描述可供參考.
论文类型Journal、magazin、transaction、letter等的区别的更多相关文章
- 博士论文》》》 Journal,magazine,transaction,proceeding
Journal期刊:刊登关于某特殊主题的文章的期刊 magazine杂志:综合性内容的期刊 transactions(学会等的)议事录,会报,会刊 proceedings记录, 会议录; 年[学]报; ...
- Java中引用类型变量,对象,值类型,值传递,引用传递 区别与定义
一.Java中什么叫做引用类型变量?引用:就是按内存地址查询 比如:String s = new String();这个其实是在栈内存里分配一块内存空间为s,在堆内存里new了一个Stri ...
- [c#基础]值类型和引用类型的Equals,==的区别
引言 最近一个朋友正在找工作,他说在笔试题中遇到Equals和==有什么区别的题,当时跟他说如果是值类型的,它们没有区别,如果是引用类型的有区别,但string类型除外.为了证实自己的说法,也研究了一 ...
- Swift中可选类型(Optional)的用法 以及? 和 ! 的区别 (转载博客,知识分享)
本文转载自:代码手工艺人的博客,原文名称:Swift之 ? 和 ! Swift语言使用var定义变量,但和别的语言不同,Swift里不会自动给变量赋初始值,也就是说变量不会有默认值,所以要求使用变量之 ...
- C#语法——泛型的多种应用 C#语法——await与async的正确打开方式 C#线程安全使用(五) C#语法——元组类型 好好耕耘 redis和memcached的区别
C#语法——泛型的多种应用 本篇文章主要介绍泛型的应用. 泛型是.NET Framework 2.0 版类库就已经提供的语法,主要用于提高代码的可重用性.类型安全性和效率. 泛型的定义 下面定义了 ...
- mysql中字符串类型char(n)和varchar(n)的区别
n的含义 根据网络上找到的结果(不能保证准确),在5.0.3以后版本中,n均代表字符数,而不是字节数:我用来测试的版本是5.7.20,该版本中,n表示字符数. 验证过程如下 建表 CREATE TAB ...
- swift--使用 is 和 as 操作符来实现类型检查和转换 / AnyObject与Any的区别
声明几个类: //动物类 class Animal{ } //陆地动物类 class terricole: Animal { } //海洋动物类 class SeaAnimals: Animal { ...
- 20151024_001_C#基础知识(静态与非静态的区别,值类型和引用类型,堆和栈的区别,字符串的不可变性,命名空间)
1:我们把这些具有相同属性和相同方法的对象进行进一步的封装,抽象出来类这个概念. 类就是个模子,确定了对象应该具有的属性和方法. 对象是根据类创建出来的. 2:类:语法 [public] class ...
- 值类型前加ref和out的区别
1.值类型前加ref,在调用前必须先初始化,初始化之后在方法内部直接使用 值类型x前加了ref,方法外的x会随着方法内的x改变而改变,因为此时传的是地址,如下面的例子, x前加了ref所以x = x+ ...
随机推荐
- IDEA窗口重置
- k-近邻算法-手写识别系统
手写数字是32x32的黑白图像.为了能使用KNN分类器,我们需要把32x32的二进制图像转换为1x1024 1. 将图像转化为向量 from numpy import * # 导入科学计算包numpy ...
- 改变input type="file" 文字、样式等
<div class="tac"> <input type="file" id="browsefile" class=&q ...
- nunit单元测试详解
在粗略看了代码后,下面就详细说明相应的测试标记(属性)的用法. [TestFixture(arguments)]属性标记类为测试类,若没有填写参数,则测试类必须含有无参构造函数,否则需要相应的有参构造 ...
- python---实现多个有序列表的合并
我觉得不用抄书上的代码. 遇到实现问题,应该结合python本身的功能去解决. 比如,当合并有序列表时,为什么一定要一项一项比较,而不是使用list的sort函数呢? # coding = utf-8 ...
- HTML学习之给div高度设置百分比不生效的问题
这几天在学习HTML的知识,今天想做一个极为简单的页面,就是分为头部,内容和底部,本来用三个div即可,可是给div高度设置百分比时发现不生效,具体页面如下,非常简单. 下面是html部分: < ...
- 【Android】Android 设置Activity窗体 不显示标题和全屏显示
[一]Android 设置Activity窗体 不显示标题 android:theme="@android:style/Theme.NoTitleBar" <activity ...
- 分布式一致性算法——paxos
一.什么是paxos算法 Paxos 算法是分布式一致性算法用来解决一个分布式系统如何就某个值(决议)达成一致的问题. 人们在理解paxos算法是会遇到一些困境,那么接下来,我们带着以下几个问题来学习 ...
- Codeforces 264C Choosing Balls 动态规划
原文链接https://www.cnblogs.com/zhouzhendong/p/CF264C.html 题目传送门 - CF264C 题意 给定一个有 $n$ 个元素的序列,序列的每一个元素是个 ...
- 6491: Daydream
题目描述 You are given a string S consisting of lowercase English letters. Another string T is initially ...