-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalksandart.html
98 lines (68 loc) · 3.33 KB
/
talksandart.html
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
<!DOCTYPE html>
<html>
<head>
<title>Prof. Arun K. Pati</title>
<link rel="icon" href="HRIAllahabadlogo.svg.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<section class="maintopnavbar">
<section class="topbar">
<img src="HRIAllahabadlogo.svg.png" class="topbarleft">
<div class="topbarright"><a href="http://www.hri.res.in/~qic/">Quantum Information and Computation Group</a></div>
</section>
<nav>
<div class="nameleft">
Arun Kumar Pati
</div>
<div class="nameright">
<ul>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope-o" aria-hidden="true"></i></a></li>
</ul>
</div>
</nav>
</section>
<div class="navbar">
<ul>
<li><a href="index.html" class="active"><i class="fa fa-home" aria-hidden="true"></i></a></li>
<li><a href="about.html">About</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="group.html">Group</a></li>
<li><a href="selectedpublications.html">Selected Publications</a>
<li><a href="bookspub.html">Book Publications</a></li>
<li><a href="newsitem.html">News Items</a></li>
<li><a href="">Curricullam Vitae</a></li>
<li><a href="extraact.html">Extra Activities</a></li>
<li><a href="" class="active">More <i class="fa fa-chevron-circle-down" aria-hidden="true"></i></a>
<ul>
<li><a href="talksandart.html">Talks & Ariticles</a></li>
<li><a href="conference.html">Conferences</a></li>
</ul>
</li>
</ul>
</div>
<section class="page8">
<div class="talksandart1">
<ul>
<li>Quantum Information, Computation and Fundamental Limitations,<br>
A. K. Pati, <a href="ppp/pati_barc.pdf">BARC News Letter (2001)</a>.</li>
<li>Quantum Information- The No-Hiding Theorem,<br>
A. K. Pati, <a href="ppp/bh01.pdf">Download</a></li>
<li>Quantum States, Entanglement and Closed Timelike Curves,<br>
A. K. Pati, <a href="ppp/patinature.pdf">Invited talk</a> at 75 Years of Quantum Entanglement, held at S N Bose Center, Kolkata, Jan 2011.</li>
</ul>
</div>
</section>
<section class="lastfooter">
<div class="lastfootleft">
Harish-Chandra Research Institute, Chhatnag Road, Jhunsi, Allahabad 211019, India
</div>
<div class="lastfootright">
Copyright <i class="fa fa-copyright" aria-hidden="true"></i> 2018 | Developed by <a href="https://www.facebook.com/kratveer">Kratveer Singh</a>
</div>
</section>
</body>
</html>