-
Notifications
You must be signed in to change notification settings - Fork 1
/
biber.conf
executable file
·41 lines (41 loc) · 2.42 KB
/
biber.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version = "1.0" encoding="UTF-8"?>
<config>
<sourcemap>
<maps datatype="bibtex" map_overwrite="1">
<map>
<per_datasource>short.bib</per_datasource>
<map_step map_field_set="KEYWORDS" map_field_value=",primary" map_append="1"/>
</map>
<map>
<per_datasource>references.bib</per_datasource>
<map_step map_field_set="KEYWORDS" map_field_value="this"/>
</map>
<map map_overwrite="1">
<map_step map_field_source="doi" map_match="http(s)?://dx.doi.org/" map_replace=""/>
<map_step map_field_source="doi" map_match="\\_" map_replace="_"/>
</map>
<map>
<map_step map_field_source="booktitle"
map_match="^Intelligent Computer Mathematics(.*)" map_replace="Proc. CICM"/>
<map_step map_field_source="booktitle"
map_match="^Joint .* Work in Progress .* Intelligent Computer Mathematics(.*)" map_replace="WiP at CICM"/>
<map_step map_field_source="booktitle"
map_match="^Proceedings of the International Conference on Computational Science(.*)" map_replace="Proc. ICCS"/>
<map_step map_field_source="booktitle"
map_match="^Proceedings of .* International ACM SIGIR Conference(.*)" map_replace="Proc. {ACM} {SIGIR}"/>
<map_step map_field_source="booktitle"
map_match="^Proceedings of .* Joint Conference on Digital Libraries(.*)" map_replace="Proc. {ACM}/{IEEE} {JCDL}"/>
<map_step map_field_source="booktitle"
map_match="^Proceedings of .* International Conference on Neural Information Processing Systems(.*)" map_replace="Proc. {NIPS}"/>
<map_step map_field_source="booktitle"
map_match="^Proc.* \{NTCIR\} Conference on Evaluation of Information Access Technologies(.*)" map_replace="Proc. {NTCIR}"/>
<map_step map_field_source="booktitle"
map_match="^Experimental .* International Conference of the CLEF Association(.*)" map_replace="Proc. {CLEF}"/>
<map_step map_field_source="booktitle"
map_match="^.*Bibliometric-enhanced Information Retrieval and Natural Language Processing for Digital Libraries(.*)" map_replace="Proc. {BIRNDL} at {ACM} {SIGIR}"/>
<map_step map_field_set="series" map_null="1"/>
<!--map_step map_field_set="pages" map_null="1"/-->
</map>
</maps>
</sourcemap>
</config>