Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
580d8d88
Commit
580d8d88
authored
Feb 03, 2020
by
LE GAC Renaud
Browse files
Update views/list/index.bib to add missing field for proceedings.
parent
b30642d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
views/lists/index.bib
views/lists/index.bib
+4
-1
No files found.
views/lists/index.bib
View file @
580d8d88
...
...
@@ -117,6 +117,9 @@
elif entry == "@inproceedings":
write_field('booktitle', record.publications.conference_title)
write_field('number', record.publications.report_numbers)
write_field('journal', record.publishers.abbreviation)
write_field('volume', record.publications.volume)
write_field('pages', record.publications.pages)
elif entry == "@phdthesis":
write_field('school', record.publications.universities)
...
...
@@ -127,7 +130,7 @@
pass
# month and year fields
if entry in ("@article", "@book"):
if entry in ("@article", "@book"
, "@inproceedings"
):
write_field('year', record.publications.year)
else:
...
...
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