Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Unitgrade
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tuhe
Unitgrade
Commits
cf305b49
Commit
cf305b49
authored
3 years ago
by
tuhe
Browse files
Options
Downloads
Patches
Plain Diff
Citation information
parent
6a61fe34
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+11
-3
11 additions, 3 deletions
README.md
docs/mkdocs.py
+2
-2
2 additions, 2 deletions
docs/mkdocs.py
with
13 additions
and
5 deletions
README.md
+
11
−
3
View file @
cf305b49
...
...
@@ -49,7 +49,7 @@ The file `cs101report1.py` is just an ordinary, non-obfuscated file which they c
| | | |_ __ _| |_| | \/_ __ __ _ __| | ___
| | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \
| |_| | | | | | |_| |_\ \ | | (_| | (_| | __/
\___/|_| |_|_|\__|\____/_| \__,_|\__,_|\___| v0.0.3, started: 07/09/2021 00:
38:16
\___/|_| |_|_|\__|\____/_| \__,_|\__,_|\___| v0.0.3, started: 07/09/2021 00:
42:25
Week 4: Looping (use --help for options)
Question 1: Test the cluster analysis method
...
...
@@ -82,7 +82,7 @@ Question 4: Test the fermentation rate question
* q4.4) fermentationRate([20.1, 19.3, 1.1, 18.2, 19.7, ...], 18.2, 20) = 19.500 ?..................................PASS
* q4) Total.................................................................................................... 10/10
Total points at 00:
38:16
(0 minutes, 0 seconds)....................................................................40/40
Total points at 00:
42:25
(0 minutes, 0 seconds)....................................................................40/40
Provisional evaluation
--------- -----
q1) Total 10/10
...
...
@@ -171,5 +171,13 @@ Please contact me and we can discuss your specific concerns.
# Citing
```
bibtex
@online{unitgrade,
title={Unitgrade (0.0.3):
\t
exttt{pip install unitgrade}},
url={https://lab.compute.dtu.dk/tuhe/unitgrade},
urldate = {2021-09-07},
month={9},
publisher={Technical University of Denmark (DTU)},
author={Tue Herlau},
year={2021},
}
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/mkdocs.py
+
2
−
2
View file @
cf305b49
...
...
@@ -5,7 +5,7 @@ import subprocess
if
__name__
==
"
__main__
"
:
from
jinjafy.bibliography_maker
import
make_bibliography
make_bibliography
(
"
../setup.py
"
,
"
./
"
)
bibtex
=
make_bibliography
(
"
../setup.py
"
,
"
./
"
)
out
=
subprocess
.
check_output
(
"
python --version
"
).
decode
(
"
utf-8
"
)
...
...
@@ -16,7 +16,7 @@ if __name__ == "__main__":
out
=
out
.
replace
(
"
[0m
"
,
""
)
env
=
jinja2
.
Environment
()
data
=
{
'
out
'
:
out
}
data
=
{
'
out
'
:
out
,
'
bibtex
'
:
bibtex
}
with
open
(
'
README.jinja.md
'
,
'
r
'
)
as
f
:
output
=
env
.
from_string
(
f
.
read
()).
render
(
data
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment