Skip to content

Create MS-Word abstracts book from GCA-Web online abstracts

License

Notifications You must be signed in to change notification settings

neuroinformatics/gca2word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gca2word

Create MS-Word abstracts book from GCA-Web online abstracts

prepare

  • install texvc command.
  • run 'composer install' command.
  • write metadata file CONFERENCE.json and put to config/conference/
  • modify default connection settings config/default.json if needed. (it can be override by command line parameter)

usage

Usage: gca2ward.php [options]

Options:
  -h HOSTNAME           url of GCA-Web
                        (default "https://abstracts.neuroinf.jp/")
  -u USERNAME           login id (mail address) of GCA-Web
                        (default "admin@ni.riken.jp")
  -p                    input password from command line
  -c CONFERENCE         target conference short name (default "AINI2017")
  -o OUTPUTFILE         output file name (default "abstract.docx")

run using docker

docker run -it --rm -v $(pwd)/data:/data orrisroot/gca2word -c [CONFERENCE] -u [EMAIL] -p -o /data/abstracts.docx

About

Create MS-Word abstracts book from GCA-Web online abstracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published