Skip to content

Commit

Permalink
ESLint bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tim0120 committed Nov 11, 2024
1 parent 2a420e6 commit c3f926d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Blog() {
<div className="">
<PageNav />
<div className="flex justify-between">
<div className="text-xl">Tim's blog is currently under construction 👷‍♂️🚧</div>
<div className="text-xl"> The blog is currently under construction 👷‍♂️🚧</div>
</div>
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export default function Home() {
<div className="flex justify-between mb-2 space-x-10">
<div>
<h1 className="text-2xl mb-4">
Hi, I'm Tim.
Hi, I&rsquo;m Tim.
</h1>
<p className="text-md">
I'm a researcher and engineer trying to figure out how machines learn. I am also interested in solving problems arising from the creation and adoption of artificially intelligent systems.<br /><br />
I am a researcher and engineer trying to figure out how machines learn. I am also interested in solving problems arising from the creation and adoption of artificially intelligent systems.<br /><br />
Currently, I am working on interpretability, red-teaming, and steering of language models with the <Link href="https://algorithmicalignment.csail.mit.edu/" className="text-blue-500 hover:underline">Algorithmic Alignment Group</Link>. You can find works of mine below or in my <Link href="/projects" className="text-blue-500 hover:underline">projects</Link>.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Blog() {
<div className="">
<PageNav />
<div className="flex justify-between">
<div className="text-xl">Tim's projects will be uploaded 🔜</div>
<div className="text-xl">Projects will be uploaded 🔜</div>
</div>
</div>
);
Expand Down
1 change: 0 additions & 1 deletion src/components/Publications.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { link } from "fs";
import Link from "next/link"

const publications = [
Expand Down

0 comments on commit c3f926d

Please sign in to comment.