论文类型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等的区别的更多相关文章

  1. 博士论文》》》 Journal,magazine,transaction,proceeding

    Journal期刊:刊登关于某特殊主题的文章的期刊 magazine杂志:综合性内容的期刊 transactions(学会等的)议事录,会报,会刊 proceedings记录, 会议录; 年[学]报; ...

  2. Java中引用类型变量,对象,值类型,值传递,引用传递 区别与定义

    一.Java中什么叫做引用类型变量?引用:就是按内存地址查询       比如:String s = new String();这个其实是在栈内存里分配一块内存空间为s,在堆内存里new了一个Stri ...

  3. [c#基础]值类型和引用类型的Equals,==的区别

    引言 最近一个朋友正在找工作,他说在笔试题中遇到Equals和==有什么区别的题,当时跟他说如果是值类型的,它们没有区别,如果是引用类型的有区别,但string类型除外.为了证实自己的说法,也研究了一 ...

  4. Swift中可选类型(Optional)的用法 以及? 和 ! 的区别 (转载博客,知识分享)

    本文转载自:代码手工艺人的博客,原文名称:Swift之 ? 和 ! Swift语言使用var定义变量,但和别的语言不同,Swift里不会自动给变量赋初始值,也就是说变量不会有默认值,所以要求使用变量之 ...

  5. C#语法——泛型的多种应用 C#语法——await与async的正确打开方式 C#线程安全使用(五) C#语法——元组类型 好好耕耘 redis和memcached的区别

    C#语法——泛型的多种应用   本篇文章主要介绍泛型的应用. 泛型是.NET Framework 2.0 版类库就已经提供的语法,主要用于提高代码的可重用性.类型安全性和效率. 泛型的定义 下面定义了 ...

  6. mysql中字符串类型char(n)和varchar(n)的区别

    n的含义 根据网络上找到的结果(不能保证准确),在5.0.3以后版本中,n均代表字符数,而不是字节数:我用来测试的版本是5.7.20,该版本中,n表示字符数. 验证过程如下 建表 CREATE TAB ...

  7. swift--使用 is 和 as 操作符来实现类型检查和转换 / AnyObject与Any的区别

    声明几个类: //动物类 class Animal{ } //陆地动物类 class terricole: Animal { } //海洋动物类 class SeaAnimals: Animal { ...

  8. 20151024_001_C#基础知识(静态与非静态的区别,值类型和引用类型,堆和栈的区别,字符串的不可变性,命名空间)

    1:我们把这些具有相同属性和相同方法的对象进行进一步的封装,抽象出来类这个概念. 类就是个模子,确定了对象应该具有的属性和方法. 对象是根据类创建出来的. 2:类:语法 [public] class ...

  9. 值类型前加ref和out的区别

    1.值类型前加ref,在调用前必须先初始化,初始化之后在方法内部直接使用 值类型x前加了ref,方法外的x会随着方法内的x改变而改变,因为此时传的是地址,如下面的例子, x前加了ref所以x = x+ ...

随机推荐

  1. K8s-Pod控制器

      在K8s-Pod文档中我们创建的Pod是非托管的Pod,因为Pod被设计为用后就弃的对象,如果Pod正常关闭,K8s会将该Pod清除,它没有自愈的能力.Pod控制器是用来保持Pod状态的一种对象资 ...

  2. tensorflow:验证码的识别(下)

    上两篇详细的说明了验证码的识别,不过我们采用的是方法二,下面采用方法一.注意和方法二的区别. 验证码识别方法一: 把标签转为向量,向量长度为40.(4位数字验证码) 验证码的生成和tf.record的 ...

  3. asp.net core 创建允许跨域请求的api, cors.

    配置应用方域名. 在webapi中引用cors包,在startup的Configure\ConfigServices中增加启动项配置,在api中增加EnableCors的Attribute属性.即可. ...

  4. java的局部变量和成员变量以及区别

    一.局部变量 存在某个方法中的变量就叫局部变量,局部变量一旦声明就必须赋值 否则不能使用 代码如下: class Person { String name; char sex; int age; pu ...

  5. Flink--connect

    用来将两个dataStream组装成一个ConnectedStreams 而且这个connectedStream的组成结构就是保留原有的dataStream的结构体:这样我们就可以把不同的数据组装成同 ...

  6. windows搭建RocketMQ服务

    写在前面: 1.基于rocketmq 4.2.0版本 2.64位 win10 系统 3.JDK 1.8 (注意,jdk路径一定不要有空格,不然执行相应的cmd命令时会报错) 4.其它需要的软件,mav ...

  7. MySQL高级01

    MySQL支持大型数据库,支持5000万条记录的数据仓库,32位系统表文件最大可支持4GB,64位系统支持最大的表文件为8TB. 官网下载地址:http://dev.mysql.com/downloa ...

  8. laravel启动过程简单解析

    :first-child{margin-top:0!important}img.plugin{box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:3px ...

  9. 用jquery设置的值,miniui.getData取不到

    用jquery设置的值,miniui.getData取不到

  10. IO流巧记图

    本文特意将各种IO流的类总结到一起,作成图,方便记忆 1.流的写入和读取 2.字符输入流 3.字符输出流 4.字节输入流 5.字节输出流 6.概念杂记 * Buffered;带缓冲区的字符读取流,高效 ...