-
Notifications
You must be signed in to change notification settings - Fork 3
Transfer Learning Page Creation #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
22aca78
965fa43
ecc3e2d
3dadcb7
cd012e0
7165d0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,14 +26,6 @@ | |
|
||
<!-- Main CSS --> | ||
<link href="assets/css/main.css" rel="stylesheet"> | ||
|
||
<!-- ======================================================= | ||
* Template Name: HeroBiz | ||
* Template URL: https://bootstrapmade.com/herobiz-bootstrap-business-template/ | ||
* Updated: Jun 29 2024 with Bootstrap v5.3.3 | ||
* Author: BootstrapMade.com | ||
* License: https://bootstrapmade.com/license/ | ||
======================================================== --> | ||
</head> | ||
|
||
<body class="index-page"> | ||
|
@@ -51,13 +43,13 @@ <h1 class="sitename">BSML</h1> | |
<ul> | ||
<li><a href="#hero" class="active">Home<br></a></li> | ||
<li><a href="#about">About</a></li> | ||
<!-- <li><a href="#pricing">Membership</a></li> --> | ||
<li><a href="#faq">FAQ</a></li> | ||
<li><a href="#team">Founders</a></li> | ||
<li><a href="./projects.html">Projects</a></li> | ||
<li><a href="./events.html">Events</a></li> | ||
<li><a href="hackathons.html">Hackathons</a></li> | ||
<li><a href="./hackathons.html">Hackathons</a></li> | ||
<li><a href="./theses.html">Theses Repo</a></li> | ||
<li><a href="./transfer_learning.html">Transfer Learning</a></li> | ||
</ul> | ||
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i> | ||
</nav> | ||
|
@@ -229,8 +221,8 @@ <h4>Marketing</h4> | |
|
||
<li class="nav-item col-6 col-md-4 col-lg-2"> | ||
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#open-roles-tab-5"> | ||
<i class="bi bi-code-slash" style="color: #20c997;"></i> | ||
<h4>Website</h4> | ||
<i class="bi bi-person-check" style="color: #20c997;"></i> | ||
<h4>Mentee</h4> | ||
</a> | ||
</li><!-- End Tab 3 Nav --> | ||
|
||
|
@@ -446,50 +438,58 @@ <h4>Requirements</h4> | |
<div class="tab-pane fade" id="open-roles-tab-5"> | ||
<div class="row gy-4"> | ||
<div class="col-lg-12 order-2 order-lg-1" data-aos="fade-up" data-aos-delay="100"> | ||
<h4>More info <a href="./transfer_learning.html" target="_blank" class="highlight-link">here</a></h4> | ||
<h4>Deliverable</h4> | ||
<p> | ||
Website maintenance and on-demand coding. | ||
None | ||
</p> | ||
<h4>Mission</h4> | ||
<p> | ||
Build the most beautiful business website a student association can have. | ||
Reach <em>your</em> goals. Literally | ||
</p> | ||
<h4>Description</h4> | ||
<p> | ||
We successfully migrated from a third party hosting service to an website fully developed by our members and hosted on GitHub. This is an opportunity to get your hand dirty and write in HTML-CSS-JS to improve the website functionalities, make it even more catchy, add open-roles and fix bugs of any kind. | ||
You will be paired with a mentor active in your field of interest among: Quantitative Finance, Data Science, Machine Learning Research, PhD, and Master's. | ||
Your mentor will offer guidance, share insights, and may even provide referrals. | ||
</p> | ||
<h4>Approximate workflow</h4> | ||
<p> | ||
<ol> | ||
<li>Receive requirements and proposals about changes to the website.</li> | ||
<li>Evaluate their feasiblity.</li> | ||
<li>Implement.</li> | ||
</ol> | ||
Highly dependent on your mentor and your goals. See below | ||
</p> | ||
<h4>Examples</h4> | ||
<p> | ||
<ul> | ||
<li><i class="bi bi-lightbulb-fill"></i> You browse on the internet and find a beautiful website with similar color schemes to BSML’s that inspires you. You will propose and implement the changes to BSML’s website.</li> | ||
<li><i class="bi bi-lightbulb-fill"></i> An applicant notifies us that a button is not working. You will fix the bug, and then take the opportunity to improve the look and feel of the application process.</li> | ||
<li><i class="bi bi-lightbulb-fill"></i> | ||
If your mentor is supporting you in applications to foreign universities, they might review your statement | ||
of purpose, or offer advice on GRE preparation. Expect more interaction during the Fall and Winter (i.e., before | ||
applications close) | ||
</li> | ||
<li><i class="bi bi-lightbulb-fill"></i> | ||
If instead your mentor is guiding you through applications to buy-side quantitative finance jobs, they might give you specific | ||
advice on how to prepare for interviews, send you study material, and arrange mock interviews with you. Expect more interaction | ||
if you have an interview coming up | ||
</li> | ||
</ul> | ||
</p> | ||
<h4>Requirements</h4> | ||
<ul> | ||
<li><i class="bi bi-check-circle-fill"></i> Basic knowledge of HTML-CSS-JS</li> | ||
<li><i class="bi bi-check-circle-fill"></i> Familiarity with Boostrap5 is plus</li> | ||
</ul> | ||
<p><b>Your role is essential for developing and nurturing BSML’s professional public figure.</b></p> | ||
<p><b>This role is designed to empower you to fulfil your full potential.</b></p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="content d-flex flex-row justify-content-center align-items-center"> | ||
<a href="https://forms.gle/dc1yNsVX4GqrVWCZ9" class="read-more align-self-start"><span>Apply</span><i class="bi bi-arrow-right"></i></a> | ||
</div> | ||
</div> | ||
|
||
<div class="content d-flex flex-row justify-content-center align-items-center gap-3"> | ||
<a href="https://forms.gle/dc1yNsVX4GqrVWCZ9" | ||
class="read-more align-self-start" target="_blank"> | ||
<span>Apply as an Associate</span><i class="bi bi-arrow-right"></i> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Qui aggiungerei link a pagina transfer learning (che dalla home non è subito visibile) invece che straight to form, o anche una Q su questo nelle FAQ sotto There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In realta' ha senso cosi perche' nella pagina "Transfer Learning" non c'e' il link al form, andrebbe ripensato il funnel se vogliamo fare come dici. La modifica alle FAQ invece ha senso, magari aggiungiamo una domanda e poi mergiamo. Se riesco faccio io piu' tardi che ora non ho il pc coi permessi giusti, senno' chi e' disponibile vada pure. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nella pagina "Transfer Learning" c'è il link al form. Andrebbe forse reso più visibile, magari con un bottone |
||
</a> | ||
|
||
</section><!-- /open-roles Section --> | ||
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeuX-ieiGssP-UXd-tjtlvyse3CZc1coWNE0j-Zitg-Bf8uWg/viewform?usp=sharing&ouid=100706111273088766571" | ||
class="read-more align-self-start" target="_blank"> | ||
<span>Apply as a Mentee</span><i class="bi bi-arrow-right"></i> | ||
</a></div> | ||
</section> | ||
|
||
<!-- Faq Section --> | ||
<section id="faq" class="faq section"> | ||
|
@@ -628,7 +628,7 @@ <h2>Where Our Members Shine</h2> | |
|
||
|
||
<div class="col-xl-2 col-md-3 col-6 spotlight-logo"> | ||
<img src="assets/img/spotlights/client-2.jpg" class="img-fluid" alt=""> | ||
<img src="assets/img/spotlights/uchicago.png" class="img-fluid" alt=""> | ||
</div><!-- End Client Item --> | ||
|
||
</div> | ||
|
@@ -694,10 +694,6 @@ <h4>Marco Lomele</h4> | |
</div> | ||
<div class="member-info"> | ||
<div class="social"> | ||
<!-- <a href=""><i class="bi bi-twitter-x"></i></a> | ||
<a href=""><i class="bi bi-facebook"></i></a> | ||
<a href=""><i class="bi bi-instagram"></i></a> --> | ||
<a href="https://github.com/giuliocaputi" target="_blank"><i class="bi bi-github"></i></a> | ||
<a href="https://www.linkedin.com/in/giulio-caputi/"target="_blank"><i class="bi bi-linkedin"></i></a> | ||
</div> | ||
<h4>Giulio Caputi</h4> | ||
|
Uh oh!
There was an error while loading. Please reload this page.