mirror of
https://github.com/bspeice/bspeice.github.io
synced 2025-06-30 13:26:20 -04:00
Fix article descriptions
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}}); Hello! Glad to meet you. I'm currently a student at Columbia University studying Financial Engineering, and want to give an ...">
|
||||
<meta name="description" content="Hello! Glad to meet you. I'm currently a student at Columbia University studying Financial Engineering, and want to give an overview of the projects I'm working on! To start things off, Columbia ...">
|
||||
<meta name="keywords" content="introduction, trading">
|
||||
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
||||
|
||||
@ -75,13 +75,7 @@
|
||||
|
||||
<!-- Content -->
|
||||
<div class="container content">
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||
</script>
|
||||
|
||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||
|
||||
<p>Hello! Glad to meet you. I'm currently a student at Columbia University
|
||||
<p>Hello! Glad to meet you. I'm currently a student at Columbia University
|
||||
studying Financial Engineering, and want to give an overview of the projects
|
||||
I'm working on!</p>
|
||||
<p>To start things off, Columbia has been hosting a trading competition that
|
||||
@ -445,6 +439,11 @@ s.t.\ \ & \vec{1} \omega = 1\\
|
||||
</div>
|
||||
|
||||
</div></p>
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||
</script>
|
||||
|
||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user