论文类型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+ ...
随机推荐
- 开启Java之旅
学习应用系统的服务器开发,也许并不算什么“旅行”,也不会那么‘愉快’.但是,我希望这次能够同以往有所不同,更加努力地学习J2EE. 从2月份开始,从事web前端开发,并在公司的的项目中,独立完成了4个 ...
- Python3 zip() 函数
描述 zip() 函数用于将可迭代的对象作为参数,将对象中对应的元素打包成一个个元组,然后返回由这些元组组成的对象,这样做的好处是节约了不少的内存. 我们可以使用 list() 转换来输出列表. 如果 ...
- [转] css选择器中:first-child与:first-of-type的区别
:first-child选择器是css2中定义的选择器,从字面意思上来看也很好理解,就是第一个子元素.比如有段代码: p:first-child 匹配到的是p元素,因为p元素是div的第一个子元素: ...
- [转] js中的钩子机制(hook)
什么是钩子机制?使用钩子机制有什么好处? 钩子机制也叫hook机制,或者你可以把它理解成一种匹配机制,就是我们在代码中设置一些钩子,然后程序执行时自动去匹配这些钩子:这样做的好处就是提高了程序的执行效 ...
- IIS异常
http 错误 500.19 - internal server error 今天发布wcf到本地的IIS上,访问时出现了500.19错误.有效解决办法:是因为IIS没有安装完全,把能勾选的全部勾选上 ...
- Thinkphp框架网站 nginx环境 访问页面access denied
今日不熟一个tiinkphp框架网站的时候,由于服务器环境是centos6.5+nginx1.8,已经运行php商城项目很正常, 本以为一切比较简单,直接新建了项目文件夹,xftp上传了程序,并配置n ...
- 根据关键字找进程id
#!/usr/bin/pythonimport subprocessimport sysimport loggingimport os gameproc = "jd_5.py" d ...
- 关于mac远程链接window服务器以及实现共享文件
要最近换了新电脑mac 虽然运行速度666 但是真的很多地方都使用不习惯 这里记录一下 关于 远程链接window主机的问题 方便以后用 首先是 链接: 在应用里 找到 然后类似于 wind ...
- Vijos1983 NOIP2015Day2T3 运输计划 transport LCA
题目链接Vijos 题目链接UOJ 该博客在博客园的链接 转载一个大佬的题解: 点击这里->大佬题解 下面谈谈我的感悟: 当然写代码也是写的很艰辛: 我力劝C++的同胞们,这题卡常数,Dfs党会 ...
- MySQL高级01
MySQL支持大型数据库,支持5000万条记录的数据仓库,32位系统表文件最大可支持4GB,64位系统支持最大的表文件为8TB. 官网下载地址:http://dev.mysql.com/downloa ...