Cloudy & Associates
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cloudy
cloudy
Commits
91b7880f
Commit
91b7880f
authored
Apr 14, 2022
by
Chatzikos, Marios
Browse files
Let db-ref-bib2json.pl process private comm.
parent
b951f322
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/db-ref-bib2json.pl
View file @
91b7880f
...
...
@@ -142,7 +142,7 @@
# if needed;
# - always prune non-existent refs from data structure (for JSON file),
# not only in interactive mode;
# - process ADAS refs;
# - process ADAS refs
, and private communications
;
#
use
warnings
;
...
...
@@ -1238,6 +1238,10 @@ sub parse_stout_comments
}
$ref
{
name
}
=
$version
;
}
elsif
(
$ref
=~
m/private comm/
)
{
$ref
{
name
}
=
$ref
;
}
elsif
(
defined
(
$interactive
)
)
{
# Citations employ at least 3 commas
...
...
Write
Preview
Supports
Markdown
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