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
cf0e1ffe
Commit
cf0e1ffe
authored
3 years ago
by
Fabian Nuraddin Alexander Gabel
Browse files
Options
Downloads
Patches
Plain Diff
set envioronment variable for title detection
parent
b1a96afb
No related branches found
Branches containing commit
No related tags found
1 merge request
!13
set envioronment variable for title detection
Pipeline
#104125
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_staff.sh
+1
-1
1 addition, 1 deletion
bin/preproc_staff.sh
bin/preproc_topics.sh
+1
-1
1 addition, 1 deletion
bin/preproc_topics.sh
with
2 additions
and
2 deletions
bin/preproc_staff.sh
+
1
−
1
View file @
cf0e1ffe
...
@@ -29,7 +29,7 @@ fi
...
@@ -29,7 +29,7 @@ fi
#extract title of topic
#extract title of topic
echo
"Extracting title of
$1
..."
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
"
echo
"Title of Topic:
$title
"
# start preprocessing
# start preprocessing
...
...
This diff is collapsed.
Click to expand it.
bin/preproc_topics.sh
+
1
−
1
View file @
cf0e1ffe
...
@@ -28,7 +28,7 @@ do
...
@@ -28,7 +28,7 @@ do
cp
$f
$RESEARCH_BUILD
/
$filename
cp
$f
$RESEARCH_BUILD
/
$filename
#extract title of topic
#extract title of topic
title
=
`
.
/extract_title.sh
$RESEARCH_BUILD
/
$filename
`
title
=
`
$RESEARCH_BUILD
/extract_title.sh
$RESEARCH_BUILD
/
$filename
`
echo
"Preprocessing topic
$title
"
echo
"Preprocessing topic
$title
"
# append research topic to index
# append research topic to index
...
...
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