Skip to content

Commit

Permalink
General Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vpepe committed Oct 28, 2024
1 parent 066412b commit c4f5ace
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 172 deletions.
Binary file modified SEAS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Site settings
title: harvardnlp
email: srush@seas.harvard.edu
email: nlp.harvard@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Home of the Harvard SEAS natural-language processing group.
baseurl: "" # the subpath of your site, e.g. /blog
Expand Down
13 changes: 1 addition & 12 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,9 @@
<h2 class="footer-heading">{{ site.title }}</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>{{ site.title }}</li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
</ul>
</div>

<div class="footer-col footer-col-2">
<div class="footer-col">
Copyright © 2024 The President and Fellows of Harvard College | <a href="https://accessibility.harvard.edu/">Accessibility</a> | <a href="https://accessibility.huit.harvard.edu/digital-accessibility-policy">Digital Accessibility</a> | <a href="https://www.harvard.edu/copyright-issue/">Report Copyright Infringement</a>
</div>

<div class="footer-col footer-col-3">
<p>{{ site.description }}</p>
</div>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="wrapper">

<span><img width="30px" style="margin-top:5px" src="/SEAS.png"></span><span><a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a></span>
<span><img width="30px" style="margin-top:5px" src="/SEAS.png"></span><span><a class="site-title" href="{{ site.baseurl }}/"><img src="/" alt="HTML tutorial" style="width:250px;height:100px;"></a></span>

<nav class="site-nav">
<a href="#" class="menu-icon">
Expand Down
2 changes: 1 addition & 1 deletion code.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Code
weight: 2
permalink: /code/
show: 1
show: 0
---

<!-- Open-source implementations of popular deep learning techniques with -->
Expand Down
35 changes: 35 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: page
title: Contact Us
weight: 5
permalink: /contact/
show: 1
---

<div class="home">
<br>
<br>
<div class = "row">
<div class = "">
<p style="font-size: 18px">
If you're interested in NLP and you would like to get in touch,
you can find our collective lab contacts below. The email
address is monitored by the lab manager and messages to it will
get forwarded to the relevant lab member by them.
</p>
<p style="font-size: 18px">
Working With Us (for current Harvard students):
Please email us at the address below and we will check for
availability or potential projects within our members. Please
also reach out to members individually if you are interested in
working with someone in particular.
</p>
<p style="font-size: 18px">
Email: harvard dot nlp at gmail dot com
Twitter: @harvard_nlp
</p>
</div>
</div>

</div>
<br>
136 changes: 9 additions & 127 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,144 +4,26 @@
weight: 0
---


<!-- <h2>About</h2> -->


<div class="home">

<!-- <div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="false"> -->
<!-- Indicators -->
<!-- <ol class="carousel-indicators"> -->
<!-- <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> -->
<!-- <li data-target="#carousel-example-generic" data-slide-to="1"></li> -->
<!-- <\!-- <li data-target="#carousel-example-generic" data-slide-to="1"></li> -\-> -->
<!-- <\!-- <li data-target="#carousel-example-generic" data-slide-to="2"></li> -\-> -->
<!-- </ol> -->

<!-- Wrapper for slides -->
<!-- <div class="carousel-inner" role="listbox"> -->
<!-- <div class="item active"> -->
<!-- <div> -->
<!-- <center> -->
<!-- <a href="http://lstm.seas.harvard.edu"><img src="/images/wave.png" width = "90%"></a> -->
<!-- </center> -->
<!-- </div> -->
<!-- <div class="carousel-caption" style="color:black" > -->
<!-- LSTMVis -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="item"> -->
<!-- <div> -->
<!-- <center> -->
<!-- <a href="http://github.com/harvardnlp/seq2seq-attn"><img src="/images/aesw2016.png" width = "60%"></a> -->
<!-- </center> -->
<!-- </div> -->
<!-- <div class="carousel-caption" style="color:black"> -->
<!-- Neural Translation -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="item"> -->
<!-- <div> -->
<!-- <center> -->
<!-- <a href="http://github.com/harvardnlp/nn_coref"><img src="/images/cluster_viz.png" width = "50%"></a> -->
<!-- </center> -->
<!-- </div> -->
<!-- <div class="carousel-caption" style="color:black"> -->
<!-- Anaphora and Coreference -->
<!-- </div> -->
<!-- </div> -->

<!-- <\!-- <div class="item"> -\-> -->
<!-- <\!-- <img src="..." alt="..."> -\-> -->
<!-- <\!-- <div class="carousel-caption"> -\-> -->
<!-- <\!-- ... -\-> -->
<!-- <\!-- </div> -\-> -->
<!-- <\!-- </div> -\-> -->
<!-- <\!-- ... -\-> -->
<!-- </div> -->

<!-- <\!-- Controls -\-> -->
<!-- <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> -->
<!-- <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> -->
<!-- <span class="sr-only">Previous</span> -->
<!-- </a> -->
<!-- <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> -->
<!-- <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> -->
<!-- <span class="sr-only">Next</span> -->
<!-- </a> -->
<!-- </div> -->

<!-- <div class="row"> -->
<!-- <center> -->
<!-- <a href="http://lstm.seas.harvard.edu"><img class="img-thumbnail" src="/images/wave.png" width = "90%"></a> -->
<!-- </center> -->
<!-- </div> -->
<br>
<br>

<div class = "row">
<div class = "">
<p style="font-size: 18px">
Harvard NLP studies machine learning methods for processing
and generating human language. We are interested in
mathematical models of sequence generation, challenges of
and generating human language. As a group, we are interested in
mathematical models of sequence generation, the challenges of
artificial intelligence grounded in human language, and the
exploration of linguistic structure with statistical tools.
exploration of linguistic structure with statistical and neural tools.
</p>
<p style="font-size: 18px">

Our group's <a class="inline" href="/papers">research
publications</a> and <a class="inline"
href="/code">open-source projects</a> have focused on text
summarization, neural machine translation, visualizing
recurrent neural networks, algorithms for shrinking neural
networks, models for entity tracking in documents, multi-modal
text generation, grammatical error correction, and new approaches
for text generation.


<!-- Our <a href="members.html">group</a> -->
<!-- publishes <a href="papers">research</a> in natural-language -->
<!-- processing and among other related areas. We also -->
<!-- release <a href="code">code</a> to the research -->
<!-- community. --> </p>
<!-- <p style="font-size: 20px"> -->
<!-- If you are at Harvard and interested in NLP/ML, come take one of our -->
<!-- courses we offer in the area (<a href="http://cs181.fas.harvard.edu">CS181</a>, <a href="http://cs182.fas.harvard.edu">CS182</a>, CS187, <a href="http://cs287.fas.harvard.edu">CS287</a>). We also hold a -->
<!-- weekly <a href="meetings">reading group</a> where we discuss new -->
<!-- research and invite local speakers. If you are interested in a applying for a Ph.D or -->
<!-- postdoc, please email [email protected] or stop by office hours Wed. 1-3 in MD 217. -->
<!-- </p> -->
<!-- <br> -->
href="/code">open-source projects</a> span all aspects of natural
language processing, including foundational work in computational
linguistics, machine learning for human-like language understanding, and the
development of tools and methodologies that advance both theoretical
and applied aspects of NLP.
</p>
</div>
</div>

<!-- <h1 class="page-heading">Posts</h1> -->

<!-- <ul class="post-list"> -->
<!-- {% for post in site.posts %} -->
<!-- <li> -->
<!-- <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> -->

<!-- <h2> -->
<!-- <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> -->
<!-- </h2> -->
<!-- </li> -->
<!-- {% endfor %} -->
<!-- </ul> -->

<!-- <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> -->



</div>
<!-- <div class = "container"> -->
<!-- <div class="col-md-1"></div> -->
<!-- <div class="col-md-5"> -->
<!-- <div class="alert alert-success" role="alert"> -->
<!-- <a class="twitter-timeline" data-lang="en" data-height="500" data-theme="light" data-link-color="#E95F28" href="https://twitter.com/harvardnlp">by harvardnlp</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<br>
2 changes: 0 additions & 2 deletions papers.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
---


Under construction; the page below reflects the previous iteration of HNLP!

<table>
{% for paper in site.data.papers.papers %}

Expand Down
28 changes: 0 additions & 28 deletions rush.html

This file was deleted.

0 comments on commit c4f5ace

Please sign in to comment.