Science Score: 44.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
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Repository
The latex part of my thesis
Basic Info
- Host: GitHub
- Owner: apmoore1
- Language: TeX
- Default Branch: master
- Size: 20.9 MB
Statistics
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Empirical Evaluation Methodology for Target Dependent Sentiment Analysis
This repository stores the LaTeX that is used to compile my thesis Empirical Evaluation Methodology for Target Dependent Sentiment Analysis.
The thesis can be found in this repository in both colour, and black and white:
- Colour - main.pdf
- Black and White - main_grayscale.pdf
Compile thesis
To compile the thesis it requires Docker, known to work with Docker version 19.03.11, and a linux based machine. This docker images is around 4.81GB in size, as it uses the latest tex-live image.
First you need to build the docker image:
bash
bash linux-docker-build.sh 0.0.1
This creates a docker image called scc-lancaster/tex-live:0.0.1. NOTE as we will be sharing files between your home machine and docker we set the user on the docker build as the user on your home machine by setting the uid and gid in the docker image as id -u and id -g.
Once the docker image is built you can just compile the LaTeX using the following command:
bash
bash docker-compile.sh
The PDF output should be found at main.pdf.
Convert PDF to Gray Scale
NOTE this creates a docker image called scc-lancaster/grayscale-latex:0.0.1, where the 0.0.1 tag has come from the first argument of calling this script. This images is around 80MB in size. Known to work with Docker version 19.03.11, and a linux based machine, and works in a similar way as compile thesis, whereby we will be sharing files between your home machine and docker we set the user on the docker build as the user on your home machine by setting the uid and gid in the docker image as id -u and id -g.
bash
bash to-grayscale.sh 0.0.1
The gray scale PDF output should be found at main_grayscale.pdf.
Remove/uninstall docker images
To remove the docker images from your computer, assuming that you have tagged them with version 0.0.1:
bash
docker rmi scc-lancaster/grayscale-latex:0.0.1
docker rmi scc-lancaster/tex-live:0.0.1
Template
If you like the look of this thesis, it is based off the Lancaster School of Computing and Communications PhD template.
Cite
If you would like to cite my thesis:
bib
@phdthesis{e9d4e12c65f043f386b1ed91df2e5b7e,
title = "Empirical Evaluation Methodology for Target Dependent Sentiment Analysis",
author = "Andrew Moore",
year = "2021",
month = aug,
day = "27",
doi = "10.17635/lancaster/thesis/1408",
language = "English",
publisher = "Lancaster University",
school = "Lancaster University",
}
Owner
- Name: Andrew Moore
- Login: apmoore1
- Kind: user
- Location: Lancaster
- Company: Lancaster University
- Website: https://apmoore1.github.io/
- Repositories: 55
- Profile: https://github.com/apmoore1
PhD student and researcher. Main interests: Target/Aspect based sentiment analysis, Semi-Supervised Learning.
Citation (CITATION.bib)
@phdthesis{e9d4e12c65f043f386b1ed91df2e5b7e,
title = "Empirical Evaluation Methodology for Target Dependent Sentiment Analysis",
author = "Andrew Moore",
year = "2021",
month = aug,
day = "27",
doi = "10.17635/lancaster/thesis/1408",
language = "English",
publisher = "Lancaster University",
school = "Lancaster University",
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0