Code Monkey home page Code Monkey logo

Hey 👋, I'm Logan

Research Coordinator in the Poldrack Lab at Stanford University

  • ⚙️ use daily: .js, .html, .css, .py
  • 🌱 learning .rs and .go
  • 💬 ping me about: gaming, mountain biking, watercoloring
  • 🎂 guilty pleasure: reality tv

💭 About me

TS interfaces
interface Job {
employer: string;
department: string;
mentors: string[];
}

interface Seeking {
actively: boolean;
ofInterest: string[];
}

interface Interests {
research: string[];
seeking: Seeking;
}

interface Education {
degree: string;
institution: string;
year: number;
honors: string;
}

interface Me {
code: string[];
tools: string[];
research: string[];
job: Job;
interests: Interests;
hobbies: string[];
education: Education;
}
const Logan: Me = {
  code: ["JavaScript", "TypeScript", "HTML", "CSS", "Python"],
  tools: ["Tailwind CSS", "React", "Node", "Next.js", "Styled-Components", "Docker"],
  research: ["fMRI", "EEG", "open-source", "reproducibility", "cognitive tasks"],
  job: {
    employer: "Stanford University",
    department: "Psychology",
    mentors: ["Patrick Bissett", "Russell Poldrack"],
  },
  interests: {
    research: ["software for science", "cognitive neuroscience", "neuroimaging"],
    seeking: {
      actively: false,
      ofInterest: ["PhD", "Software Engineer"]
    }
  },
  hobbies: ["biking", "hiking", "volleyball"],
  education: {
      degree: "BSc in Neuroscience",
      institution: "Temple University",
      year: 2023,
      honors: "Summa Cum Laude"
  }
};

Can you find my middle name? (And other hidden words?):

R A D J A N G
U J S T A T O
S S O H B M T
T P N R C C Y
L S O E D L P
A O T E N A E
N G E E C I N
Give up? Click for the solution:

X marks the spot:

R A D J A N G
U X S T A T O
S S X H B M T
T P N X C C Y
L S O E X L P
A O T E N X E
N G E E C I X

Logan Bennett's Projects

expfactory-battery icon expfactory-battery

version 1.0 expfactory battery template used with psiturk, django, and expfactory.github.io

rdoc_beh_qc icon rdoc_beh_qc

This repo contains scripts for doing a quick rt/acc qc across the 11 cognitive tasks used in our rdoc profific acquisition.

sops-cookiecutter icon sops-cookiecutter

Template repo for bootstrapping and maintaining SOPs (Standard operation procedures)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.