File size: 12,049 Bytes
ad09400
 
 
 
 
18bca4b
ad09400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d43f304
ad09400
 
 
 
 
 
 
 
 
d43f304
ad09400
 
 
d43f304
ad09400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18bca4b
 
ad09400
 
 
 
 
 
 
 
 
 
 
 
18bca4b
d43f304
ad09400
 
 
18bca4b
ad09400
18bca4b
 
ad09400
 
 
 
 
 
18bca4b
 
 
 
d43f304
ad09400
 
 
 
 
 
d43f304
 
 
ad09400
 
 
 
18bca4b
d43f304
 
 
 
 
 
 
 
 
 
 
ad09400
 
18bca4b
 
ad09400
18bca4b
 
d43f304
 
ad09400
 
 
 
18bca4b
 
 
d43f304
ad09400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d43f304
ad09400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Julian Herrera - Macroeconomics & New Productive Forces</title>
    <style>
        body {
            font-family: 'Helvetica', 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
            overflow-x: hidden;
            transition: background-color 0.5s ease;
        }
        header {
            background-color: #d2b48c;
            color: #fff;
            padding: 20px 0;
            text-align: center;
            border-bottom: 2px solid #8b4513;
            position: relative;
            overflow: hidden;
            transition: background-color 0.5s ease;
        }
        .container {
            width: 80%;
            margin: 0 auto;
            padding: 20px;
            transition: opacity 0.5s ease;
        }
        .intro, .leadership, .research-goals, .about, .study-areas, .data-sources, .eu-businesses {
            background-color: #fff;
            padding: 20px;
            margin: 20px 0;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            transition: opacity 0.5s ease;
        }
        .research-goals ul, .study-areas ul, .data-sources ul, .eu-businesses ul {
            list-style-type: none;
            padding: 0;
        }
        .research-goals ul li, .study-areas ul li, .data-sources ul li, .eu-businesses ul li {
            margin-bottom: 10px;
            background-color: #f8f8f8;
            padding: 10px;
            border-radius: 5px;
        }
        .social-links {
            margin-top: 20px;
            text-align: center;
        }
        .social-links a {
            margin-right: 10px;
            text-decoration: none;
            color: #333;
            font-weight: bold;
        }
        .social-links a:hover {
            text-decoration: underline;
        }
        .graphic {
            position: absolute;
            top: 0;
            right: 0;
            width: 100px;
            height: 100px;
            background-color: #8b4513;
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            animation: rotate 10s infinite linear;
        }
        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        .graphic-drone {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100px;
            height: 100px;
            background-color: #d2b48c;
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            animation: hover 5s infinite ease-in-out;
        }
        @keyframes hover {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }
        .graphic-phone {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 50px;
            height: 100px;
            background-color: #8b4513;
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            animation: slide 10s infinite linear;
        }
        @keyframes slide {
            0%, 100% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(20px);
            }
        }
        .graphic-foxconn {
            position: absolute;
            top: 20%;
            left: -50px;
            width: 100px;
            height: 100px;
            background-color: #8b4513;
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            animation: slide-left 10s infinite linear;
        }
        @keyframes slide-left {
            0%, 100% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(20px);
            }
        }
        .graphic-dji {
            position: absolute;
            bottom: 20%;
            right: -50px;
            width: 100px;
            height: 100px;
            background-color: #d2b48c;
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            animation: slide-right 10s infinite linear;
        }
        @keyframes slide-right {
            0%, 100% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(-20px);
            }
        }
        .graphic-side {
            position: fixed;
            top: 0;
            width: 50px;
            height: 100%;
            background-color: #8b4513;
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            animation: slide-side 10s infinite linear;
        }
        .graphic-side-left {
            left: 0;
        }
        .graphic-side-right {
            right: 0;
        }
        @keyframes slide-side {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(20px);
            }
        }
    </style>
</head>
<body>

    <header>
        <h1>Julian Herrera - Macroeconomics & New Productive Forces</h1>
        <p>Analysis of Industry Policy and Action in the People's Republic of China</p>
        <div class="graphic"></div>
        <div class="graphic-drone"></div>
        <div class="graphic-phone"></div>
        <div class="graphic-foxconn"></div>
        <div class="graphic-dji"></div>
        <div class="graphic-side graphic-side-left"></div>
        <div class="graphic-side graphic-side-right"></div>
    </header>

    <div class="container">

        <div class="intro">
            <h2>Welcome</h2>
            <p>I am Julian Herrera, a high schooler deeply engaged in the study of macroeconomics and the technology industry of the People's Republic of China. With expertise in machine learning, AI, and industrial policy, I provide insightful analysis on the evolving landscape of China's economic policies and technological advancements, with a special focus on supporting businesses in the European Union.</p>
        </div>

        <div class="leadership">
            <h2>About Me</h2>
            <div>
                <h3>Julian Herrera</h3>
                <p>I am a passionate student with a keen interest in macroeconomics and the technology industry of China. My studies focus on understanding the interplay between industrial policy and technological innovation, particularly in the context of the New Productive Forces. I frequently share my insights on both my personal and company accounts, offering analysis of industry policy and action in the P.R.C.</p>
            </div>
        </div>

        <div class="research-goals">
            <h2>Research Goals</h2>
            <ul>
                <li><strong>Macroeconomic Analysis:</strong> Provide comprehensive research on the macroeconomic policies and trends in China.</li>
                <li><strong>New Productive Forces:</strong> Offer insights into the advancements and implications of new productive forces, particularly in technology and industry.</li>
                <li><strong>Industrial Policy:</strong> Explore the economic opportunities and challenges posed by China's industrial policies.</li>
                <li><strong>Strategic Guidance:</strong> Deliver actionable insights and strategic guidance to help navigate the complex technological and economic landscape of China.</li>
                <li><strong>EU Business Focus:</strong> Provide specialized analysis and support for businesses in the European Union, helping them to leverage opportunities in the Chinese market.</li>
            </ul>
        </div>

        <div class="study-areas">
            <h2>Areas of Study</h2>
            <ul>
                <li><strong>Macroeconomics:</strong> Detailed analysis of China's macroeconomic policies and their impact on global markets, with a focus on EU-China relations.</li>
                <li><strong>New Productive Forces:</strong> Insights into the technological advancements and their role in shaping China's economic future, particularly in the context of EU businesses.</li>
                <li><strong>Industrial Policy:</strong> Exploration of China's industrial policies and their implications for domestic and international businesses, with a special focus on EU companies.</li>
            </ul>
        </div>

        <div class="about">
            <h2>About My Work</h2>
            <p>My research and analysis aim to provide a deeper understanding of China's macroeconomic policies and the role of new productive forces in driving economic growth. By combining industry knowledge with analytical rigor, I strive to deliver actionable insights that help navigate the ever-evolving technological and economic landscape of China, particularly for businesses in the European Union.</p>
        </div>

        <div class="eu-businesses">
            <h2>Support for EU Businesses</h2>
            <p>We specialize in providing tailored insights and strategic guidance to businesses operating within the European Union. Our expertise in macroeconomics and new productive forces allows us to offer unique perspectives on navigating the complex economic landscape of China, particularly in the context of EU-China trade relations.</p>
            <ul>
                <li><strong>Market Analysis:</strong> In-depth analysis of Chinese markets and their impact on EU businesses.</li>
                <li><strong>Policy Insights:</strong> Expertise on Chinese industrial policies and their implications for EU companies.</li>
                <li><strong>Strategic Planning:</strong> Customized strategic planning to help EU businesses capitalize on opportunities in China.</li>
            </ul>
        </div>

        <div class="data-sources">
            <h2>Data Sources</h2>
            <ul>
                <li><a href="https://www.customs.gov.cn/" target="_blank">China Customs Data</a></li>
                <li><a href="http://www.mof.gov.cn/" target="_blank">Ministry of Finance of the People's Republic of China</a></li>
                <li><a href="https://ec.europa.eu/info/index_en" target="_blank">European Commission</a></li>
                <li><a href="https://www.eurostat.ec.europa.eu/" target="_blank">Eurostat</a></li>
            </ul>
        </div>

        <div class="social-links">
            <h2>Follow Me</h2>
            <a href="https://twitter.com/BirdLTech" target="_blank">BirdLTech on X</a>
            <a href="https://julianherrera.substack.com/" target="_blank">Julian Herrera on Substack</a>
            <a href="https://www.linkedin.com/in/julianherrera/" target="_blank">Julian Herrera on LinkedIn</a>
        </div>

    </div>

    <script>
        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();

                document.querySelector(this.getAttribute('href')).scrollIntoView({
                    behavior: 'smooth'
                });
            });
        });

        // Fade in sections on scroll
        const sections = document.querySelectorAll('.intro, .leadership, .research-goals, .about, .study-areas, .data-sources, .eu-businesses');

        const observer = new IntersectionObserver(entries => {
            entries.forEach(entry => {
                if (entry.isIntersecting) {
                    entry.target.style.opacity = 1;
                } else {
                    entry.target.style.opacity = 0;
                }
            });
        }, { threshold: 0.1 });

        sections.forEach(section => {
            observer.observe(section);
        });
    </script>

</body>
</html>