Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
exam-statistics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simon Pintarelli
exam-statistics
Commits
30b12405
Commit
30b12405
authored
Jan 30, 2017
by
Simon Pintarelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
explicitly use python3
parent
ed74cd04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
1-prepare-to-enter-marks
1-prepare-to-enter-marks
+4
-4
2-generate-stats-and-edoz-upload
2-generate-stats-and-edoz-upload
+3
-3
No files found.
1-prepare-to-enter-marks
View file @
30b12405
...
...
@@ -10,9 +10,9 @@ fi
ln
-sf
$1
___grades-template.txt
# convert
./scripts/init-spreadsheet-from-edoz.py
$1
echo
""
echo
"File
`
marks.xls
`
generated from edoz output.
\
You can now fill points the points into the spreadsheet."
echo
-e
"Generate file marks.xls from edoz output. "
echo
""
python3 ./scripts/init-spreadsheet-from-edoz.py
$1
&&
echo
"Next: enter the points in marks.xls."
2-generate-stats-and-edoz-upload
View file @
30b12405
...
...
@@ -7,12 +7,12 @@ if [[ ! $? -eq 0 ]]; then
fi
# marks.xls -> marks.csv
python scripts/xls2csv.py marks.xls marks.csv
python
3
scripts/xls2csv.py marks.xls marks.csv
# generate tex-file
R < knit.R
--save
2> R.log
||
exit
1
R
--vanilla
< knit.R
--save
2> R.log
||
exit
1
python scripts/pandas-script.py
&&
echo
"Generated edoz-final.txt for upload."
python
3
scripts/pandas-script.py
&&
echo
"Generated edoz-final.txt for upload."
echo
"Running pdflatex..."
pdflatex statistics.tex
>
tex.log
&&
pdflatex statistics.tex
>
/dev/null
&&
echo
"Successfully created statistics.pdf "
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment