betterevents/better_abstracts

Better Abstracts profile

v1.0.9-alpha 2021-07-09 13:06 UTC

README

An installation profile for an Abstracts Review system suitable for scientific conferences.

Provides an import process for Abstracts and Reviewers, an automated abstract assignment to reviewers, multiple evaluation criteria mechanism, review result extraction, notifications and more...

Installation

We suggest that you install this profile as part of the Better Abstracts distribution using Composer.

However, if you want to install it on any Drupal project, please follow the instructions below.

First you need to install composer.

After that you can create the Drupal project:

composer create-project drupal/recommended-project my_site_name_dir --stability dev

Open the composer.json file and make sure the following properties are set as shown:

"minimum-stability": "dev",
"prefer-stable": true,

Require the betterevents/better_abstracts:^v1.0.9-alpha package for downloading all the modules, themes and configuration that come with the installation profile:

cd my_site_name_dir
composer require "betterevents/better_abstracts:^v1.0.9-alpha"

Done! Visit /web/core/install.php and run the installation of your Abstracts Review site.

What does the installation profile do?

  • Drupal is installed in the web directory.
  • Profile is placed in web/profiles/contrib/
  • Modules that come with the installation profile are placed in web/profiles/contrib/better_abstracts/modules/
  • Theme is placed in web/profiles/contrib/better_abstracts/themes/

How to use

You are all set to put it into action! Next steps:

  1. Populate Better Abstracts with sample content
  2. Learn how to configure and use it.

Get started with our quick start guide or read our full documentation.

Online demo