0

我将开发一个期刊系统,该系统具有论文提交和带有评估表的审阅操作,类似于 OJS 系统。我想为此使用drupal,但我不确定它是否是一个不错的选择。

Drupal 有能力创建这样的应用程序吗?

4

1 回答 1

1

It is a very generic question. To answer some part:

Drupal can be customized and used for a lot of projects, thanks to the powerful community and module developers.

Let me give a glimpse of possibilities, you can find the rest: Each paper can be a content type. Each user can have specific roles and permissions (eg. publisher, editor, reviewer etc) who are allowed to do specifically what you allow them to do. They can apply for higher roles as well.

Each review process can be captured and maintained using workflow module. There are plenty of tutorials for that.

List of articles can be shown with various properties and filters using views. They can be shown in various regions of a theme you select or make of your own (or customize).

The community can be built using forums.

In short there are thousands of possible ways you can make this. But one note from personal experience: sometimes you will find extremely tough things to be done in simple ways, while simple things will take time. This is mostly because like all systems, it takes a bit of time to get used to with the drupal api.

Best of luck!

于 2012-07-02T12:29:18.537 回答