登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 电子信息类 > 电子信息工程 > 正文

基于Andorid学术期刊采编管理APP设计毕业论文

 2021-05-06 01:05  

摘 要

随着信息技术迅速发展,计算机协同办公已成为各个行业的必然选择。学术期刊作为各个领域都可能涉及的方面,网络化办公同样给它带来了方便,使它得到了更广泛的发展。特别是期刊网络化运行系统的广泛普及,以及它的不断完善和升级,传统的以WEB端为平台的期刊采编系统基本已经成熟。但是,现存的期刊采编系统是网页版的,它的使用范围仅限在电脑上,而电脑的携带却并不总是那么方便的。为了解决这个问题,本文设计了一个基于android的学术期刊采编系统APP。

这个学术期刊采编系统的设计是在android平台下进行实现的,制作这个系统的主要目的是让用户能够在手机端方便地享受传统的以WEB端为平台的期刊采编系统的一些基本功能。这个系统的项目主要是用java开发完成的,客户端是在android上设计界面,服务端是搭建在WEB上,用servlet完成的。另外还使用了所建的本地数据库,使用的数据库软件是SQL Server2008。

本文所研究的基于Android的学术期刊采编系统APP主要做的工作基本可以分为八个模块:作者的注册、不同用户的登录、修改个人信息、提交新稿件、提交修改稿、查看全部稿件信息(在这个模块,作者所查看的是本人投的所有稿件的信息,而编辑和审稿专家看到的是系统中的所有稿件的信息)、编辑送审、审稿专家审稿。这个系统不仅使用方便,而且操作简便,可以给用户带来舒适的体验和温馨的印象。

关键词:学术期刊;采编系统;APP设计;android;

Abstract

With the rapid development of information technology, computer cooperative office has become the inevitable choice of various industries. As the academic journals can be involved in various fields, the network office also brought convenience to it, so that it is more widely used in the development of. Especially the popularity of the journal network operation system, and its various unceasing consummation and the promotion, the traditional web side platform of journal editing system is already mature. Existing journal editing system is, however, a version of the page, it only limit on the computer, and computer carry is not always so easy. In order to solve this problem, I think is a can in the online office of journal editing system, but also to solve the problems of inconvenient carrying of journal editing system. So, do a the idea of editing system based on Android APP journal has also produced.

The academic journal editing system design is in the Android platform for implementation. The main purpose of this system is let users can in the mobile terminal easily enjoy traditional to web client for some of the basic functions of the platform of journal editing system. The project of this system is mainly used java development completed, the client is on the Android design interface, the server is built on the WEB, with servlet completed. In addition to the use of the built local database, the database platform is SQL Server2008.

Based on Android academic journal editorial system app mainly do work I studied can be divided into eight modules: the registration, different user login, modify personal information, a new manuscript submission, revised submission, view the entire manuscript information about the module, the view is to vote for their own all manuscripts, and editors and reviewers see is system in all manuscripts, editing submitted for review, the reviewer. This system is not only easy to use, but also easy to operate, can give users a comfortable experience and a warm impression.

Key words: academic journals; editing system; APP design; android;

目 录

摘 要 I

Abstract II

第1章 绪论 1

1.1课题背景及意义 1

1.2 国内外研究现状 1

1.2.1国内期刊采编管理系统研究现状分析 1

1.2.2国外期刊采编管理系统研究现状分析 2

1.3 本系统的研究内容 2

1.4 本文的结构 3

第2章 软件设计及开发工具介绍 4

2.1 总体设计 4

2.2 开发工具介绍 4

2.2.1 Eclipse的介绍 4

2.2.2 MyEclipse与Tomcat介绍 5

2.3关键技术介绍 6

第3章 系统设计 7

3.1 前台功能结构设计 7

3.1.1作者注册 7

3.1.2用户登录 8

3.1.3修改个人信息 8

3.1.4全部稿件信息 8

3.1.5新稿件提交 8

3.1.6修改稿提交 8

3.1.7稿件送审 9

3.1.8审稿 9

3.2 后台管理 9

3.2.1注册管理 10

3.2.2登录管理 10

3.2.3修改个人信息管理 10

3.2.4稿件信息管理 10

3.2.5新稿件提交管理 10

3.2.6修改稿提交管理 10

3.2.7稿件送审管理 11

3.2.8审稿管理 11

3.3数据库结构设计 11

3.3.1 数据库逻辑结构设计 11

3.3.2数据库物理结构设计 13

第4章 系统实现与测试 15

4.1 服务器端的设计---搭建java web服务器 15

4.2 连接数据库模块 15

4.3 服务器功能模块 16

4.3.1注册模块 16

4.3.2登录模块 17

4.3.3修改个人信息模块 18

4.3.4全部稿件信息模块 18

4.3.5新稿件提交模块 19

4.3.6修改稿提交模块 19

4.3.7稿件送审模块 19

4.3.8审稿模块 20

4.4 客户端的设计---设计Android UI界面 20

4.5 客户端功能模块 21

4.5.1注册模块 21

4.5.2登录模块 21

4.5.3修改个人信息模块 23

4.5.4全部稿件信息模块 24

4.5.5新稿件提交件模块 25

4.5.6修改稿提交模块 26

4.5.7稿件送审模块 26

4.5.8审稿模块 27

第5章 总结与展望 28

5.1 总结 28

5.2 展望 28

参考文献 29

致 谢 30

第1章 绪论

1.1课题背景及意义

在这个网络发展迅速的时代,在网络上办公已经成为大势所趋。于是期刊的出版,发行以及投稿从过去的纸质寄送稿件到电子档文章在网上邮件往来再到期刊网络化运行系统的出现,大大改变了期刊杂志的采编流程,病逝采编效率得到极大提升。随着期刊网络化系统的逐渐升级,后期维护以及进一步的完善,得到了广大用户的喜爱和支持。期刊网络化就是自己建立一个期刊采编管理系统,让所有的用户(包括作者,编辑以及审稿专家)都可以在这个系统里进行与其身份相对应的操作,不仅可以更方便得管理,而且大大提高了效率,另外还可以查询在这里曾经有过的所有信息,保证信息不会丢失,让系统的运行更加有序和安全。伴随着办公中对智能手机的普遍使用,越来越多的杂志社或编辑部采用手机网页对学术期刊稿件进行管理。

现如今,社会正在快速发展,已经进入了一个新的时代,互联网渗透进了每个人的生活,电脑和手机基本上已经进入了千家万户,特别是自从智能手机的出现,它给人类上网带来了更多方便。它相比于之前的只能打电话和发短信的手机,有很多新功能和新优势,它拥有强大并且独立的android操作系统,并且android系统一直不断地更新,每一次更新都会带来功能上的一次提升,它可以连上无线网进行网络操作,并且能和电脑一样打开浏览器,有些方面的功能就类似于“小电脑”。正是因为它强大的功能,有些能在上面实现的功能,它会比电脑更加具有便携性,因此得到了大部分人的青睐。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图