Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
research-topics-mat-tuhh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabian Nuraddin Alexander Gabel
research-topics-mat-tuhh
Commits
3050cbaf
Commit
3050cbaf
authored
3 years ago
by
Fabian Nuraddin Alexander Gabel
Browse files
Options
Downloads
Patches
Plain Diff
fix environment variable for preproc_topics and wg
parent
cf0e1ffe
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
fix environment variable for preproc_topics and wg
Pipeline
#104128
passed
3 years ago
Stage: preprocessor-test
Stage: preprocessor-run
Stage: pandoc-run
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/preproc_topics.sh
+1
-1
1 addition, 1 deletion
bin/preproc_topics.sh
bin/preproc_wg.sh
+1
-1
1 addition, 1 deletion
bin/preproc_wg.sh
with
2 additions
and
2 deletions
bin/preproc_topics.sh
+
1
−
1
View file @
3050cbaf
...
...
@@ -28,7 +28,7 @@ do
cp
$f
$RESEARCH_BUILD
/
$filename
#extract title of topic
title
=
`
$RESEARCH_
BUILD
/extract_title.sh
$RESEARCH_BUILD
/
$filename
`
title
=
`
$RESEARCH_
ROOT
/bin
/extract_title.sh
$RESEARCH_BUILD
/
$filename
`
echo
"Preprocessing topic
$title
"
# append research topic to index
...
...
This diff is collapsed.
Click to expand it.
bin/preproc_wg.sh
+
1
−
1
View file @
3050cbaf
...
...
@@ -29,7 +29,7 @@ fi
#extract title of topic
echo
"Extracting title of
$1
..."
title
=
`
.
/extract_title.sh
$RESEARCH_BUILD
/
$filename
`
title
=
`
$RESEARCH_ROOT
/bin
/extract_title.sh
$RESEARCH_BUILD
/
$filename
`
echo
"Title of Topic:
$title
"
# start preprocessing
...
...
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