-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
85 lines (48 loc) · 2.18 KB
/
atom.xml
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>CYX's website</title>
<icon>http://example.com/icon.png</icon>
<link href="http://example.com/atom.xml" rel="self"/>
<link href="http://example.com/"/>
<updated>2024-10-27T14:35:37.861Z</updated>
<id>http://example.com/</id>
<author>
<name>Jeremiah Chen</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Lagrangian Duality Theory</title>
<link href="http://example.com/2024/10/27/Lagrangian-Duality-Theory/"/>
<id>http://example.com/2024/10/27/Lagrangian-Duality-Theory/</id>
<published>2024-10-27T11:27:36.000Z</published>
<updated>2024-10-27T14:35:37.861Z</updated>
<summary type="html">Note for Convex Optimization</summary>
<category term="Optimization" scheme="http://example.com/tags/Optimization/"/>
</entry>
<entry>
<title>Hello World</title>
<link href="http://example.com/2024/08/23/hello-world/"/>
<id>http://example.com/2024/08/23/hello-world/</id>
<published>2024-08-23T03:43:02.399Z</published>
<updated>2024-05-16T14:37:43.368Z</updated>
<summary type="html">Hello World</summary>
</entry>
<entry>
<title>6-DOF IMU Estimation</title>
<link href="http://example.com/2024/05/16/Extended-Kalman-Filter/"/>
<id>http://example.com/2024/05/16/Extended-Kalman-Filter/</id>
<published>2024-05-16T04:19:02.000Z</published>
<updated>2024-06-13T12:40:46.666Z</updated>
<summary type="html">Different 6-DOF IMU Pose Estimation Algorithms</summary>
<category term="Math" scheme="http://example.com/categories/Math/"/>
<category term="Navigation" scheme="http://example.com/tags/Navigation/"/>
</entry>
<entry>
<title>Website test</title>
<link href="http://example.com/2024/05/14/newpapername/"/>
<id>http://example.com/2024/05/14/newpapername/</id>
<published>2024-05-14T13:46:03.000Z</published>
<updated>2024-05-16T04:19:21.001Z</updated>
<summary type="html">test</summary>
</entry>
</feed>