-
Notifications
You must be signed in to change notification settings - Fork 16
/
CITATION.cff
76 lines (75 loc) · 2.16 KB
/
CITATION.cff
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# YAML 1.2
---
abstract: "Word2Vec based similarity measure of mass spectrometry data."
authors:
-
affiliation: "Netherlands eScience Center"
family-names: Huber
given-names: Florian
orcid: "https://orcid.org/0000-0002-3535-9406"
-
affiliation: "Wageningen University and Research"
family-names: Hooft
name-particle: van der
given-names: Justin J. J.
orcid: "https://orcid.org/0000-0002-9340-5511"
-
affiliation: "Netherlands eScience Center"
family-names: Spaaks
given-names: Jurriaan H.
orcid: "https://orcid.org/0000-0002-7064-4069"
-
affiliation: "Netherlands eScience Center"
family-names: Diblen
given-names: Faruk
orcid: "https://orcid.org/0000-0002-0989-929X"
-
affiliation: "Netherlands eScience Center"
family-names: Verhoeven
given-names: Stefan
orcid: "https://orcid.org/0000-0002-5821-2060"
-
affiliation: "Netherlands eScience Center"
family-names: Geng
given-names: Cunliang
orcid: "https://orcid.org/0000-0002-1409-8358"
-
affiliation: "Netherlands eScience Center"
family-names: Meijer
given-names: Christiaan
orcid: "https://orcid.org/0000-0002-5529-5761"
-
affiliation: "University of Glasgow"
family-names: Rogers
given-names: Simon
orcid: "https://orcid.org/0000-0003-3578-4477"
-
affiliation: "Netherlands eScience Center"
family-names: Belloum
given-names: Adam
orcid: "https://orcid.org/0000-0001-6306-6937"
-
affiliation: "Netherlands eScience Center"
family-names: Spreeuw
given-names: Hanno
orcid: "https://orcid.org/0000-0002-5057-0322"
-
affiliation: "Netherlands eScience Center"
family-names: de Jonge
given-names: Niek
orcid: "https://orcid.org/0000-0002-3054-6210"
-
affiliation: "ICS, Masaryk University"
family-names: Skoryk
given-names: Maksym
orcid: "https://orcid.org/0000-0003-2056-8018"
cff-version: "1.1.0"
keywords:
- Word2Vec
- "similarity measures"
- "mass spectrometry"
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/iomega/spec2vec"
title: spec2vec
...