-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV_DB.js
executable file
·345 lines (344 loc) · 11.2 KB
/
CV_DB.js
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
var DATABASE = {
TEACHING : [
{
COURSE_NAME : 'Attacchi crittoanalitici alle curve ellittiche e contromisure crittografiche',
ROLE : 'Laboratory Assistant',
COURSE_OWNER : 'Prof. M. Sala',
INSTITUTE : 'Scuola di Formazione della Presidenza del Consiglio dei Ministri',
INSTITUTE_CITY : 'Roma',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '20',
STARTING_DATE : '2014-03-31',
ENDING_DATE : '2014-04-04'
} ,
{
COURSE_NAME : 'Cryptography',
ROLE : 'Teaching assistant',
COURSE_OWNER : 'Prof. M. Sala',
INSTITUTE : 'Dept. of Mathematics, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '30',
STARTING_DATE : '2013-09',
ENDING_DATE : '2013-12'
} ,
{
COURSE_NAME : 'Mathematical Analysis I',
ROLE : 'Teaching assistant',
COURSE_OWNER : 'Prof. F. Bagagiolo',
INSTITUTE : 'Dept. of Engineering, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '40',
STARTING_DATE : '2013-09',
ENDING_DATE : '2013-12'
} ,
{
COURSE_NAME : 'Weaknesses of block ciphers: recent attacks and countermeasures',
ROLE : 'Laboratory and teaching assistant',
COURSE_OWNER : 'Prof. M. Sala',
INSTITUTE : 'Dept. of Mathematics, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '20',
STARTING_DATE : '2013-09-09',
ENDING_DATE : '2013-09-13'
} ,
{
COURSE_NAME : 'Randomness sources in cryptography and cryptanalysis: specifications and critical points',
ROLE : 'Laboratory assistant',
COURSE_OWNER : 'Prof. M. Sala',
INSTITUTE : 'Dept. of Mathematics, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '20',
STARTING_DATE : '2013-06-03',
ENDING_DATE : '2013-06-07'
} ,
{
COURSE_NAME : 'Advanced cryptanalysis of stream ciphers',
ROLE : 'Teaching assistant',
COURSE_OWNER : 'Prof. M. Sala',
INSTITUTE : 'Scuola di Formazione della Presidenza del Consiglio dei Ministri',
INSTITUTE_CITY : 'Roma',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '20',
STARTING_DATE : '2012-11-26',
ENDING_DATE : '2012-11-30'
} ,
{
COURSE_NAME : 'Cryptography',
ROLE : 'Teaching assistant',
COURSE_OWNER : 'Prof. M. Sala',
INSTITUTE : 'Dept. of Mathematics, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '30',
STARTING_DATE : '2012-09',
ENDING_DATE : '2012-12'
} ,
{
COURSE_NAME : 'Boolean functions and their applications to cryptography',
ROLE : 'Laboratory assistant',
COURSE_OWNER : 'Prof. M. Sala',
INSTITUTE : 'Dept. of Mathematics, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '20',
STARTING_DATE : '2012-03-19',
ENDING_DATE : '2012-03-30'
} ,
{
COURSE_NAME : 'Mathematical Analysis I',
ROLE : 'Teaching assistant',
COURSE_OWNER : 'Prof. A. Valli',
INSTITUTE : 'Dept. of Engineering, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '35',
STARTING_DATE : '2011-09',
ENDING_DATE : '2011-12'
} ,
{
COURSE_NAME : 'Coding Theory',
ROLE : 'Teaching assistant',
COURSE_OWNER : 'Prof. M. Sala',
INSTITUTE : 'Dept. of Mathematics, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '15',
STARTING_DATE : '2011-09',
ENDING_DATE : '2011-12'
} ,
{
COURSE_NAME : 'Mathematical Evaluation for the Security of a Block Cipher',
ROLE : 'Laboratory assistant',
COURSE_OWNER : 'Prof. M. Sala',
INSTITUTE : 'Dept. of Mathematics, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '15',
STARTING_DATE : '2011-06-06',
ENDING_DATE : '2011-06-11'
} ,
{
COURSE_NAME : 'Elliptic Curves in Number Theory and Cryptography',
ROLE : 'Laboratory assistant',
COURSE_OWNER : 'Prof. M. Elia',
INSTITUTE : 'Dept. of Mathematics, University of Trento',
INSTITUTE_CITY : 'Trento',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '15',
STARTING_DATE : '2011-05-30',
ENDING_DATE : '2011-06-03'
} ,
{
COURSE_NAME : 'Introduction to Mathematical Reasoning',
ROLE : 'Teaching assistant',
COURSE_OWNER : 'Prof. Arzarello,Prof. Robutti',
INSTITUTE : 'Department of Mathematics, University of Turin',
INSTITUTE_CITY : 'Turin',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '50',
STARTING_DATE : '2007-09',
ENDING_DATE : '2008-02'
} ,
{
COURSE_NAME : 'Numerical Analysis I',
ROLE : 'Teaching assistant',
COURSE_OWNER : 'Prof. De Rossi',
INSTITUTE : 'Department of Mathematics, University of Turin',
INSTITUTE_CITY : 'Turin',
INSTITUTE_COUNTRY : 'Italy',
HOURS : '50',
STARTING_DATE : '2004-09',
ENDING_DATE : '2005-02'
}
] ,
ARTICLES_INTERNATIONAL_JOURNALS : [
{
TITLE : 'An efficient and secure RSA-like cryptosystem exploiting Ré dei rational functions over conics',
AUTHORS : 'E. Bellini,N. Murru',
JOURNAL : 'Finite Fields and Their Applications',
EDITOR : 'Elseiver',
PUBLISHER : '',
VOLUME : '39',
ISSUE : '',
PUBLICATION_DATE : '2016-05',
PAGES : '179-194',
DOI : '10.1016/j.ffa.2016.01.011',
ISSN : '',
URL : 'http://authors.elsevier.com/a/1SWEx3pfYOKXd6',
ARXIV : 'http://arxiv.org/abs/1511.03451'
} ,
{
TITLE : 'An Extension of Cook\'s Elastic Cipher',
AUTHORS : 'E. Bellini,G. Morgari,M. Coppola',
JOURNAL : 'Journal of Discrete Mathematical Sciences & Cryptography',
EDITOR : 'TARU Publications',
PUBLISHER : '',
VOLUME : '',
ISSUE : '',
PUBLICATION_DATE : '2016',
PAGES : '',
DOI : '',
ISSN : '',
URL : '',
ARXIV : 'http://arxiv.org/abs/1310.4050'
} ,
{
TITLE : 'Some Bounds on the Size of Codes',
AUTHORS : 'E. Bellini,E. Guerrini,M. Sala',
JOURNAL : 'Transactions on Information Theory',
EDITOR : '',
PUBLISHER : 'IEEE',
VOLUME : '60',
ISSUE : '3',
PUBLICATION_DATE : '2014-01-09',
PAGES : '1475-1480',
DOI : '10.1109/TIT.2014.2298234',
ISSN : '0018-9448',
URL : 'http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=6704275&url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel7%2F18%2F6739111%2F06704275.pdf%3Farnumber%3D6704275',
ARXIV : 'http://arxiv.org/abs/1206.6006'
}
] ,
ARTICLES_INTERNATIONAL_CONFERENCES_AND_WORKSHOP : [
{
TITLE : 'Algorithmic approach using polynomial systems for the nonlinearity of Boolean functions',
AUTHORS : 'E. Bellini,T. Mora,M. Sala.',
CONFERENCE_NAME : 'Effective Methods in Algebraic Geometry (MEGA 2015)',
TALK_TYPE : 'Computation presentation',
BOOK_TYPE : '',
DATE : '2015-06-19',
URL : 'http://mega2015.science.unitn.it/COMPUTATION%20PRESENTATIONS/BelliniMoraSala.pdf',
ARXIV : ''
} ,
{
TITLE : 'On the Griesmer bound for Nonlinear Codes',
AUTHORS : 'E. Bellini,A. Meneghetti',
CONFERENCE_NAME : 'International Workshop on Coding and Cryptography (WCC 2015)',
TALK_TYPE : 'Presentation',
BOOK_TYPE : '',
DATE : '2015-04-14',
URL : '',
ARXIV : 'http://arxiv.org/abs/1502.07379'
} ,
{
TITLE : 'Yet another algorithm to compute the nonlinearity of a Boolean function',
AUTHORS : 'E. Bellini',
CONFERENCE_NAME : 'Yet Another Conference on Cryptography (YACC 2014)',
TALK_TYPE : 'Presentation',
BOOK_TYPE : 'Book of Abstracts',
DATE : '2014-06-10',
URL : 'http://veron.univ-tln.fr/YACC14/Bellini.pdf',
ARXIV : 'http://arxiv.org/abs/1404.2471'
} ,
{
TITLE : 'Some bounds on the size of codes',
AUTHORS : 'E. Bellini,E. Guerrini,M. Sala',
CONFERENCE_NAME : 'International Workshop on Coding and Cryptography (WCC 2013)',
TALK_TYPE : 'Presentation',
BOOK_TYPE : 'Pre-proceedings',
DATE : '2013-04-19',
URL : 'http://www.selmer.uib.no/WCC2013/PreProceedings.pdf',
ARXIV : ''
}
] ,
ARTICLES_PREPRINTS : [
{
TITLE : 'A deterministic algorithm for the distance and weight distribution of binary nonlinear codes',
AUTHORS : 'E. Bellini,M. Sala',
ARXIV : 'http://arxiv.org/abs/1505.00542'
} ,
{
TITLE : 'Nonlinearity of Boolean functions: an algorithmic approach based on multivariate polynomials',
AUTHORS : 'E. Bellini,I. Simonetti,M. Sala',
ARXIV : 'http://arxiv.org/abs/1404.2741'
} ,
{
TITLE : 'On the Griesmer bound for Systematic Codes',
AUTHORS : 'E. Bellini',
ARXIV : 'http://arxiv.org/abs/1310.4060'
}
] ,
TALKS_INTERNATIONAL_CONFERENCES_AND_WORKSHOPS : [
{
TITLE : 'Algorithmic approach using polynomial systems for the nonlinearity of Boolean functions',
CONFERENCE_NAME : 'Effective Methods in Algebraic Geometry (MEGA 2015)',
LOCATION : 'Trento, Italy',
DATE : '2015-06-16'
} ,
{
TITLE : 'Yet another algorithm to compute the nonlinearity of a Boolean function',
CONFERENCE_NAME : 'Yet Another Conference on Cryptography (YACC 2014)',
LOCATION : 'Porquerolles, France',
DATE : '2014-06-09'
} ,
{
TITLE : 'Some bounds on the size of codes',
CONFERENCE_NAME : 'International Workshop on Coding and Cryp19th tography (WCC 2013)',
LOCATION : 'Paris, France',
DATE : '2013-04-19'
}
] ,
TALKS_INTERNATIONAL_SEMINARS : [
{
TITLE : 'An introduction to Groebner basis',
TYPE : 'Master seminar',
LOCATION : 'University of Mzuzu, Malawi.',
DATE : '2013-08-26'
} ,
{
TITLE : 'An introduction to cryptography: An overview of the principal tools',
TYPE : 'Master seminar',
LOCATION : 'University of Mzuzu, Malawi.',
DATE : '2013-08-24'
} ,
{
TITLE : 'Bounds on the size of codes',
TYPE : 'Ph.D. School on Groebner bases, curves, codes and cryptography',
LOCATION : 'Department of Mathematics, University of Trento, Italy.',
DATE : '2012-08-10'
} ,
{
TITLE : 'Design of an elastic block cipher',
TYPE : 'Summer School on Tools, Ecrypt II',
LOCATION : 'Mykonos, Greece',
DATE : '2012-05-30'
}
] ,
TALKS_NATIONAL_CONFERENCES : [
{
TITLE : 'A new bound on the size of linear codes',
CONFERENCE_NAME : 'Workshop on Cryptography BunnyTN3',
LOCATION : 'Department of Mathematics, University of Trento, Italy',
DATE : '2012-03-12'
} ,
{
TITLE : 'Elastic Block Ciphers',
CONFERENCE_NAME : 'Workshop on Cryptography BunnyTN2',
LOCATION : 'Department of Mathematics, University of Trento, Italy',
DATE : '2011-09-12'
} ,
{
TITLE : 'Elliptic Curve Cryptography (ECC) and its applications',
CONFERENCE_NAME : 'Public Key Cryptography: beyond RSA',
LOCATION : 'Department of Mathematics, University of Turin, Italy',
DATE : '2011-05-13'
}
] ,
TALKS_NATIONAL_SEMINARS : [
{
TITLE : 'Introduction to Pairings in Cryptography',
TYPE : 'Ph.D. Seminar',
LOCATION : 'Department of Mathematics, University of Trento, Italy',
DATE : '2011-07-07'
} ,
{
TITLE : 'Iterated Ciphers',
TYPE : 'Multimedia Geometry Seminar Spring 2011',
LOCATION : 'Department of Mathematics, University of Trento, Italy',
DATE : '2011-04-04'
}
]
}