proceedings_process
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: sjgknight
- License: cc-by-4.0
- Language: HTML
- Default Branch: main
- Size: 587 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 3 years ago
· Last pushed almost 3 years ago
Metadata Files
Readme
License
Citation
README
Some scripts intended to help in proces of collating papers for production of a conference proceedings (Specifically, from easychair, and for both a Springer volume, and supplementary proceedings).
Mileage may vary...
Create a `.Rprofile` file containing:
`googlesheet_address = "a-url-to-a-googlesheet-with-a-sheet-of-papers"`
You may need `basedir_full` and `basedir_supplement`
`basedir = "c:/a-directory-path-with-the-papers-in"`
`basename` describes the format of the filenames (from easychair in our case) prior to processing, e.g. ICQE23_paper_23.pdf, provide in form:
`basename = "ICQE23_paper_"`
`newname` describes the prepended volume number (for Springer)
`newname = "1895-"`
`editors` describes the editor names, string:
`editors = "Golnaz Arastoopour Irgens, Simon Knight"`
licensename = "ICQE23_LicensetoPublishForm_"
Running the below will create the template:
`writeLines('googlesheet_address = "xxx"\nbasedir_full = "xxx"\nbasedir_supplement = "xxx"\nbasename = "xxx"\nnewname = "xxx"\neditors = "xxx"\nlicensename = "xxx"', con = ".Rprofile")`
I'm lazy so add
```
pacman::p_load(dplyr,
magrittr,
tibble,
tidyr,
fs,
stringr,
pdftools)
```
Owner
- Name: Simon Knight
- Login: sjgknight
- Kind: user
- Website: httpsL//sjgknight.com
- Repositories: 59
- Profile: https://github.com/sjgknight
Academic at university of technology sydney
Citation (CITATION)
bibentry(
key = "knightproceedings2023",
bibtype = "Misc",
url = "https://github.com/sjgknight/proceedings_process",
author = c(person("Knight", "Simon")),
title = "Scripts for processing files for publication of proceedings",
publisher = "github",
year = "2023"
)