diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d224f114..7a311539 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,25 +9,25 @@ permissions: id-token: write jobs: - jekyll: + hugo: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 - - name: Install ruby - uses: ruby/setup-ruby@v1 + - name: Install Hugo + uses: peaceiris/actions-hugo@v3 with: - ruby-version: "3.4" - bundler-cache: true # runs 'bundle install' and caches installed gems automatically + hugo-version: 'latest' + extended: true - name: Install Typst uses: typst-community/setup-typst@v5 - name: Run Typst - run: typst compile --root . _CV/CV.typ public/CV.pdf + run: typst compile --root . _CV/CV.typ static/public/CV.pdf - - name: Build jekyll - run: bundle exec jekyll build + - name: Build Hugo + run: hugo --minify - name: Restore lychee cache uses: actions/cache@v5 diff --git a/Gemfile b/Gemfile deleted file mode 100755 index 1d4e2800..00000000 --- a/Gemfile +++ /dev/null @@ -1,6 +0,0 @@ -source 'https://rubygems.org' - -gem 'jekyll' -gem 'jekyll-archives' -gem 'jekyll-sitemap' -gem 'kramdown' diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 1de382cb..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,90 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.9.0) - public_suffix (>= 2.0.2, < 8.0) - base64 (0.3.0) - bigdecimal (4.1.1) - colorator (1.1.0) - concurrent-ruby (1.3.6) - csv (3.3.5) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - eventmachine (1.2.7) - ffi (1.17.4) - forwardable-extended (2.6.0) - google-protobuf (4.34.1) - bigdecimal - rake (~> 13.3) - http_parser.rb (0.8.1) - i18n (1.14.8) - concurrent-ruby (~> 1.0) - jekyll (4.4.1) - addressable (~> 2.4) - base64 (~> 0.2) - colorator (~> 1.0) - csv (~> 3.0) - em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (>= 2.0, < 4.0) - jekyll-watch (~> 2.0) - json (~> 2.6) - kramdown (~> 2.3, >= 2.3.1) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (~> 0.3, >= 0.3.6) - pathutil (~> 0.9) - rouge (>= 3.0, < 5.0) - safe_yaml (~> 1.0) - terminal-table (>= 1.8, < 4.0) - webrick (~> 1.7) - jekyll-archives (2.3.0) - jekyll (>= 3.6, < 5.0) - jekyll-sass-converter (3.1.0) - sass-embedded (~> 1.75) - jekyll-sitemap (1.4.0) - jekyll (>= 3.7, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - json (2.19.3) - kramdown (2.5.2) - rexml (>= 3.4.4) - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.4) - listen (3.10.0) - logger - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - logger (1.7.0) - mercenary (0.4.0) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (7.0.5) - rake (13.3.1) - rb-fsevent (0.11.2) - rb-inotify (0.11.1) - ffi (~> 1.0) - rexml (3.4.4) - rouge (4.7.0) - safe_yaml (1.0.5) - sass-embedded (1.99.0) - google-protobuf (~> 4.31) - rake (>= 13) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.6.0) - webrick (1.9.2) - -PLATFORMS - ruby - -DEPENDENCIES - jekyll - jekyll-archives - jekyll-sitemap - kramdown - -BUNDLED WITH - 2.5.22 diff --git a/_CV/CV.typ b/_CV/CV.typ index 82f4c189..c40e0340 100644 --- a/_CV/CV.typ +++ b/_CV/CV.typ @@ -14,7 +14,7 @@ (text: [(310) 794-4821], link: "tel:1-310-794-4821"), (text: [ameyer\@ucla.edu], link: "mailto:ameyer@ucla.edu"), (text: [https://ameyer.me], link: "https://ameyer.me"), - ) + ), ) @@ -34,7 +34,7 @@ institution: [University of California, Los Angeles], major: [B.S., Bioengineering, magna cum laude], date: "2005–2009", - location: "CA" + location: "CA", ) @@ -47,7 +47,7 @@ institution: "University of California, Los Angeles", location: "Los Angeles, CA", date: "2023–Present", - description: [#linebreak() Bioengineering Department #linebreak() Bioinformatics Interdepartmental Graduate Program #linebreak() Computational & Systems Biology Interdepartmental Program] + description: [#linebreak() Bioengineering Department #linebreak() Bioinformatics Interdepartmental Graduate Program #linebreak() Computational & Systems Biology Interdepartmental Program], ) #job( @@ -55,21 +55,21 @@ institution: "University of California, Los Angeles", location: "Los Angeles, CA", date: "2024–Present", - description: [#linebreak() Bioengineering Department] + description: [#linebreak() Bioengineering Department], ) #job( position: "Co-Director, Amgen Scholars Program", institution: "University of California, Los Angeles", location: "Los Angeles, CA", - date: "2024–Present" + date: "2024–Present", ) #job( position: "Assistant Professor", institution: "University of California, Los Angeles", location: "Los Angeles, CA", - date: "2017–2023" + date: "2017–2023", ) #job( @@ -77,7 +77,7 @@ institution: "Massachusetts Institute of Technology", location: "Cambridge, MA", date: "2014–2017", - description: [#linebreak() Koch Institute for Integrative Cancer Research] + description: [#linebreak() Koch Institute for Integrative Cancer Research], ) #job( @@ -85,7 +85,7 @@ institution: "Massachusetts Institute of Technology", location: "Cambridge, MA", date: "2009–2014", - description: [#linebreak() Department of Biological Engineering #linebreak() Koch Institute for Integrative Cancer Research] + description: [#linebreak() Department of Biological Engineering #linebreak() Koch Institute for Integrative Cancer Research], ) #job( @@ -93,7 +93,7 @@ institution: "University of California, Los Angeles", location: "Los Angeles, CA", date: "2006–2009", - description: [#linebreak() In the lab of Daniel Kamei] + description: [#linebreak() In the lab of Daniel Kamei], ) #section("Awards & Recognitions") @@ -125,131 +125,130 @@ _Siebel Scholar, Class of 2014_ #h(1fr) 2013 #context [ -#let authors = ( - "A. A. Abraham", - "A. Abraham", - "A. C. Weiner", - "A. Castillo", - "A. J. M. Zweemer", - "A. M. Farhat", - "A. Meyer", - "A. Ramirez", - "A. S. Meyer", - "A. Zweemer", - "B. Orcutt-Jahns", - "B. Remigio", - "B. T. Orcutt-Jahns", - "C. Boixo", - "C. Wilder", - "E. C. Hung", - "E. Hodzic", - "E. Hung", - "E. J. Richards", - "E. Lin", - "E. M. Snyder", - "E. R. Bozich", - "E. Richards", - "F. Mohammadi", - "H. S. Alpay", - "J. E. Kay", - "J. L. Chin", - "J. Lagarde", - "K. Warner", - "L. Karginov", - "M. Creixell", - "M. Loui", - "M. Murphy", - "N. Guan", - "N. Thomas", - "P. C. Emmel", - "P. Shrestha", - "R. A. Robinett", - "R. Yan", - "S. D. Taylor", - "S. D. Taylor", - "S. Lees", - "S. Manole", - "S. Pascoe", - "S. Taylor", - "S. Visagan", - "S. Y. Bae", - "Z. C. Tan", - "Z. S. Kim" -) -#show regex(authors.join("|")): strong - -#let pubs_data = yaml("../_data/pubs.yaml") -#let all_refs = pubs_data.references + #let authors = ( + "A. A. Abraham", + "A. Abraham", + "A. C. Weiner", + "A. Castillo", + "A. J. M. Zweemer", + "A. M. Farhat", + "A. Meyer", + "A. Ramirez", + "A. S. Meyer", + "A. Zweemer", + "B. Orcutt-Jahns", + "B. Remigio", + "B. T. Orcutt-Jahns", + "C. Boixo", + "C. Wilder", + "E. C. Hung", + "E. Hodzic", + "E. Hung", + "E. J. Richards", + "E. Lin", + "E. M. Snyder", + "E. R. Bozich", + "E. Richards", + "F. Mohammadi", + "H. S. Alpay", + "J. E. Kay", + "J. L. Chin", + "J. Lagarde", + "K. Warner", + "L. Karginov", + "M. Creixell", + "M. Loui", + "M. Murphy", + "N. Guan", + "N. Thomas", + "P. C. Emmel", + "P. Shrestha", + "R. A. Robinett", + "R. Yan", + "S. D. Taylor", + "S. D. Taylor", + "S. Lees", + "S. Manole", + "S. Pascoe", + "S. Taylor", + "S. Visagan", + "S. Y. Bae", + "Z. C. Tan", + "Z. S. Kim", + ) + #show regex(authors.join("|")): strong -#let get_year(ref) = { - let y = ref.issued - if type(y) == int { y } else { int(str(y).slice(0, 4)) } -} + #let pubs_data = yaml("../data/pubs.yaml") + #let all_refs = pubs_data.references -#let sorted_refs = all_refs.sorted(key: x => get_year(x)).rev() -#let total = sorted_refs.len() + #let get_year(ref) = { + let y = ref.issued + if type(y) == int { y } else { int(str(y).slice(0, 4)) } + } -#let init_name(given) = { - given.split(" ").map(p => if p.len() > 0 { p.slice(0, 1) + "." } else { "" }).filter(p => p.len() > 0).join(" ") -} + #let sorted_refs = all_refs.sorted(key: x => get_year(x)).rev() + #let total = sorted_refs.len() -#let fmt_author(a) = { - if "literal" in a { return a.literal } - let initials = init_name(a.given) - if "dropping-particle" in a { - initials + " " + a.at("dropping-particle") + " " + a.family - } else { - initials + " " + a.family + #let init_name(given) = { + given.split(" ").map(p => if p.len() > 0 { p.slice(0, 1) + "." } else { "" }).filter(p => p.len() > 0).join(" ") } -} -#let fmt_authors(auths) = { - let fmted = auths.map(fmt_author) - if fmted.len() == 1 { fmted.at(0) } - else if fmted.len() == 2 { fmted.at(0) + " and " + fmted.at(1) } - else { fmted.slice(0, fmted.len() - 1).join(", ") + ", and " + fmted.last() } -} + #let fmt_author(a) = { + if "literal" in a { return a.literal } + let initials = init_name(a.given) + if "dropping-particle" in a { + initials + " " + a.at("dropping-particle") + " " + a.family + } else { + initials + " " + a.family + } + } -#let fmt_date(issued) = { - let s = str(issued) - if s.len() == 4 { s } - else if s.len() >= 7 { - let m = int(s.slice(5, 7)) - let months = ("Jan.", "Feb.", "Mar.", "Apr.", "May", "Jun.", "Jul.", "Aug.", "Sep.", "Oct.", "Nov.", "Dec.") - months.at(m - 1) + " " + s.slice(0, 4) - } else { s } -} + #let fmt_authors(auths) = { + let fmted = auths.map(fmt_author) + if fmted.len() == 1 { fmted.at(0) } else if fmted.len() == 2 { fmted.at(0) + " and " + fmted.at(1) } else { + fmted.slice(0, fmted.len() - 1).join(", ") + ", and " + fmted.last() + } + } -#let clean_str(s) = s.replace("\\[", "[").replace("\\]", "]") + #let fmt_date(issued) = { + let s = str(issued) + if s.len() == 4 { s } else if s.len() >= 7 { + let m = int(s.slice(5, 7)) + let months = ("Jan.", "Feb.", "Mar.", "Apr.", "May", "Jun.", "Jul.", "Aug.", "Sep.", "Oct.", "Nov.", "Dec.") + months.at(m - 1) + " " + s.slice(0, 4) + } else { s } + } -#let make_locators(ref, dt) = { - let parts = () - if "volume" in ref { parts.push("vol. " + str(ref.volume)) } - if "issue" in ref { parts.push("no. " + str(ref.issue)) } - if "page" in ref { - let p = str(ref.page) - parts.push((if p.contains("-") { "pp. " } else { "p. " }) + p) + #let clean_str(s) = s.replace("\\[", "[").replace("\\]", "]") + + #let make_locators(ref, dt) = { + let parts = () + if "volume" in ref { parts.push("vol. " + str(ref.volume)) } + if "issue" in ref { parts.push("no. " + str(ref.issue)) } + if "page" in ref { + let p = str(ref.page) + parts.push((if p.contains("-") { "pp. " } else { "p. " }) + p) + } + parts.push(dt) + parts.join(", ") } - parts.push(dt) - parts.join(", ") -} -#for (i, ref) in sorted_refs.enumerate() [ - #let num = total - i - #let author_str = fmt_authors(ref.author) - #let title = clean_str(ref.title) - #let ct = if "container-title" in ref { clean_str(ref.at("container-title")) } else { "" } - #let dt = fmt_date(ref.issued) - #let locators = make_locators(ref, dt) - - #v(0.4em) - #grid( - columns: (26pt, 1fr), - column-gutter: 4pt, - [#sym.bracket.l#num#sym.bracket.r], - [#author_str, "#title," #if ref.type == "chapter" [in ]#emph(ct), #locators#if "doi" in ref [, doi: #(ref.at("doi")).] else [.]] - ) -] + #for (i, ref) in sorted_refs.enumerate() [ + #let num = total - i + #let author_str = fmt_authors(ref.author) + #let title = clean_str(ref.title) + #let ct = if "container-title" in ref { clean_str(ref.at("container-title")) } else { "" } + #let dt = fmt_date(ref.issued) + #let locators = make_locators(ref, dt) + + #v(0.4em) + #grid( + columns: (26pt, 1fr), + column-gutter: 4pt, + [#sym.bracket.l#num#sym.bracket.r], + [#author_str, "#title," #if ref.type == "chapter" [in ]#emph(ct), #locators#if "doi" in ref [, doi: #(ref.at("doi")).] else [.]], + ) + ] ] @@ -370,7 +369,8 @@ Massachusetts Institute of Technology date: "2018–Present", description: [ - Designed and lead project-based course tailored to the background of students in the program - ]) + ], +) #job( position: "Instructor", @@ -379,7 +379,8 @@ Massachusetts Institute of Technology date: "2018–2024", description: [ - Lab-based introduction to basics of experimental design and laboratory work in bioengineering - ]) + ], +) #job( position: "Guest Speaker", @@ -388,7 +389,8 @@ Massachusetts Institute of Technology date: "2023", description: [ - Discussed our lab's research and related topics in bioinformatics. - ]) + ], +) #job( position: "Guest Lecturer", @@ -397,7 +399,8 @@ Massachusetts Institute of Technology date: "2021, 2022", description: [ - Led discussion of a paper from the lab used as a project within the class - ]) + ], +) #job( position: "Discussion Leader", @@ -406,7 +409,8 @@ Massachusetts Institute of Technology date: "2021, 2024", description: [ - Led discussion of various ethics case studies - ]) + ], +) #job( position: "Advisor & Instructor", @@ -415,7 +419,8 @@ Massachusetts Institute of Technology date: "2019–2023", description: [ - Advised program participants on developing research, presentation, and professional skills - ]) + ], +) #job( position: "Team Mentor", @@ -424,7 +429,8 @@ Massachusetts Institute of Technology date: "2017, 2018, 2019, 2020", description: [ - Poster competition winning team: 2018, 2019 - ]) + ], +) #job( position: "Guest Speaker", @@ -433,7 +439,8 @@ Massachusetts Institute of Technology date: "2017, 2019, 2020, 2023, 2024, 2025", description: [ - Guest speaker to discuss research program and opportunities in bioengineering - ]) + ], +) #job( position: "Faculty of the Citizen Science Program", @@ -442,19 +449,20 @@ Massachusetts Institute of Technology date: "2015–2016", description: [ - Led a short course introducing students to the natural sciences and scientific method - ]) + ], +) #job( position: "Teaching Assistant", institution: "Thermodynamics of Biomolecular Systems", location: "MIT, Department of Biological Engineering", - date: "2010" - ) + date: "2010", +) #section("Conference & Invited Presentations (Last Five Years)") -#let data = yaml("../_data/talks.yaml") +#let data = yaml("../data/talks.yaml") #let presentations = data.presentations.sorted(key: x => x.date).rev() #let format_presentation(pres, parsed_date) = [ @@ -475,7 +483,9 @@ Massachusetts Institute of Technology #let student_list(msteam) = { for post in msteam [ - - #post.name#if "postposition" in post [~(#post.postposition)] #h(1fr) #post.joined#sym.dash.en#if "left" in post [#post.left] else [Present] + - #post.name#if "postposition" in post [~(#post.postposition)] #h(1fr) #post.joined#sym.dash.en#if ( + "left" in post + ) [#post.left] else [Present] #if "awards" in post [ #set list(marker: [‣], indent: 10pt) #for award in post.awards [ @@ -485,7 +495,7 @@ Massachusetts Institute of Technology ] } -#let team = yaml("../_data/team.yml") +#let team = yaml("../data/team.yml") #let posts = team.filter(x => x.position.contains("Postdoctoral")).sorted(key: x => x.joined).rev() #subsection("Postdoctoral Fellows") @@ -509,7 +519,7 @@ Massachusetts Institute of Technology #section("Service") -#let data = yaml("../_data/service.yaml") +#let data = yaml("../data/service.yaml") #subsection("Profession") @@ -519,7 +529,7 @@ Massachusetts Institute of Technology #award( award: item.at("role", default: ""), date: str(item.at("date", default: "")), - institution: item.at("organization", default: "") + institution: item.at("organization", default: ""), ) ] @@ -531,7 +541,7 @@ Massachusetts Institute of Technology #award( award: item.at("role", default: ""), date: str(item.at("date", default: "")), - institution: item.at("organization", default: "") + institution: item.at("organization", default: ""), ) ] @@ -544,7 +554,7 @@ Massachusetts Institute of Technology #award( award: item.at("role", default: ""), date: str(item.at("date", default: "")), - institution: item.at("organization", default: "") + institution: item.at("organization", default: ""), ) ] @@ -561,7 +571,7 @@ Miller, M.A., M.J. Oudin, A.S. Meyer, L.G. Griffith, F.B. Gertler, D.A. Lauffenb // // THESIS COMMITTEE MEMBERSHIP -#let data = yaml("../_data/thesis-committees.yaml") +#let data = yaml("../data/thesis-committees.yaml") #let committees = data.committees #section("Thesis Committee Membership") diff --git a/_config.yml b/_config.yml deleted file mode 100755 index 511b3961..00000000 --- a/_config.yml +++ /dev/null @@ -1,35 +0,0 @@ -url: https://asmlab.org/ -baseurl: "" -timezone: Etc/UTC - -sass: - sass_dir: public/css - style: compressed - -plugins: - - jekyll-archives - - jekyll-sitemap - -jekyll-archives: - enabled: - - tags - layouts: - year: year-archives - tag: tag-archives - category: category-archives - month: month-archives - day: day-archives - permalinks: - year: "/:year/" - month: "/:year/:month/" - day: "/:year/:month/:day/" - tag: "/tag/:name/" - category: "/:name/" - -permalink: /:categories/:title.html - -exclude: - - Gemfile - - Gemfile.lock - - README.md - diff --git a/_includes/navigation.html b/_includes/navigation.html deleted file mode 100755 index dfcdf2b2..00000000 --- a/_includes/navigation.html +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/_includes/pubentry.html b/_includes/pubentry.html deleted file mode 100644 index bae86d59..00000000 --- a/_includes/pubentry.html +++ /dev/null @@ -1,20 +0,0 @@ -{% assign ref = include.ref %} -{% assign year = ref.issued | prepend: "" | slice: 0, 4 %} - -
-{% if ref.url %}{{ ref.title }}. -{% else %}{{ ref.title }}. -{% endif %} - -{% for author in ref.author %}{% unless forloop.first %}, {% endunless %}{{ author.family }} {{ author.given | slice: 0 }}.{% endfor %} -{{ ref["container-title"] }}{% if ref.volume %} {{ ref.volume }}{% if ref.issue %}({{ ref.issue }}){% endif %}{% endif %}{% if ref.page %}:{{ ref.page }}{% endif %}, {{ year }}. - - -{% if ref.pmid %} -{% elsif ref.pmcid %}{% endif %} -{% if ref.doi %}{% endif %} -{% if ref.abstract %}[Abstract]{% endif %} - - -{% if ref.abstract %}{% endif %} -
diff --git a/_layouts/bibtemplate.html b/_layouts/bibtemplate.html deleted file mode 100644 index e7bd172c..00000000 --- a/_layouts/bibtemplate.html +++ /dev/null @@ -1,45 +0,0 @@ ---- ---- - -{% if entry.url %} - {{entry.title}}. -{% else %} - {{entry.title}}. -{% endif %} - -{{reference}} - - - -{% if entry.preprint %} - -{% endif %} - -{% if entry.pmid %} - -{% endif %} - -{% if entry.doi %} - -{% endif %} - -{% if entry.abstract %} - [Abstract] -{% endif %} - - - -{% if entry.abstract %} - -{% endif %} - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100755 index 3e17fa5f..00000000 --- a/_layouts/page.html +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: default ---- - -
-

{{ page.title }}

- - {{ content }} -
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100755 index d5b89e29..00000000 --- a/_layouts/post.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default ---- - -
- -

{{ page.title }}{% if page.external-url %} - {% endif %}

- - {% if page.img %}{% endif %} - - {{ content }} - -
{% for tag in page.tags %}#{{tag}}  {% endfor %}
-
diff --git a/_layouts/tag-archives.html b/_layouts/tag-archives.html deleted file mode 100755 index 660c19e6..00000000 --- a/_layouts/tag-archives.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: default ---- - -

Archive of items with {{ page.type }} '{{ page.title }}'

- -
- -
-
- - -{% for post in page.posts %} - - - -{% endfor %} - -
- -
diff --git a/_posts/lit/1964-10-16-Strong-inference.markdown b/_posts/lit/1964-10-16-Strong-inference.markdown deleted file mode 100755 index 07d75208..00000000 --- a/_posts/lit/1964-10-16-Strong-inference.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: post -title: Strong Inference -date: 1964-10-16 00:00:01 -categories: literature -external-url: https://pages.cs.wisc.edu/~markhill/science64_strong_inference.pdf -tags: -- scientific method ---- diff --git a/_posts/lit/1995-07-27-protein-computer.md b/_posts/lit/1995-07-27-protein-computer.md deleted file mode 100644 index 7704612e..00000000 --- a/_posts/lit/1995-07-27-protein-computer.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: Protein molecules as computational elements in living cells -date: 1995-07-27 00:00:01 -categories: literature -external-url: https://www.nature.com/articles/376307a0 -tags: -- systems biology -- modeling ---- diff --git a/_posts/lit/1999-05-01-FceR-model.md b/_posts/lit/1999-05-01-FceR-model.md deleted file mode 100644 index 2e3058e3..00000000 --- a/_posts/lit/1999-05-01-FceR-model.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: Quantifying aggregation of IgE-FcϵRI by multivalent antigen -date: 1999-05-01 00:00:01 -categories: literature -external-url: https://linkinghub.elsevier.com/retrieve/pii/S0006349599773972 -tags: -- Fc receptors -- immunology -- molecular model ---- -A first, classic model of Fc receptor activation. \ No newline at end of file diff --git a/_posts/lit/2002-09-01-Biologist-radio.markdown b/_posts/lit/2002-09-01-Biologist-radio.markdown deleted file mode 100755 index 71d01730..00000000 --- a/_posts/lit/2002-09-01-Biologist-radio.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: Can a biologist fix a radio?—Or, what I learned while studying apoptosis -date: 2002-09-01 00:00:01 -categories: literature -external-url: https://www.cell.com/cancer-cell/abstract/S1535-6108(02)00133-2 -tags: -- systems biology -- modeling ---- diff --git a/_posts/lit/2005-01-01-Antedisciplinary-sci.markdown b/_posts/lit/2005-01-01-Antedisciplinary-sci.markdown deleted file mode 100644 index 416bd27d..00000000 --- a/_posts/lit/2005-01-01-Antedisciplinary-sci.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: post -title: “Antedisciplinary” Science -date: 2005-01-01 00:00:01 -categories: literature -external-url: https://dx.plos.org/10.1371/journal.pcbi.0010006 -tags: -- scientific method ---- diff --git a/_posts/lit/2007-08-02-Common-effector-processing.markdown b/_posts/lit/2007-08-02-Common-effector-processing.markdown deleted file mode 100755 index 9aa6f58b..00000000 --- a/_posts/lit/2007-08-02-Common-effector-processing.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: Common effector processing mediates cell-specific responses to stimuli -date: 2007-08-02 00:00:01 -categories: literature -external-url: https://www.nature.com/nature/journal/v448/n7153/full/nature06001.html -tags: -- systems biology -- modeling ---- diff --git a/_posts/lit/2007-12-14-TAM-receptors-are-pleitropic.markdown b/_posts/lit/2007-12-14-TAM-receptors-are-pleitropic.markdown deleted file mode 100755 index 045c32ba..00000000 --- a/_posts/lit/2007-12-14-TAM-receptors-are-pleitropic.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: TAM Receptors Are Pleiotropic Inhibitors of the Innate Immune Response -date: 2007-12-14 00:00:01 -categories: literature -external-url: https://www.sciencedirect.com/science/article/pii/S0092867407013529 -tags: -- TAM -- RTKs -- immunology ---- diff --git a/_posts/lit/2011-09-02-Rapid-phospho-turnover.markdown b/_posts/lit/2011-09-02-Rapid-phospho-turnover.markdown deleted file mode 100755 index 70546422..00000000 --- a/_posts/lit/2011-09-02-Rapid-phospho-turnover.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: Rapid Phospho-Turnover by Receptor Tyrosine Kinases Impacts Downstream Signaling and Drug Binding -date: 2011-09-02 00:00:01 -categories: literature -external-url: https://www.sciencedirect.com/science/article/pii/S1097276511005387 -tags: -- systems biology -- modeling -- RTKs ---- diff --git a/_posts/lit/2012-07-26-Widespread-potential-lit.markdown b/_posts/lit/2012-07-26-Widespread-potential-lit.markdown deleted file mode 100755 index 250a6a6c..00000000 --- a/_posts/lit/2012-07-26-Widespread-potential-lit.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: Widespread potential for growth-factor-driven resistance to anticancer kinase inhibitors -date: 2012-07-26 00:00:01 -categories: literature -external-url: https://www.nature.com/nature/journal/v487/n7408/full/nature11249.html -tags: -- resistance -- RTKs -- microenvironment ---- diff --git a/_posts/lit/2013-10-24-Reproducible-comp-research.markdown b/_posts/lit/2013-10-24-Reproducible-comp-research.markdown deleted file mode 100755 index 821fd6c9..00000000 --- a/_posts/lit/2013-10-24-Reproducible-comp-research.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: Ten Simple Rules for Reproducible Computational Research -date: 2013-10-24 00:00:01 -categories: literature -external-url: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003285 -tags: -- computation -- reproducibility ---- diff --git a/_posts/lit/2014-07-01-coumadin.markdown b/_posts/lit/2014-07-01-coumadin.markdown deleted file mode 100644 index fad45570..00000000 --- a/_posts/lit/2014-07-01-coumadin.markdown +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: post -title: Coumadin/warfarin clinical reference list -date: 2014-07-01 00:00:01 -categories: literature -tags: -- coumadin -- warfarin -- cancer -- clinical ---- - -We frequently are asked about the use of warfarin in cancer patients and whether it is linked to survival. This is a list of a few studies found in the literature. - -- Akl, E. A., Kahale, L., Terrenato, I., Neumann, I., Yosuico, V. E. D., Barba, M., et al. (2014). [Oral anticoagulation in patients with cancer who have no therapeutic or prophylactic indication for anticoagulation.](https://doi.org/10.1002/14651858.CD006466.pub7) The Cochrane Database of Systematic Reviews, 7(7), CD006466. -- Tagalakis, V., Tamim, H., Blostein, M., Hanley, J. A., & Kahn, S. R. (2013). [Risk of prostate cancer death in long-term users of warfarin: a population-based case–control study.](https://doi.org/10.1007/s10552-013-0185-1) Cancer Causes & Control, 24(6), 1079–1085. -- Pengo, V., Noventa, F., Denas, G., Pengo, M. F., Gallo, U., Grion, A. M., et al. (2011). [Long-term use of vitamin K antagonists and incidence of cancer: a population-based study.](https://doi.org/10.1182/blood-2010-08-304758) Blood, 117(5), 1707–1709. -- Pottegård, A., Friis, S., & Hallas, J. (2012). [Cancer risk in long-term users of vitamin K antagonists: A population-based case-control study.](https://doi.org/10.1002/ijc.27905) International Journal of Cancer. Journal International Du Cancer, 132(11), 2606–2612. -- Chahinian, A. P., Propert, K. J., Ware, J. H., Zimmer, B., Perry, M. C., Hirsh, V., et al. (1989). A randomized trial of anticoagulation with warfarin and of alternating chemotherapy in extensive small-cell lung cancer by the Cancer and Leukemia Group B. Journal of Clinical Oncology, 7(8), 993–1002. -- Zacharski, L. R., Henderson, W. G., Rickles, F. R., Forman, W. B., Cornell, C. J., Forcier, R. J., et al. (1984). Effect of warfarin anticoagulation on survival in carcinoma of the lung, colon, head and neck, and prostate. Final report of VA Cooperative Study #75. Cancer, 53(10), 2046–2052. -- Schulman, S., & Lindmarker, P. (2000). [Incidence of cancer after prophylaxis with warfarin against recurrent venous thromboembolism.](https://doi.org/10.1056/NEJM200006293422604) Duration of Anticoagulation Trial. The New England Journal of Medicine, 342(26), 1953–1958. -- Zacharski, L. R., & Henderson, W. G. (1990). Warfarin for small-cell lung cancer: why not? Journal of Clinical Oncology, 8(7), 1282–1283. \ No newline at end of file diff --git a/_posts/lit/2014-09-11-ten-rules-for-better-figures.markdown b/_posts/lit/2014-09-11-ten-rules-for-better-figures.markdown deleted file mode 100755 index 326b87e0..00000000 --- a/_posts/lit/2014-09-11-ten-rules-for-better-figures.markdown +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: Ten Simple Rules for Better Figures -date: 2014-09-11 00:00:01 -categories: literature -external-url: https://dx.plos.org/10.1371/journal.pcbi.1003833 -tags: -- presentation -- scientific method ---- - -Practical advice for how to best present scientific data. As stated in the article, "a more accurate definition for scientific visualization would be a graphical interface between people and data." diff --git a/_posts/lit/2016-11-17-implimentation-tumor-profiling.markdown b/_posts/lit/2016-11-17-implimentation-tumor-profiling.markdown deleted file mode 100755 index 5363cf81..00000000 --- a/_posts/lit/2016-11-17-implimentation-tumor-profiling.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: Institutional implementation of clinical tumor profiling on an unselected cancer population -date: 2016-11-25T16:58:39.831Z -categories: literature -external-url: https://insight.jci.org/articles/view/87062 -tags: -- TAM -- RTKs -- precision therapy ---- - -An interesting paper from a few hospitals, mainly in Boston. They're doing targeted capture and sequencing of a broad panel of patients to try and design therapies around that data. They find focal amplification of AXL in ~1% of patients. AXL inhibitor was tried in one of those patients and gave a striking response. diff --git a/_posts/lit/2016-11-24-efferocytosis-reprogramming.markdown b/_posts/lit/2016-11-24-efferocytosis-reprogramming.markdown deleted file mode 100755 index 4cfbd899..00000000 --- a/_posts/lit/2016-11-24-efferocytosis-reprogramming.markdown +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: Different tissue phagocytes sample apoptotic cells to direct distinct homeostasis programs -date: 2016-11-24 00:00:01 -categories: literature -external-url: https://www.nature.com/nature/journal/v539/n7630/full/nature20138.html -tags: -- efferocytosis -- immunology ---- - -Cummings et al created an experimental model in which they could selectively induce apoptosis in a subpopulation of cells, which then allowed them to look at the response within the surrounding cells. Apoptotic cell debris leads to an immunosuppressive response in a variety of cell types, though with important differences as well. diff --git a/_posts/lit/2016-11-24-redirecting-efferocytosis.markdown b/_posts/lit/2016-11-24-redirecting-efferocytosis.markdown deleted file mode 100755 index 07bae9e3..00000000 --- a/_posts/lit/2016-11-24-redirecting-efferocytosis.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: Macrophages redirect phagocytosis by non-professional phagocytes and influence inflammation -date: 2016-11-24 00:00:01 -categories: literature -external-url: https://dx.doi.org/10.1038/nature20141 -tags: -- RTKs -- efferocytosis -- immunology ---- - -A really interesting study on how IGF1 acts as a signal from macrophages to redirect efferocytosis toward immune cells. The redirection works even with phosphatidylserine vesicles, and prevents inflammation after an allergy challenge. diff --git a/_posts/lit/2016-12-23-AXL-MHC.markdown b/_posts/lit/2016-12-23-AXL-MHC.markdown deleted file mode 100644 index 10cc3072..00000000 --- a/_posts/lit/2016-12-23-AXL-MHC.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: Reprogramming the immunological microenvironment through radiation and targeting Axl -date: 2016-12-23 00:00:01 -categories: literature -external-url: https://www.nature.com/articles/ncomms13898 -tags: -- immunoncology -- TAM -- RTKs -- immunology ---- -This work shows that in addition to being a tumor cell-intrinsic resistance factor to ionizing radiation, AXL signaling drives decreased MHC-I abundance and immunosuppressive cytokine expression. The AXL-proximal signaling that drives this effect is not worked out---it would be interesting to know what signaling is involved to determine how specific this is to TAM receptors vs. other kinases. diff --git a/_posts/lit/2017-02-24-resistance-tolerance.markdown b/_posts/lit/2017-02-24-resistance-tolerance.markdown deleted file mode 100644 index 2ffcb038..00000000 --- a/_posts/lit/2017-02-24-resistance-tolerance.markdown +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: Antibiotic tolerance facilitates the evolution of resistance -date: 2017-02-24 00:00:01 -categories: literature -external-url: https://science.sciencemag.org/content/355/6327/826 -tags: -- resistance -- tolerance ---- - -An interesting paper on the relationship between the development of tolerance and resistance. It's in bacteria but surely has direct ties to selectively toxic drugs in cancer as well. They show that tolerance can directly enable rare, resistance-causing mutations to develop. They also come up with an explanation for why tolerance would develop before resistance—the routes to tolerance are by many different mutational changes, while resistance had a more restrictive set of routes. diff --git a/_posts/lit/2017-11-09-warfarin-cancer-incidence.markdown b/_posts/lit/2017-11-09-warfarin-cancer-incidence.markdown deleted file mode 100644 index 415f41c0..00000000 --- a/_posts/lit/2017-11-09-warfarin-cancer-incidence.markdown +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: post -title: Association of Warfarin Use With Lower Overall Cancer Incidence Among Patients Older Than 50 Years -date: 2017-11-09 00:00:01 -categories: literature -external-url: https://jamanetwork.com/journals/jamainternalmedicine/fullarticle/2661703 -tags: -- TAM -- warfarin -- clinical -- cancer ---- - -These results are remarkable: Warfarin (an accidental TAM inhibitor) reduces incidence of cancer by ~20% in patients >50. These new results complement some of the [less definitive results of earlier studies](/literature/coumadin.html). diff --git a/_posts/lit/2018-04-09-CTLA4-Ab-effector-function.md b/_posts/lit/2018-04-09-CTLA4-Ab-effector-function.md deleted file mode 100644 index c7827cd5..00000000 --- a/_posts/lit/2018-04-09-CTLA4-Ab-effector-function.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: Fc Effector Function Contributes to the Activity of Human Anti-CTLA-4 Antibodies -date: 2018-04-09 00:00:01 -categories: literature -external-url: https://www.sciencedirect.com/science/article/pii/S1535610818300631 -tags: -- Fc receptors -- immunology -- cancer ---- - -Effector function allows antibodies to communicate with a large portion of the immune system. Now, it looks like anti-CTLA4 antibodies can also take advantage of this, but depleting regulatory T cells. Effector signaling is complicated and important enough there is surely much engineering still to be done. \ No newline at end of file diff --git a/_posts/lit/2019-01-04-six-project-phd-tips.md b/_posts/lit/2019-01-04-six-project-phd-tips.md deleted file mode 100644 index adc9a494..00000000 --- a/_posts/lit/2019-01-04-six-project-phd-tips.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: Six project-management tips for your PhD -date: 2019-01-04 00:00:01 -categories: literature -external-url: https://www.nature.com/articles/d41586-018-07860-6 -tags: -- graduate school -- career ---- -Six simple tips to help ensure progress during your Ph.D. studies. diff --git a/_posts/lit/2019-02-20-MuSyC.md b/_posts/lit/2019-02-20-MuSyC.md deleted file mode 100644 index fbd62aad..00000000 --- a/_posts/lit/2019-02-20-MuSyC.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: Quantifying Drug Combination Synergy along Potency and Efficacy Axes -date: 2019-02-20 00:00:01 -categories: literature -external-url: https://www.cell.com/cell-systems/fulltext/S2405-4712(19)30031-6 -tags: -- resistance -- cancer ---- -

Last week our lab reviewed what’s sure to be a seminal systems pharmacology paper from the Quaranta lab, Meyer et al. “Quantifying Drug Combination Synergy along Potency and Efficacy Axes”, in @CellSystemsCP. Thread 👇 pic.twitter.com/bSBgBDV8eg

— Aaron Meyer (@aarmey) April 22, 2019
diff --git a/_posts/lit/2020-10-14-AXL-ABL2-TAZ-LUAD.markdown b/_posts/lit/2020-10-14-AXL-ABL2-TAZ-LUAD.markdown deleted file mode 100644 index 36bb594f..00000000 --- a/_posts/lit/2020-10-14-AXL-ABL2-TAZ-LUAD.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: A TAZ-AXL-ABL2 Feed-Forward Signaling Axis Promotes Lung Adenocarcinoma Brain Metastasis -date: 2019-12-10 00:00:01 -categories: literature -external-url: https://doi.org/10.1016/j.celrep.2019.11.018 -tags: -- Cancer Signaling -- AXL -- RTKs -- Metastasis ---- -Really relevant work on how the axis AXL-ABL2-TAZ engage in an autocrine positive feedback loop to promote brain metastasis in lung adenocarcinoma. These results suggest that the combination treatment of the AXL inhibitor R428 and the ABL allosteric inhibitor asciminib could be a novel route to block disease progression in AXL-driven lung cancers. \ No newline at end of file diff --git a/_posts/lit/2020-10-14-INKA-phosphoclustering.markdown b/_posts/lit/2020-10-14-INKA-phosphoclustering.markdown deleted file mode 100644 index f01b7973..00000000 --- a/_posts/lit/2020-10-14-INKA-phosphoclustering.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: INKA, an integrative data analysis pipeline for phosphoproteomic inference of active kinases -date: 2019-04-12 00:00:01 -categories: literature -external-url: https://www.embopress.org/doi/full/10.15252/msb.20188250 -tags: -- Cellular Signal Transduction -- Cancer Systems Biology -- Phosphoproteomics -- Kinase Specificity ---- -Very interesting approach to disentangle signaling networks using global phosphoproteomic measurements. This novel method infers kinase activity by integrating the scores of two kinase-centric components; overall kinase phosphorylation levels and activation loop phosphorylation, and two substrate-centric components; quantification of experimentally reported kinase-substrate relationships shown in PhosphoSitePlus and levels of kinase substrates predicted by an algorithm–NetworKIN–that performs motif-based predictions to pinpoint kinases responsible for specific phosphorylation events. diff --git a/_posts/lit/2020-10-15-Chromatin-MediatedState-Sharma.md b/_posts/lit/2020-10-15-Chromatin-MediatedState-Sharma.md deleted file mode 100644 index 5bb4377a..00000000 --- a/_posts/lit/2020-10-15-Chromatin-MediatedState-Sharma.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: A Chromatin-Mediated Reversible Drug-Tolerant State in Cancer Cell Subpopulations -date: 2010-04-2 00:00:01 -categories: literature -external-url: https://doi.org/10.1016/j.cell.2010.02.027 -tags: -- Heterogeneity -- Reversible Drug Tolerance ---- -This paper is an exemplary study of phenotypic heterogeneity in drug response as a source of resistance. They observe that individual PC9 lung cancer cells transiently assume a reversibly drug-tolerant state to protect the population from eradication by potential lethal exposures. diff --git a/_posts/lit/2020-10-15-Perelson_multivalent_binding.markdown b/_posts/lit/2020-10-15-Perelson_multivalent_binding.markdown deleted file mode 100644 index 29d258b3..00000000 --- a/_posts/lit/2020-10-15-Perelson_multivalent_binding.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: Receptor Clustering on a Cell Surface -date: 1980-05-16 00:00:01 -categories: literature -external-url: https://doi.org/10.1016/0025-5564(81)90036-5 -tags: -- Computational method -- systems biology ---- -Our lab has developed a multi-ligand, multi-receptor, multi-valent binding model. It has been utilized to model the [antibody Fc-FcγR interactions](https://doi.org/10.1016/j.cels.2018.05.018) as well as to improve drug selective cell population binding. This classical biophysics work is the original wisdom that inspires our model. \ No newline at end of file diff --git a/_posts/lit/2020-10-15-StochasticStateTransit-PhenotypicHeterogeneity.md b/_posts/lit/2020-10-15-StochasticStateTransit-PhenotypicHeterogeneity.md deleted file mode 100644 index 48b237dc..00000000 --- a/_posts/lit/2020-10-15-StochasticStateTransit-PhenotypicHeterogeneity.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: post -title: Stochastic State Transitions Give Rise to Phenotypic Equilibrium in Populations of Cancer Cells -date: 2011-07-19 00:00:01 -categories: literature -external-url: https://doi.org/10.1016/j.cell.2011.07.026 -tags: -- Heterogeneity -- Cancer Cell States -- Markov Model -- State Transition ---- -A study that investigates the dynamics of phenotypic proportions in human breast cancer cell lines. They observe that subpopulations of purified phenotype return to their equilibrium and they find transition probabilities of this stochastic behavior by a Markov model. Their findings contribute to our understanding of cancer heterogeneity and reveal how stochasticity in single-cell behaviors promotes phenotypic equilibrium in populations of cancer cells. diff --git a/_posts/lit/2020-10-15-tensor-decomposition.markdown b/_posts/lit/2020-10-15-tensor-decomposition.markdown deleted file mode 100644 index 5c429b59..00000000 --- a/_posts/lit/2020-10-15-tensor-decomposition.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: post -title: Tensor Decompositions and Applications -date: 2019-08-05 00:00:01 -categories: literature -external-url: https://doi.org/10.1137/07070111X -tags: -- Computational method -- Tensor decomposition ---- -Tensor decomposition techniques have been used extensively in many projects in our lab, such as mapping model-predicted common gamma chain cytokine responses, reasoning antigen-specific systems serology data, and improving cancer cell line drug response predictions. To understand tensor decomposition methods, this paper is a good place to start. \ No newline at end of file diff --git a/_posts/news/2015-07-11-postdoc-listing.markdown b/_posts/news/2015-07-11-postdoc-listing.markdown deleted file mode 100755 index d0bad3f1..00000000 --- a/_posts/news/2015-07-11-postdoc-listing.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: Postdoctoral position available -date: 2015-09-09 00:00:00 -categories: archive ---- - -The Meyer lab is looking to hire a postdoctoral associate, to develop and implement new strategies evaluating immune-tumor cell communication and targeted therapy resistance. Will help design and implement quantitative biochemical and phenotypic assays, analyze data, and interpret biological significance. Responsibilities will include communicating results to the scientific community through publications and presentations. - -*Requirements:* A Ph.D. in biological sciences, computer science, engineering, physics, math, or related field. Must have experience in the following technical areas: computational methods and tools for analysis, and statistics; and biological experience in one of the following: molecular biology, immunology, or cancer biology. Strong analytical and problem-solving skills are highly valued. Seek a highly motivated, independent individual with excellent documentation skills; strong interpersonal skills; and the ability to contribute in a multidisciplinary team setting, prioritize and perform multiple tasks in a dynamic environment, and execute detailed technical protocols meticulously. \ No newline at end of file diff --git a/_posts/news/2017-08-29-postdoc-listing.markdown b/_posts/news/2017-08-29-postdoc-listing.markdown deleted file mode 100644 index 765b8bc0..00000000 --- a/_posts/news/2017-08-29-postdoc-listing.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: post -title: Postdoctoral position available -date: 2017-10-29 00:00:00 -categories: news ---- - -A postdoctoral associate position is available in the Department of Bioengineering at the University of California, Los Angeles (UCLA) to work in the laboratory of Dr. Aaron Meyer. The Meyer lab is an interdisciplinary academic research team that utilizes combined computational and experimental approaches to better understand cancer cell resistance and innate immune signaling. Multiple projects are available within the scope of the lab’s overall focus. A central goal of the lab is to help its members successfully become independent investigators by providing trainees with a supportive environment, close mentorship, and ample resources. - -Applicants should hold a Ph.D. degree in Bioengineering, Chemical Engineering, Computational Biology, or related quantitative biological sciences field. Must have experience in the following technical areas: computational methods and tools for analysis, and statistics; and biological experience in one of the following: molecular biology, immunology, or cancer biology. Applicants with exceptionally strong quantitative backgrounds but relatively less experience in biological sciences will be considered. Strong analytical and problem-solving skills are highly valued. Seek a highly motivated, independent individual with excellent documentation skills; strong interpersonal skills; and the ability to contribute in a multidisciplinary team setting, prioritize and perform multiple tasks in a dynamic environment, and execute detailed technical protocols meticulously. - -Interested applicants should submit a short cover letter and CV to Dr. Meyer (apply@asmlab.org). This should include a short description of the previous project that they are most proud of (science or non-science) and how it reflects the qualities above. - - - - - - diff --git a/_posts/news/2018-05-15-Ali-Rose-Hill.md b/_posts/news/2018-05-15-Ali-Rose-Hill.md deleted file mode 100644 index 187be608..00000000 --- a/_posts/news/2018-05-15-Ali-Rose-Hill.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: Rose Hills Foundation Fellowship -date: 2018-05-15 00:00:01 -categories: news ---- -Congratulations to Ali Farhat on winning a Rose Hills Foundation Fellowship! diff --git a/_posts/news/2019-05-15-CSBC-west-coast.md b/_posts/news/2019-05-15-CSBC-west-coast.md deleted file mode 100644 index c4063f33..00000000 --- a/_posts/news/2019-05-15-CSBC-west-coast.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: CSBC West Coast Talk -date: 2019-05-15 00:00:01 -categories: news ---- -Drs. Meyer and Bae will present at the CSBC's Inaugural West Coast Symposium. diff --git a/_posts/news/2019-06-28-FCDA.md b/_posts/news/2019-06-28-FCDA.md deleted file mode 100644 index d42d01eb..00000000 --- a/_posts/news/2019-06-28-FCDA.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: Faculty Career Development Award -date: 2019-06-28 00:00:01 -categories: news ---- -Dr. Meyer has received a UCLA Faculty Career Development Award! diff --git a/_posts/news/2020-10-07-Vanderbilt-talk.md b/_posts/news/2020-10-07-Vanderbilt-talk.md deleted file mode 100644 index 94fd5a54..00000000 --- a/_posts/news/2020-10-07-Vanderbilt-talk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: Vanderbilt Seminar -date: 2020-10-07 00:00:01 -categories: news ---- -Dr. Meyer will talk about the lab’s efforts for modeling tumor cell heterogeneity and AXL-driven drug resistance at [Vanderbilt's CSBC program](https://csbconsortium.org/research-centers/the-csbc-u54-research-center-vanderbilt/). diff --git a/_posts/news/2022-08-30-Marc-JCCC-fellowship.md b/_posts/news/2022-08-30-Marc-JCCC-fellowship.md deleted file mode 100644 index d5bb5b9c..00000000 --- a/_posts/news/2022-08-30-Marc-JCCC-fellowship.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: Marc JCCC fellowship -date: 2022-08-30 12:00:00 -categories: news ---- -Congratulations to Marc Creixell for winning a Jonsson Comprehensive Cancer Center predoctoral fellowship! This award will partially support his studies during his final year of studies. \ No newline at end of file diff --git a/_posts/news/2023-07-01-tenure.md b/_posts/news/2023-07-01-tenure.md deleted file mode 100644 index 81c77016..00000000 --- a/_posts/news/2023-07-01-tenure.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: Tenure -date: 2023-07-01 12:00:00 -categories: news ---- -Dr. Meyer was promoted to Associate Professor with tenure. \ No newline at end of file diff --git a/_posts/news/2024-08-16-Retreat.md b/_posts/news/2024-08-16-Retreat.md deleted file mode 100644 index c08eb378..00000000 --- a/_posts/news/2024-08-16-Retreat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: post -title: Lab retreat -date: 2024-08-16 12:00:00 -categories: news ---- -The lab headed to Big Bear Lake for a weekend retreat. In addition to fun, they discussed goals for the coming year. \ No newline at end of file diff --git a/public/css/_gfont.scss b/assets/css/_gfont.scss similarity index 100% rename from public/css/_gfont.scss rename to assets/css/_gfont.scss diff --git a/public/css/_responsive12col.scss b/assets/css/_responsive12col.scss similarity index 100% rename from public/css/_responsive12col.scss rename to assets/css/_responsive12col.scss diff --git a/public/css/_syntax.scss b/assets/css/_syntax.scss similarity index 100% rename from public/css/_syntax.scss rename to assets/css/_syntax.scss diff --git a/public/css/main.scss b/assets/css/main.scss old mode 100755 new mode 100644 similarity index 90% rename from public/css/main.scss rename to assets/css/main.scss index ea3d08b4..061d10d9 --- a/public/css/main.scss +++ b/assets/css/main.scss @@ -1,10 +1,6 @@ ---- ---- - -@use "sass:color"; -@use "syntax"; -@use "responsive12col"; -@use "gfont"; +@import "syntax"; +@import "responsive12col"; +@import "gfont"; $site-background-color: #fbfbfb; $contrast-color: #333; @@ -45,7 +41,7 @@ hr, blockquote { padding: 0 30px; - border-left: 2px solid color.adjust($site-background-color, $lightness: -15%, $space: hsl); + border-left: 2px solid darken($site-background-color, 15%); } ul, ol { @@ -88,7 +84,7 @@ table { } thead { - background-color: color.adjust($site-background-color, $lightness: -10%, $space: hsl); + background-color: darken($site-background-color, 10%); } } @@ -118,7 +114,7 @@ footer { } /*============================================================================*/ -.azul { a { color: color.adjust($azul-accent-color, $lightness: -22%, $space: hsl); +.azul { a { color: darken($azul-accent-color, 22%); &:hover { color: $azul-accent-color; }}} @@ -167,7 +163,7 @@ footer { margin-top: -5px; text-transform: uppercase; border-radius: 0 0 5px 5px; - border-bottom: 1px solid color.adjust($contrast-color, $lightness: 10%, $space: hsl); + border-bottom: 1px solid lighten($contrast-color, 10%); text-decoration: none; transition: all ease-in-out .3s; @@ -199,12 +195,12 @@ footer { } .single time { - color: #999; + color: darken(#999, 30%); font-size: .9rem; } .bundle { - border-top: 1px solid color.adjust($contrast-color, $lightness: 50%, $space: hsl); + border-top: 1px solid lighten($contrast-color, 50%); padding-top: 10px; margin-bottom: 10px; } diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 00000000..2aa623ff --- /dev/null +++ b/content/_index.md @@ -0,0 +1,3 @@ +--- +title: / +--- diff --git a/contact/index.html b/content/contact/index.html similarity index 96% rename from contact/index.html rename to content/contact/index.html index 8f286593..434574a7 100644 --- a/contact/index.html +++ b/content/contact/index.html @@ -1,10 +1,7 @@ --- -layout: default title: Contact/Operations --- -

Contact/Operations

-

Opportunities

We welcome applications from qualified candidates at all levels. To ensure that diff --git a/_posts/news/2014-10-29-Collins-blog.markdown b/content/news/2014-Collins-blog.md old mode 100755 new mode 100644 similarity index 88% rename from _posts/news/2014-10-29-Collins-blog.markdown rename to content/news/2014-Collins-blog.md index 926f48cc..f167f2d9 --- a/_posts/news/2014-10-29-Collins-blog.markdown +++ b/content/news/2014-Collins-blog.md @@ -1,8 +1,6 @@ --- -layout: post title: "NIH Director's blog" date: 2014-10-29 00:00:00 -categories: news --- Research from the Meyer lab has been highlighed on [NIH Director Collin's blog](https://directorsblog.nih.gov/2014/10/28/creative-minds-tackling-chemotherapy-resistance/). diff --git a/_posts/news/2014-09-10-EIA-news.markdown b/content/news/2014-EIA-news.md old mode 100755 new mode 100644 similarity index 91% rename from _posts/news/2014-09-10-EIA-news.markdown rename to content/news/2014-EIA-news.md index 42ce4494..f90d5797 --- a/_posts/news/2014-09-10-EIA-news.markdown +++ b/content/news/2014-EIA-news.md @@ -1,8 +1,6 @@ --- -layout: post title: "Early Investigator Award" date: 2014-09-10 00:00:00 -categories: news --- Aaron has received the [Early Independence Award](https://commonfund.nih.gov/earlyindependence/index), a funding mechanism through the NIH Common Fund to allow recent doctoral graduates to rapidly transition to independent research careers. diff --git a/_posts/news/2015-12-01-travel-award.markdown b/content/news/2015-travel-award.md old mode 100755 new mode 100644 similarity index 81% rename from _posts/news/2015-12-01-travel-award.markdown rename to content/news/2015-travel-award.md index 9dfc11c2..d9de7fa6 --- a/_posts/news/2015-12-01-travel-award.markdown +++ b/content/news/2015-travel-award.md @@ -1,8 +1,6 @@ --- -layout: post title: Travel award date: 2015-12-01 00:00:00 -categories: news --- Congrats to Ted and Annelien for winning Koch Institute travel awards! \ No newline at end of file diff --git a/_posts/news/2016-12-01-BCRF-funding.markdown b/content/news/2016-BCRF-funding.md old mode 100755 new mode 100644 similarity index 95% rename from _posts/news/2016-12-01-BCRF-funding.markdown rename to content/news/2016-BCRF-funding.md index 2d4f58be..cac8c249 --- a/_posts/news/2016-12-01-BCRF-funding.markdown +++ b/content/news/2016-BCRF-funding.md @@ -1,8 +1,6 @@ --- -layout: post title: New funding date: 2016-12-01 08:00:01 -categories: news --- The lab has received funding from the [Jayne Koskinas Ted Giovanis Foundation for Health and Policy](https://jktgfoundation.org) and the [Breast Cancer Research Foundation](https://www.bcrf.org/). This will enable work to study the effects of tumor cell plasticity on drug response and resistance, in collaboration with the [Heiser](https://www.ohsu.edu/xd/education/schools/school-of-medicine/departments/basic-science-departments/biomedical-engineering/people/laura-heiser.cfm), [Peyton](https://www.peytonlab.org), [Nie](https://faculty.sites.uci.edu/qnie/), and [Levy](https://www.math.umd.edu/~dlevy/) labs. diff --git a/_posts/news/2016-07-01-Manole-etal.markdown b/content/news/2016-Manole-etal.md old mode 100755 new mode 100644 similarity index 86% rename from _posts/news/2016-07-01-Manole-etal.markdown rename to content/news/2016-Manole-etal.md index 44e857aa..720c9222 --- a/_posts/news/2016-07-01-Manole-etal.markdown +++ b/content/news/2016-Manole-etal.md @@ -1,8 +1,6 @@ --- -layout: post title: New publication date: 2016-07-01 00:00:01 -categories: news --- Work from the lab is now out in [Cancer Research](https://cancerres.aacrjournals.org/content/early/2016/07/22/0008-5472.CAN-16-0123.long). diff --git a/_posts/news/2016-08-01-welcome-song.markdown b/content/news/2016-welcome-song.md old mode 100755 new mode 100644 similarity index 77% rename from _posts/news/2016-08-01-welcome-song.markdown rename to content/news/2016-welcome-song.md index c8cf0216..dbfadfab --- a/_posts/news/2016-08-01-welcome-song.markdown +++ b/content/news/2016-welcome-song.md @@ -1,8 +1,6 @@ --- -layout: post title: New postdoctoral associate date: 2016-08-01 00:00:01 -categories: news --- Welcome, Dr. Bae, to the team! diff --git a/_posts/news/2017-09-21-CSBC-funding.markdown b/content/news/2017-CSBC-funding.md similarity index 93% rename from _posts/news/2017-09-21-CSBC-funding.markdown rename to content/news/2017-CSBC-funding.md index 4fde2793..aeb63a50 100644 --- a/_posts/news/2017-09-21-CSBC-funding.markdown +++ b/content/news/2017-CSBC-funding.md @@ -1,8 +1,6 @@ --- -layout: post title: New funding date: 2017-09-21 14:00:00 -categories: news --- The lab has been awarded [funding](https://csbconsortium.org/?page_id=524) from the [NCI Cancer Systems Biology Consortium](https://csbconsortium.org). This project aims to use systems-level signaling measurements and modeling to determine which lung cancer tumors will respond to AXL inhibitors. The work is in collaboration with the Haura (Moffitt) and [White](https://white-lab.mit.edu) labs. diff --git a/_posts/news/2017-09-27-Ted-fellowship.markdown b/content/news/2017-Ted-fellowship.md similarity index 83% rename from _posts/news/2017-09-27-Ted-fellowship.markdown rename to content/news/2017-Ted-fellowship.md index 3ac8334d..83fd0d11 100644 --- a/_posts/news/2017-09-27-Ted-fellowship.markdown +++ b/content/news/2017-Ted-fellowship.md @@ -1,8 +1,6 @@ --- -layout: post title: Fellowship award date: 2017-09-27 14:00:00 -categories: news --- Congratulations Ted for receiving a postdoctoral fellowship from the American Cancer Society! diff --git a/_posts/news/2017-02-16-Terri-Brodeur-funding.markdown b/content/news/2017-Terri-Brodeur-funding.md similarity index 93% rename from _posts/news/2017-02-16-Terri-Brodeur-funding.markdown rename to content/news/2017-Terri-Brodeur-funding.md index 4e6d887e..cd6be214 100644 --- a/_posts/news/2017-02-16-Terri-Brodeur-funding.markdown +++ b/content/news/2017-Terri-Brodeur-funding.md @@ -1,8 +1,6 @@ --- -layout: post title: New funding date: 2017-02-16 12:00:00 -categories: news --- The lab has [received funding](https://tbbcf.org/aaron-meyer-phd/) from the [Terri Brodeur Breast Cancer Foundation](https://tbbcf.org). This will enable really critical work to study the pleiotropic effects of TAM receptors and develop rationally designed inhibitors. Ultimately, this work aims to also help us determine which patients will benefit from these therapies. diff --git a/_posts/news/2017-08-20-ucla-move.markdown b/content/news/2017-ucla-move.md similarity index 88% rename from _posts/news/2017-08-20-ucla-move.markdown rename to content/news/2017-ucla-move.md index 9ea3c4b1..2fae5724 100644 --- a/_posts/news/2017-08-20-ucla-move.markdown +++ b/content/news/2017-ucla-move.md @@ -1,8 +1,6 @@ --- -layout: post title: Moving date: 2017-08-20 14:00:00 -categories: news --- The lab has packed up and moved to the [University of California, Los Angeles](https://www.ucla.edu), in the [Department of Bioengineering](https://www.bioeng.ucla.edu). \ No newline at end of file diff --git a/_posts/news/2018-05-01-Adam-IRI-prize.md b/content/news/2018-Adam-IRI-prize.md similarity index 57% rename from _posts/news/2018-05-01-Adam-IRI-prize.md rename to content/news/2018-Adam-IRI-prize.md index 170bce37..d0383773 100644 --- a/_posts/news/2018-05-01-Adam-IRI-prize.md +++ b/content/news/2018-Adam-IRI-prize.md @@ -1,7 +1,5 @@ --- -layout: post -title: IRI Prize -date: 2018-05-01 00:00:01 -categories: news +title: IRI Prize +date: 2018-05-01 00:00:01 --- Congratulations to Adam Weiner on winning a prize from the UCLA Internet Research Initiative! diff --git a/content/news/2018-Ali-Rose-Hill.md b/content/news/2018-Ali-Rose-Hill.md new file mode 100644 index 00000000..99a0a8cc --- /dev/null +++ b/content/news/2018-Ali-Rose-Hill.md @@ -0,0 +1,5 @@ +--- +title: Rose Hills Foundation Fellowship +date: 2018-05-15 00:00:01 +--- +Congratulations to Ali Farhat on winning a Rose Hills Foundation Fellowship! diff --git a/_posts/news/2018-09-01-Marc-Farnaz-welcome.md b/content/news/2018-Marc-Farnaz-welcome.md similarity index 75% rename from _posts/news/2018-09-01-Marc-Farnaz-welcome.md rename to content/news/2018-Marc-Farnaz-welcome.md index cbacc416..781d828d 100644 --- a/_posts/news/2018-09-01-Marc-Farnaz-welcome.md +++ b/content/news/2018-Marc-Farnaz-welcome.md @@ -1,7 +1,5 @@ --- -layout: post -title: Farnaz and Marc Welcome -date: 2018-09-01 00:00:01 -categories: news +title: Farnaz and Marc Welcome +date: 2018-09-01 00:00:01 --- Welcome to the first Ph.D. students of the lab, Farnaz Mohammadi and Marc Creixell! Farnaz is joining from University of Tehran where she studied biomedical engineering, and Marc from Imperial College London and MIT where he completed his masters in biomedical sciences. diff --git a/_posts/news/2018-04-25-UC-Riverside-seminar.markdown b/content/news/2018-UC-Riverside-seminar.md similarity index 90% rename from _posts/news/2018-04-25-UC-Riverside-seminar.markdown rename to content/news/2018-UC-Riverside-seminar.md index 928f1d24..b98b0a11 100644 --- a/_posts/news/2018-04-25-UC-Riverside-seminar.markdown +++ b/content/news/2018-UC-Riverside-seminar.md @@ -1,8 +1,6 @@ --- -layout: post title: UC Riverside seminar date: 2018-04-25 00:00:01 -categories: news --- Dr. Meyer will talk about the lab's efforts to engineer antibody effector function at [UC Riverside's Department of Bioengineering](https://www.bioeng.ucr.edu/colloquia/colloquium/colloquium17.html#Meyer). \ No newline at end of file diff --git a/_posts/news/2018-09-12-UIUC-talk.md b/content/news/2018-UIUC-talk.md similarity index 65% rename from _posts/news/2018-09-12-UIUC-talk.md rename to content/news/2018-UIUC-talk.md index 7294d6f6..f706fafe 100644 --- a/_posts/news/2018-09-12-UIUC-talk.md +++ b/content/news/2018-UIUC-talk.md @@ -1,8 +1,6 @@ --- -layout: post -title: UIUC Seminar -date: 2018-09-12 00:00:01 -categories: news +title: UIUC Seminar +date: 2018-09-12 00:00:01 --- Dr. Meyer will talk about the lab's efforts to enable large receptor family mapping and manipulation at UIUC's Department of Bioengineering. diff --git a/_posts/news/2018-03-22-UiB-seminar.md b/content/news/2018-UiB-seminar.md similarity index 63% rename from _posts/news/2018-03-22-UiB-seminar.md rename to content/news/2018-UiB-seminar.md index 9462bb2d..6ab14dfc 100644 --- a/_posts/news/2018-03-22-UiB-seminar.md +++ b/content/news/2018-UiB-seminar.md @@ -1,8 +1,6 @@ --- -layout: post -title: UiB seminar -date: 2018-03-22 00:00:01 -categories: news +title: UiB seminar +date: 2018-03-22 00:00:01 --- -Dr. Meyer will speak about the lab's progress in elucidating and targeting TAM receptor signaling at [University of Bergen's Centre for Cancer Biomarkers series](https://www.uib.no/en/biomedisin/115785/ccbio-seminar-aaron-s-meyer). \ No newline at end of file +Dr. Meyer will speak about the lab's progress in elucidating and targeting TAM receptor signaling at [University of Bergen's Centre for Cancer Biomarkers series](https://www.uib.no/en/biomedisin/115785/ccbio-seminar-aaron-s-meyer). diff --git a/_posts/news/2019-05-24-Ab-complement.md b/content/news/2019-Ab-complement.md similarity index 70% rename from _posts/news/2019-05-24-Ab-complement.md rename to content/news/2019-Ab-complement.md index e6ac0960..28243021 100644 --- a/_posts/news/2019-05-24-Ab-complement.md +++ b/content/news/2019-Ab-complement.md @@ -1,7 +1,5 @@ --- -layout: post -title: Antibodies and Complement Conference -date: 2019-05-24 00:00:01 -categories: news +title: Antibodies and Complement Conference +date: 2019-05-24 00:00:01 --- Dr. Meyer spoke about the lab's work to [model antibody effector cell responses](https://dx.doi.org/10.1016/j.cels.2018.05.018) at the second annual [Antibodies and Complement Conference](https://www.mdc-berlin.de/antibodies-complement-2019). diff --git a/content/news/2019-CSBC-west-coast.md b/content/news/2019-CSBC-west-coast.md new file mode 100644 index 00000000..783ba99d --- /dev/null +++ b/content/news/2019-CSBC-west-coast.md @@ -0,0 +1,5 @@ +--- +title: CSBC West Coast Talk +date: 2019-05-15 00:00:01 +--- +Drs. Meyer and Bae will present at the CSBC's Inaugural West Coast Symposium. diff --git a/_posts/news/2019-06-16-Cyrillus-welcome.md b/content/news/2019-Cyrillus-welcome.md similarity index 66% rename from _posts/news/2019-06-16-Cyrillus-welcome.md rename to content/news/2019-Cyrillus-welcome.md index 433ed689..91fcd1bb 100644 --- a/_posts/news/2019-06-16-Cyrillus-welcome.md +++ b/content/news/2019-Cyrillus-welcome.md @@ -1,7 +1,5 @@ --- -layout: post -title: Welcome Cyrillus -date: 2019-06-16 00:00:01 -categories: news +title: Welcome Cyrillus +date: 2019-06-16 00:00:01 --- Welcome to Cyrillus Tan, who is joining the lab for his Ph.D.! Cyrillus is a student in the bioinformatics program, with a background in computer science. diff --git a/content/news/2019-FCDA.md b/content/news/2019-FCDA.md new file mode 100644 index 00000000..a1d68cc3 --- /dev/null +++ b/content/news/2019-FCDA.md @@ -0,0 +1,5 @@ +--- +title: Faculty Career Development Award +date: 2019-06-28 00:00:01 +--- +Dr. Meyer has received a UCLA Faculty Career Development Award! diff --git a/_posts/news/2019-06-10-Hellman-fellows.md b/content/news/2019-Hellman-fellows.md similarity index 71% rename from _posts/news/2019-06-10-Hellman-fellows.md rename to content/news/2019-Hellman-fellows.md index 0743e8c9..ae11a090 100644 --- a/_posts/news/2019-06-10-Hellman-fellows.md +++ b/content/news/2019-Hellman-fellows.md @@ -1,7 +1,5 @@ --- -layout: post -title: Hellman Fellows Program -date: 2019-06-10 00:00:01 -categories: news +title: Hellman Fellows Program +date: 2019-06-10 00:00:01 --- Thanks to the [UCLA Hellman Fellows Program](https://www.apo.ucla.edu/faculty-career-development/hellman-fellowship/hellman) for supporting the lab! These funds will go toward supporting our antibody engineering work. diff --git a/_posts/news/2019-12-18-NIAID-U01-funding.md b/content/news/2019-NIAID-U01-funding.md similarity index 88% rename from _posts/news/2019-12-18-NIAID-U01-funding.md rename to content/news/2019-NIAID-U01-funding.md index 8f7dd08b..1116fd29 100644 --- a/_posts/news/2019-12-18-NIAID-U01-funding.md +++ b/content/news/2019-NIAID-U01-funding.md @@ -1,7 +1,5 @@ --- -layout: post -title: New funding -date: 2019-12-18 12:00:00 -categories: news +title: New funding +date: 2019-12-18 12:00:00 --- The lab has been awarded a grant from the NIH National Institute of Allergy and Infectious Diseases. This project builds on our [model of IgGs binding to effector cells](https://doi.org/10.1016/j.cels.2018.05.018), to predict the effect of antibody combinations. The work is in collaboration with the [Nimmerjahn](https://www.genetik.nat.fau.de/ag-nimmerjahn-2/) lab at FAU Erlangen, and has has potential application to many diseases and therapies. As part of this funding, we will also participate in a consortium of labs working to improve antibody engineering. diff --git a/_posts/news/2019-03-22-OHSU-talk.md b/content/news/2019-OHSU-talk.md similarity index 77% rename from _posts/news/2019-03-22-OHSU-talk.md rename to content/news/2019-OHSU-talk.md index 9c560f58..193ae3e5 100644 --- a/_posts/news/2019-03-22-OHSU-talk.md +++ b/content/news/2019-OHSU-talk.md @@ -1,8 +1,6 @@ --- -layout: post -title: OHSU Seminar -date: 2019-03-22 00:00:01 -categories: news +title: OHSU Seminar +date: 2019-03-22 00:00:01 --- Dr. Meyer will talk about the lab's efforts for engineering the activity of large receptor families at [OHSU's Biomedical Engineering Department](https://www.ohsu.edu/xd/education/schools/school-of-medicine/departments/basic-science-departments/biomedical-engineering/). diff --git a/_posts/news/2019-04-09-Ryan-GRFP.md b/content/news/2019-Ryan-GRFP.md similarity index 50% rename from _posts/news/2019-04-09-Ryan-GRFP.md rename to content/news/2019-Ryan-GRFP.md index 46b66574..13f0f823 100644 --- a/_posts/news/2019-04-09-Ryan-GRFP.md +++ b/content/news/2019-Ryan-GRFP.md @@ -1,7 +1,5 @@ --- -layout: post -title: Ryan NSF GRFP -date: 2019-04-09 12:00:01 -categories: news +title: Ryan NSF GRFP +date: 2019-04-09 12:00:01 --- Congratulations Ryan R on receiving an NSF Graduate Research Fellowship! diff --git a/_posts/news/2019-04-01-Visterra.md b/content/news/2019-Visterra.md similarity index 75% rename from _posts/news/2019-04-01-Visterra.md rename to content/news/2019-Visterra.md index c81d416c..50a7fdf4 100644 --- a/_posts/news/2019-04-01-Visterra.md +++ b/content/news/2019-Visterra.md @@ -1,7 +1,5 @@ --- -layout: post -title: Visterra agreement -date: 2019-04-01 00:00:01 -categories: news +title: Visterra agreement +date: 2019-04-01 00:00:01 --- The lab has entered a research agreement with [Visterra, Inc.](https://www.visterrainc.com), to apply a model of the common gamma-chain family cytokines for engineering ligands with new functions. We're especially excited to turn models into engineered drugs! diff --git a/_posts/news/2019-09-01-welcome-brian.md b/content/news/2019-welcome-brian.md similarity index 63% rename from _posts/news/2019-09-01-welcome-brian.md rename to content/news/2019-welcome-brian.md index 9eb84677..d227b8ab 100644 --- a/_posts/news/2019-09-01-welcome-brian.md +++ b/content/news/2019-welcome-brian.md @@ -1,7 +1,5 @@ --- -layout: post -title: Brian Welcome -date: 2019-09-01 00:00:01 -categories: news +title: Brian Welcome +date: 2019-09-01 00:00:01 --- Welcome to Brian Orcutt-Jahns, who is joining the lab for his Ph.D.! Brian is continuing at UCLA where he studied bioengineering. diff --git a/_posts/news/2020-10-11-Jackson-welcome.md b/content/news/2020-Jackson-welcome.md similarity index 62% rename from _posts/news/2020-10-11-Jackson-welcome.md rename to content/news/2020-Jackson-welcome.md index 6f0b343e..7ebbdc28 100644 --- a/_posts/news/2020-10-11-Jackson-welcome.md +++ b/content/news/2020-Jackson-welcome.md @@ -1,7 +1,5 @@ --- -layout: post -title: Welcome Jackson -date: 2020-10-11 12:00:00 -categories: news +title: Welcome Jackson +date: 2020-10-11 12:00:00 --- Welcome to Jackson Chin! He previously studied bioengineering at University of Washington, and is joining the lab for his Ph.D. diff --git a/content/news/2020-Vanderbilt-talk.md b/content/news/2020-Vanderbilt-talk.md new file mode 100644 index 00000000..3d3cd3de --- /dev/null +++ b/content/news/2020-Vanderbilt-talk.md @@ -0,0 +1,5 @@ +--- +title: Vanderbilt Seminar +date: 2020-10-07 00:00:01 +--- +Dr. Meyer will talk about the lab's efforts for modeling tumor cell heterogeneity and AXL-driven drug resistance at [Vanderbilt's CSBC program](https://csbconsortium.org/research-centers/the-csbc-u54-research-center-vanderbilt/). diff --git a/_posts/news/2020-08-16-autoencoder-pilot.md b/content/news/2020-autoencoder-pilot.md similarity index 84% rename from _posts/news/2020-08-16-autoencoder-pilot.md rename to content/news/2020-autoencoder-pilot.md index 0d94ac60..245171e2 100644 --- a/_posts/news/2020-08-16-autoencoder-pilot.md +++ b/content/news/2020-autoencoder-pilot.md @@ -1,7 +1,5 @@ --- -layout: post -title: New funding -date: 2020-08-16 12:00:00 -categories: news +title: New funding +date: 2020-08-16 12:00:00 --- The lab has been awarded a pilot grant from the NCI to combine mechanistic models and AI in the form of autoencoders to model patient-specific phosphoproteomic changes. This is in collaboration with [Emek Demir at OHSU](https://www.ohsu.edu/people/emek-demir-phd), [Sara Gosline at PNNL](https://saragosline.wordpress.com), and [Fabian Fröhlich at Harvard](https://scholar.harvard.edu/fabianfroehlich/home). diff --git a/_posts/news/2020-08-17-tHMM-funding.md b/content/news/2020-tHMM-funding.md similarity index 85% rename from _posts/news/2020-08-17-tHMM-funding.md rename to content/news/2020-tHMM-funding.md index 8e2a9d45..83437cab 100644 --- a/_posts/news/2020-08-17-tHMM-funding.md +++ b/content/news/2020-tHMM-funding.md @@ -1,7 +1,5 @@ --- -layout: post -title: New funding -date: 2020-08-17 12:00:00 -categories: news +title: New funding +date: 2020-08-17 12:00:00 --- The lab has been awarded a grant from the [Jayne Koskinas Ted Giovanis Foundation for Health and Policy](https://www.jktgfoundation.org). This will continue support for our work on using [lineage tree-based hidden Markov models](https://github.com/meyer-lab/tHMM) to quantify the heterogeneity of drug response in tumor cell populations. The project is in collaboration with the [Heiser lab at OHSU](https://www.ohsu.edu/people/laura-m-heiser-phd). diff --git a/_posts/news/2021-05-14-Brian-QCBio.md b/content/news/2021-Brian-QCBio.md similarity index 73% rename from _posts/news/2021-05-14-Brian-QCBio.md rename to content/news/2021-Brian-QCBio.md index 2257f0b5..23456540 100644 --- a/_posts/news/2021-05-14-Brian-QCBio.md +++ b/content/news/2021-Brian-QCBio.md @@ -1,7 +1,5 @@ --- -layout: post -title: Brian QCBio Talk -date: 2021-05-14 12:00:00 -categories: news +title: Brian QCBio Talk +date: 2021-05-14 12:00:00 --- Ph.D. student Brian Orcutt-Jahns [presented his work](https://youtu.be/PJ5hr7PTizU) in the UCLA QCBio Research Seminar Series. In it, he showed how multivalency can be used to design exceptionally selective cytokine therapies. diff --git a/_posts/news/2021-03-23-Heather-GRFP.md b/content/news/2021-Heather-GRFP.md similarity index 71% rename from _posts/news/2021-03-23-Heather-GRFP.md rename to content/news/2021-Heather-GRFP.md index 77283282..4216299a 100644 --- a/_posts/news/2021-03-23-Heather-GRFP.md +++ b/content/news/2021-Heather-GRFP.md @@ -1,7 +1,5 @@ --- -layout: post -title: Heather's GRFP -date: 2021-03-23 12:00:00 -categories: news +title: Heather's GRFP +date: 2021-03-23 12:00:00 --- Congratulations to lab alumnus Heather Carmen Mercieca on winning a prestigious NSF Graduate Research Fellowship! Heather is completing her Ph.D. here at UCLA in Professor Elisa Franco's lab. diff --git a/_posts/news/2021-07-28-Milstein-Award.md b/content/news/2021-Milstein-Award.md similarity index 73% rename from _posts/news/2021-07-28-Milstein-Award.md rename to content/news/2021-Milstein-Award.md index d0851163..9fb5e028 100644 --- a/_posts/news/2021-07-28-Milstein-Award.md +++ b/content/news/2021-Milstein-Award.md @@ -1,7 +1,5 @@ --- -layout: post -title: Milstein Abstract Award -date: 2021-07-28 00:00:01 -categories: news +title: Milstein Abstract Award +date: 2021-07-28 00:00:01 --- Dr. Meyer received an [ICIS](https://cytokinesociety.org)-Milstein Abstract Award for his presentation at [Cytokines 2021](https://cardiff.cytokinesociety.org). He presented on how multivalency can enhance the selectivity of therapeutic cytokines. diff --git a/_posts/news/2021-11-01-Welcome-Andrew.md b/content/news/2021-Welcome-Andrew.md similarity index 77% rename from _posts/news/2021-11-01-Welcome-Andrew.md rename to content/news/2021-Welcome-Andrew.md index ceed185d..06ceb31c 100644 --- a/_posts/news/2021-11-01-Welcome-Andrew.md +++ b/content/news/2021-Welcome-Andrew.md @@ -1,7 +1,5 @@ --- -layout: post -title: Welcome Andrew -date: 2021-11-01 12:00:00 -categories: news +title: Welcome Andrew +date: 2021-11-01 12:00:00 --- Welcome to Andrew Ramirez! He previously studied bioengineering at University of California, Davis, performing research on biomaterials. He is joining the lab for his Ph.D. Andrew is an NSF Graduate Research Fellowship and UCLA Eugene V. Cota-Robles Fellowship recipient. diff --git a/_posts/news/2021-11-17-systems-serology.md b/content/news/2021-systems-serology.md similarity index 77% rename from _posts/news/2021-11-17-systems-serology.md rename to content/news/2021-systems-serology.md index 45ae3e82..677d5520 100644 --- a/_posts/news/2021-11-17-systems-serology.md +++ b/content/news/2021-systems-serology.md @@ -1,7 +1,5 @@ --- -layout: post -title: Systems serology highlight -date: 2021-11-17 12:00:00 -categories: news +title: Systems serology highlight +date: 2021-11-17 12:00:00 --- The lab's [recent published research](https://doi.org/10.15252/msb.202110243) on a new approach for dimensionality reduction of systems serology data has been [highlighted by the engineering school](https://samueli.ucla.edu/ucla-researchers-develop-improved-computational-model-to-analyze-antibody-patterns/). diff --git a/_posts/news/2022-09-01-Brian-CSBC-poster.md b/content/news/2022-Brian-CSBC-poster.md similarity index 78% rename from _posts/news/2022-09-01-Brian-CSBC-poster.md rename to content/news/2022-Brian-CSBC-poster.md index c7e44bd6..7ae677c1 100644 --- a/_posts/news/2022-09-01-Brian-CSBC-poster.md +++ b/content/news/2022-Brian-CSBC-poster.md @@ -1,7 +1,5 @@ --- -layout: post -title: Brian CSBC poster award -date: 2022-09-01 12:00:00 -categories: news +title: Brian CSBC poster award +date: 2022-09-01 12:00:00 --- Ph.D. student Brian Orcutt-Jahns has won *another* poster award during the Cancer Systems Biology Consortium's junior investigator meeting. His presentation was on the lab's [approach](https://www.biorxiv.org/content/10.1101/2021.07.03.451002v1) for designing exceptionally selective cytokines through multivalency. diff --git a/_posts/news/2022-06-03-DYF.md b/content/news/2022-DYF.md similarity index 60% rename from _posts/news/2022-06-03-DYF.md rename to content/news/2022-DYF.md index 4d923993..880b166a 100644 --- a/_posts/news/2022-06-03-DYF.md +++ b/content/news/2022-DYF.md @@ -1,7 +1,5 @@ --- -layout: post -title: Farnaz/Cyrillus DYF -date: 2022-06-03 12:00:00 -categories: news +title: Farnaz/Cyrillus DYF +date: 2022-06-03 12:00:00 --- -Congratulations to Ph.D. students Farnaz Mohammadi and Cyrillus Tan on winning dissertation year fellowships from UCLA Graduate Division! The dissertation year fellowship will fully support them throughout their final year of studies. \ No newline at end of file +Congratulations to Ph.D. students Farnaz Mohammadi and Cyrillus Tan on winning dissertation year fellowships from UCLA Graduate Division! The dissertation year fellowship will fully support them throughout their final year of studies. diff --git a/_posts/news/2022-04-20-Goodbye-Catera.md b/content/news/2022-Goodbye-Catera.md similarity index 69% rename from _posts/news/2022-04-20-Goodbye-Catera.md rename to content/news/2022-Goodbye-Catera.md index 55579d85..a1fcaa9e 100644 --- a/_posts/news/2022-04-20-Goodbye-Catera.md +++ b/content/news/2022-Goodbye-Catera.md @@ -1,7 +1,5 @@ --- -layout: post -title: Goodbye Catera -date: 2022-04-20 12:00:00 -categories: news +title: Goodbye Catera +date: 2022-04-20 12:00:00 --- The lab is saying goodbye to Dr. Catera Wilder, who is leaving UCLA to establish her own lab in the Department of Bioengineering at the University of California, San Fransisco. diff --git a/_posts/news/2022-05-30-Internships.md b/content/news/2022-Internships.md similarity index 71% rename from _posts/news/2022-05-30-Internships.md rename to content/news/2022-Internships.md index a3dba9eb..821cfef2 100644 --- a/_posts/news/2022-05-30-Internships.md +++ b/content/news/2022-Internships.md @@ -1,7 +1,5 @@ --- -layout: post -title: Marc/Farnaz Internships -date: 2022-05-30 12:00:00 -categories: news +title: Marc/Farnaz Internships +date: 2022-05-30 12:00:00 --- -Ph.D. students Marc Creixell and Farnaz Mohammadi will be spending the summer in two industry internships. Marc will be at [Calico Life Sciences](https://www.calicolabs.com), using high-throughput proteomics to study immuno-oncology. Farnaz will be at [Genentech](https://www.gene.com), using modeling to study drug interaction effects within the cell cycle. \ No newline at end of file +Ph.D. students Marc Creixell and Farnaz Mohammadi will be spending the summer in two industry internships. Marc will be at [Calico Life Sciences](https://www.calicolabs.com), using high-throughput proteomics to study immuno-oncology. Farnaz will be at [Genentech](https://www.gene.com), using modeling to study drug interaction effects within the cell cycle. diff --git a/_posts/news/2022-02-01-JHU-talk.md b/content/news/2022-JHU-talk.md similarity index 81% rename from _posts/news/2022-02-01-JHU-talk.md rename to content/news/2022-JHU-talk.md index b75d4dd9..ff6529f9 100644 --- a/_posts/news/2022-02-01-JHU-talk.md +++ b/content/news/2022-JHU-talk.md @@ -1,7 +1,5 @@ --- -layout: post -title: JHU Seminar -date: 2022-02-01 00:00:01 -categories: news +title: JHU Seminar +date: 2022-02-01 00:00:01 --- Dr. Meyer gave a talk ([recording](https://www.youtube.com/watch?v=M7n57cuu_wk)) at the Institute for Computational Medicine's Distinguished Seminar Series at Johns Hopkins University. In it, he covered several ways in which multi-modal dimensionality reduction has provided the lab with insights into translational and basic biology. diff --git a/_posts/news/2022-05-19-Jackson-QCBio-talk.md b/content/news/2022-Jackson-QCBio-talk.md similarity index 76% rename from _posts/news/2022-05-19-Jackson-QCBio-talk.md rename to content/news/2022-Jackson-QCBio-talk.md index ed8c1df5..602facce 100644 --- a/_posts/news/2022-05-19-Jackson-QCBio-talk.md +++ b/content/news/2022-Jackson-QCBio-talk.md @@ -1,7 +1,5 @@ --- -layout: post -title: Jackson QCBio Talk -date: 2022-05-19 12:00:00 -categories: news +title: Jackson QCBio Talk +date: 2022-05-19 12:00:00 --- Ph.D. student Jackson Chin [presented his work](https://youtu.be/ylTAHRphz74) in the UCLA QCBio Research Seminar Series. In it, he showed how coupled matrix-tensor factorization can be used to integrate different molecular determinants of MRSA infection outcome. diff --git a/_posts/news/2022-09-27-Jackson-poster-award.md b/content/news/2022-Jackson-poster-award.md similarity index 75% rename from _posts/news/2022-09-27-Jackson-poster-award.md rename to content/news/2022-Jackson-poster-award.md index 2fb2e960..3821ecf7 100644 --- a/_posts/news/2022-09-27-Jackson-poster-award.md +++ b/content/news/2022-Jackson-poster-award.md @@ -1,7 +1,5 @@ --- -layout: post -title: Jackson Poster Award -date: 2022-09-27 12:00:00 -categories: news +title: Jackson Poster Award +date: 2022-09-27 12:00:00 --- -Congratulations Jackson on winning a best poster award at the [QC Bio retreat](https://qcb.ucla.edu/events-seminars/retreat/)! He presented on how tensor methods can be used to find integrative, multi-omic patterns in MRSA infection, which both improves predictions of patient outcomes and helps to interpret the immunology mechanistically. \ No newline at end of file +Congratulations Jackson on winning a best poster award at the [QC Bio retreat](https://qcb.ucla.edu/events-seminars/retreat/)! He presented on how tensor methods can be used to find integrative, multi-omic patterns in MRSA infection, which both improves predictions of patient outcomes and helps to interpret the immunology mechanistically. diff --git a/_posts/news/2022-05-26-LABEST-poster.md b/content/news/2022-LABEST-poster.md similarity index 76% rename from _posts/news/2022-05-26-LABEST-poster.md rename to content/news/2022-LABEST-poster.md index 3131f551..20c421c2 100644 --- a/_posts/news/2022-05-26-LABEST-poster.md +++ b/content/news/2022-LABEST-poster.md @@ -1,7 +1,5 @@ --- -layout: post -title: Brian LABEST Poster Award -date: 2022-05-26 12:00:00 -categories: news +title: Brian LABEST Poster Award +date: 2022-05-26 12:00:00 --- Congratulations to Brian, who took top prize at the [Los Angeles Bioscience Ecosystem Summit](https://tdg.ucla.edu/labest-2022)! He presented on the lab's [approach](https://www.biorxiv.org/content/10.1101/2021.07.03.451002v1) to design exceptionally selective cytokines through multivalency. diff --git a/content/news/2022-Marc-JCCC-fellowship.md b/content/news/2022-Marc-JCCC-fellowship.md new file mode 100644 index 00000000..e32dc0a5 --- /dev/null +++ b/content/news/2022-Marc-JCCC-fellowship.md @@ -0,0 +1,5 @@ +--- +title: Marc JCCC fellowship +date: 2022-08-30 12:00:00 +--- +Congratulations to Marc Creixell for winning a Jonsson Comprehensive Cancer Center predoctoral fellowship! This award will partially support his studies during his final year of studies. diff --git a/_posts/news/2022-05-07-Northrop-Grumman.md b/content/news/2022-Northrop-Grumman.md similarity index 63% rename from _posts/news/2022-05-07-Northrop-Grumman.md rename to content/news/2022-Northrop-Grumman.md index 242448e8..b61e726f 100644 --- a/_posts/news/2022-05-07-Northrop-Grumman.md +++ b/content/news/2022-Northrop-Grumman.md @@ -1,7 +1,5 @@ --- -layout: post -title: Northrop Grumman Award -date: 2022-05-07 12:00:00 -categories: news +title: Northrop Grumman Award +date: 2022-05-07 12:00:00 --- -Dr. Meyer won the UCLA Samueli School of Engineering's [Northrop Grumman Excellence in Teaching Award](https://www.bioeng.ucla.edu/aaron-meyer-receives-the-2021-northrop-grumman-excellence-in-teaching-award/). This award recognizes faculty members' extraordinary contributions to the educational mission of the school. \ No newline at end of file +Dr. Meyer won the UCLA Samueli School of Engineering's [Northrop Grumman Excellence in Teaching Award](https://www.bioeng.ucla.edu/aaron-meyer-receives-the-2021-northrop-grumman-excellence-in-teaching-award/). This award recognizes faculty members' extraordinary contributions to the educational mission of the school. diff --git a/_posts/news/2022-05-11-Welcome-Michelle.md b/content/news/2022-Welcome-Michelle.md similarity index 72% rename from _posts/news/2022-05-11-Welcome-Michelle.md rename to content/news/2022-Welcome-Michelle.md index a613777f..caaa6ba6 100644 --- a/_posts/news/2022-05-11-Welcome-Michelle.md +++ b/content/news/2022-Welcome-Michelle.md @@ -1,7 +1,5 @@ --- -layout: post -title: Welcome Michelle -date: 2022-05-11 12:00:00 -categories: news +title: Welcome Michelle +date: 2022-05-11 12:00:00 --- Welcome to Michelle Loui! Michelle previously studied biomedical engineering at Arizona State University, performing research on a mix of synthetic biology and biomaterials. She is joining the lab for her Ph.D. diff --git a/_posts/news/2023-01-31-Andrew-EDI-award.md b/content/news/2023-Andrew-EDI-award.md similarity index 72% rename from _posts/news/2023-01-31-Andrew-EDI-award.md rename to content/news/2023-Andrew-EDI-award.md index 49be1719..3de67f4f 100644 --- a/_posts/news/2023-01-31-Andrew-EDI-award.md +++ b/content/news/2023-Andrew-EDI-award.md @@ -1,7 +1,5 @@ --- -layout: post -title: Andrew EDI Leadership Award -date: 2023-01-31 12:00:00 -categories: news +title: Andrew EDI Leadership Award +date: 2023-01-31 12:00:00 --- Congratulations to Andrew for winning a UCLA EDI Student Leadership Award! This is a campus-wide award recognizing UCLA students who have exhibited exceptional leadership aligning with and contributing to UCLA's EDI mission and priorities. diff --git a/_posts/news/2023-01-19-Emerging-Leader-Award.md b/content/news/2023-Emerging-Leader-Award.md similarity index 83% rename from _posts/news/2023-01-19-Emerging-Leader-Award.md rename to content/news/2023-Emerging-Leader-Award.md index 2227a7f5..d586b8ef 100644 --- a/_posts/news/2023-01-19-Emerging-Leader-Award.md +++ b/content/news/2023-Emerging-Leader-Award.md @@ -1,7 +1,5 @@ --- -layout: post -title: Mark Foundation Emerging Leader Award -date: 2023-01-31 12:00:00 -categories: news +title: Mark Foundation Emerging Leader Award +date: 2023-01-31 12:00:00 --- Dr. Meyer was [recently recognized](https://themarkfoundation.org/portfolio/a-platform-for-systems-serology-of-endogenous-anti-tumor-responses/) with an [Emerging Leader Award](https://themarkfoundation.org/2023/01/the-mark-foundation-for-cancer-research-announces-2023-emerging-leader-awards-2/) from the [Mark Foundation for Cancer Research](https://themarkfoundation.org). This award includes three years of funding for the lab to develop a plaform to analyze the properties of endogenous anti-tumor antibodies. diff --git a/_posts/news/2023-05-31-Farnaz-defense.md b/content/news/2023-Farnaz-defense.md similarity index 65% rename from _posts/news/2023-05-31-Farnaz-defense.md rename to content/news/2023-Farnaz-defense.md index aa6e735d..5c1e5b77 100644 --- a/_posts/news/2023-05-31-Farnaz-defense.md +++ b/content/news/2023-Farnaz-defense.md @@ -1,7 +1,5 @@ --- -layout: post -title: Farnaz defense -date: 2023-05-01 12:00:00 -categories: news +title: Farnaz defense +date: 2023-05-01 12:00:00 --- -Farnaz successfully defended her thesis on dissecting the heterogeneity in and cell cycle contribution of cancer therapy. Dr. Mohammadi will be moving to San Fransisco to start a postdoctoral fellowship at Genentech. \ No newline at end of file +Farnaz successfully defended her thesis on dissecting the heterogeneity in and cell cycle contribution of cancer therapy. Dr. Mohammadi will be moving to San Fransisco to start a postdoctoral fellowship at Genentech. diff --git a/_posts/news/2023-05-01-Marc-defense.md b/content/news/2023-Marc-defense.md similarity index 70% rename from _posts/news/2023-05-01-Marc-defense.md rename to content/news/2023-Marc-defense.md index 2f39efa5..bad2ddaf 100644 --- a/_posts/news/2023-05-01-Marc-defense.md +++ b/content/news/2023-Marc-defense.md @@ -1,7 +1,5 @@ --- -layout: post -title: Marc defense -date: 2023-02-01 12:00:00 -categories: news +title: Marc defense +date: 2023-02-01 12:00:00 --- -Marc successfully defended his thesis on dissecting AXL-mediated resistance to EGFR-targeted therapies in lung cancer. Dr. Creixell will be moving to San Fransisco to start as a scientist at Calico. \ No newline at end of file +Marc successfully defended his thesis on dissecting AXL-mediated resistance to EGFR-targeted therapies in lung cancer. Dr. Creixell will be moving to San Fransisco to start as a scientist at Calico. diff --git a/_posts/news/2023-02-01-Merck-funding.md b/content/news/2023-Merck-funding.md similarity index 70% rename from _posts/news/2023-02-01-Merck-funding.md rename to content/news/2023-Merck-funding.md index 313ca7f9..6419d9c7 100644 --- a/_posts/news/2023-02-01-Merck-funding.md +++ b/content/news/2023-Merck-funding.md @@ -1,7 +1,5 @@ --- -layout: post -title: Merck funding -date: 2023-02-01 12:00:00 -categories: news +title: Merck funding +date: 2023-02-01 12:00:00 --- -The lab has established an agreement with Merck to profile antibody effector responses across several dimensions. This work should provide a high resolution view of the different design variables that contribute to cell-directed immunity. The approach is modeled by work from the lab to [study other receptor families](https://www.biorxiv.org/content/10.1101/2021.07.03.451002v2). \ No newline at end of file +The lab has established an agreement with Merck to profile antibody effector responses across several dimensions. This work should provide a high resolution view of the different design variables that contribute to cell-directed immunity. The approach is modeled by work from the lab to [study other receptor families](https://www.biorxiv.org/content/10.1101/2021.07.03.451002v2). diff --git a/_posts/news/2023-08-10-NIH-U19-SysImmune.md b/content/news/2023-NIH-U19-SysImmune.md similarity index 83% rename from _posts/news/2023-08-10-NIH-U19-SysImmune.md rename to content/news/2023-NIH-U19-SysImmune.md index 4a2cfd82..2db7f88d 100644 --- a/_posts/news/2023-08-10-NIH-U19-SysImmune.md +++ b/content/news/2023-NIH-U19-SysImmune.md @@ -1,7 +1,5 @@ --- -layout: post -title: New systems immunity grant -date: 2023-08-10 12:00:00 -categories: news +title: New systems immunity grant +date: 2023-08-10 12:00:00 --- -The Meyer lab has received a [new grant](https://reporter.nih.gov/project-details/10551707) from the National Institute of Allergy and Infectious Diseases. This project, working with several other labs at UCLA, will study Staphylococcus aureus and Candida albicans. Both of these organisms are commonly found on healthy individuals without causing problems, but occasionally lead to deadly infections. The Meyer lab will lead the development of new computational algorithms for pattern matching across datasets, to identify commonalities across different types of measurements and between both types of infections. Doing so will improve our ability to predict the outcome of infection and our understanding of how these infections become life-threatening. \ No newline at end of file +The Meyer lab has received a [new grant](https://reporter.nih.gov/project-details/10551707) from the National Institute of Allergy and Infectious Diseases. This project, working with several other labs at UCLA, will study Staphylococcus aureus and Candida albicans. Both of these organisms are commonly found on healthy individuals without causing problems, but occasionally lead to deadly infections. The Meyer lab will lead the development of new computational algorithms for pattern matching across datasets, to identify commonalities across different types of measurements and between both types of infections. Doing so will improve our ability to predict the outcome of infection and our understanding of how these infections become life-threatening. diff --git a/content/news/2023-tenure.md b/content/news/2023-tenure.md new file mode 100644 index 00000000..c5f3f701 --- /dev/null +++ b/content/news/2023-tenure.md @@ -0,0 +1,5 @@ +--- +title: Tenure +date: 2023-07-01 12:00:00 +--- +Dr. Meyer was promoted to Associate Professor with tenure. diff --git a/_posts/news/2024-05-01-Brian-defense.md b/content/news/2024-Brian-defense.md similarity index 70% rename from _posts/news/2024-05-01-Brian-defense.md rename to content/news/2024-Brian-defense.md index e40f0a3a..011bf7a8 100644 --- a/_posts/news/2024-05-01-Brian-defense.md +++ b/content/news/2024-Brian-defense.md @@ -1,7 +1,5 @@ --- -layout: post -title: Brian defense -date: 2024-05-01 12:00:00 -categories: news +title: Brian defense +date: 2024-05-01 12:00:00 --- -Brian successfully defended his thesis on computationally-guided engineering of cell-selective cytokines. Dr. Orcutt-Jahns will be moving to San Fransisco to start a postdoctoral fellowship at Genentech, with joint appointments in Cancer Immunology and Biomedical Research AI Development. \ No newline at end of file +Brian successfully defended his thesis on computationally-guided engineering of cell-selective cytokines. Dr. Orcutt-Jahns will be moving to San Fransisco to start a postdoctoral fellowship at Genentech, with joint appointments in Cancer Immunology and Biomedical Research AI Development. diff --git a/_posts/news/2024-06-01-Brian-outstanding.md b/content/news/2024-Brian-outstanding.md similarity index 58% rename from _posts/news/2024-06-01-Brian-outstanding.md rename to content/news/2024-Brian-outstanding.md index 83588390..999c4e24 100644 --- a/_posts/news/2024-06-01-Brian-outstanding.md +++ b/content/news/2024-Brian-outstanding.md @@ -1,7 +1,5 @@ --- -layout: post -title: Brian Outstanding Ph.D. Award -date: 2024-06-01 12:00:00 -categories: news +title: Brian Outstanding Ph.D. Award +date: 2024-06-01 12:00:00 --- -Congratulations to recent Ph.D. recipient Brian Orcutt-Jahns on winning the bioengineering department's Outstanding Ph.D. award. \ No newline at end of file +Congratulations to recent Ph.D. recipient Brian Orcutt-Jahns on winning the bioengineering department's Outstanding Ph.D. award. diff --git a/_posts/news/2024-07-19-Cyrillus-defense.md b/content/news/2024-Cyrillus-defense.md similarity index 75% rename from _posts/news/2024-07-19-Cyrillus-defense.md rename to content/news/2024-Cyrillus-defense.md index eeb7e8f2..2654b1a4 100644 --- a/_posts/news/2024-07-19-Cyrillus-defense.md +++ b/content/news/2024-Cyrillus-defense.md @@ -1,7 +1,5 @@ --- -layout: post -title: Cyrillus defense -date: 2024-07-19 12:00:00 -categories: news +title: Cyrillus defense +date: 2024-07-19 12:00:00 --- Cyrillus successfully defended his thesis on computational analysis of antibody Fc mixtures. Dr. Tan will soon begin a postdoctoral fellowship at New York University in the lab of [Rahul Satija](https://as.nyu.edu/faculty/rahul-satija.html). diff --git a/_posts/news/2024-08-30-JCCC-Michelle.md b/content/news/2024-JCCC-Michelle.md similarity index 53% rename from _posts/news/2024-08-30-JCCC-Michelle.md rename to content/news/2024-JCCC-Michelle.md index e4d39b0e..b367f8fb 100644 --- a/_posts/news/2024-08-30-JCCC-Michelle.md +++ b/content/news/2024-JCCC-Michelle.md @@ -1,7 +1,5 @@ --- -layout: post -title: Michelle's JCCC Fellowship -date: 2024-08-30 12:00:00 -categories: news +title: Michelle's JCCC Fellowship +date: 2024-08-30 12:00:00 --- -Congratulations to Michelle Loui for winning a Jonsson Comprehensive Cancer Center predoctoral fellowship! This award will partially support her studies. \ No newline at end of file +Congratulations to Michelle Loui for winning a Jonsson Comprehensive Cancer Center predoctoral fellowship! This award will partially support her studies. diff --git a/_posts/news/2024-02-01-NIH-U01-vax.md b/content/news/2024-NIH-U01-vax.md similarity index 83% rename from _posts/news/2024-02-01-NIH-U01-vax.md rename to content/news/2024-NIH-U01-vax.md index 1bda0fc1..c2bc9d99 100644 --- a/_posts/news/2024-02-01-NIH-U01-vax.md +++ b/content/news/2024-NIH-U01-vax.md @@ -1,7 +1,5 @@ --- -layout: post -title: New systems vaccinology grant -date: 2024-02-01 12:00:00 -categories: news +title: New systems vaccinology grant +date: 2024-02-01 12:00:00 --- -The Meyer lab has received a [new grant](https://reporter.nih.gov/project-details/10764670) from the National Institute of Allergy and Infectious Diseases. This project, working with several other labs at UCLA, will study the durability of SARS-CoV-2 vaccination in kidney transplant recipients. The Meyer lab will lead the integration of the collected data to find how interactions across the immune system are disrupted by immunosuppressive drugs. Doing so will help to identify how this dysregulation can be corrected to improve responses to vaccination in this and other at-risk populations. \ No newline at end of file +The Meyer lab has received a [new grant](https://reporter.nih.gov/project-details/10764670) from the National Institute of Allergy and Infectious Diseases. This project, working with several other labs at UCLA, will study the durability of SARS-CoV-2 vaccination in kidney transplant recipients. The Meyer lab will lead the integration of the collected data to find how interactions across the immune system are disrupted by immunosuppressive drugs. Doing so will help to identify how this dysregulation can be corrected to improve responses to vaccination in this and other at-risk populations. diff --git a/content/news/2024-Retreat.md b/content/news/2024-Retreat.md new file mode 100644 index 00000000..0cbc04e0 --- /dev/null +++ b/content/news/2024-Retreat.md @@ -0,0 +1,5 @@ +--- +title: Lab retreat +date: 2024-08-16 12:00:00 +--- +The lab headed to Big Bear Lake for a weekend retreat. In addition to fun, they discussed goals for the coming year. diff --git a/_posts/news/2025-12-06-Andrew-defense.md b/content/news/2025-Andrew-defense.md similarity index 79% rename from _posts/news/2025-12-06-Andrew-defense.md rename to content/news/2025-Andrew-defense.md index f1f2ecee..db2e1a32 100644 --- a/_posts/news/2025-12-06-Andrew-defense.md +++ b/content/news/2025-Andrew-defense.md @@ -1,7 +1,5 @@ --- -layout: post -title: Andrew defense -date: 2025-12-06 17:00:00 -categories: news +title: Andrew defense +date: 2025-12-06 17:00:00 --- Andrew successfully defended his thesis on using tensor decomposition methods for exploring and modeling single cell data. Dr. Ramirez will be moving to become an [INSPIRE fellow](https://rwjms.rutgers.edu/research/inspire) in [Jackie Yang's lab](https://www.yangcompbio.org) at Rutgers University. diff --git a/_posts/news/2025-06-13-Jackson-defense.md b/content/news/2025-Jackson-defense.md similarity index 71% rename from _posts/news/2025-06-13-Jackson-defense.md rename to content/news/2025-Jackson-defense.md index f50732a0..014a5efc 100644 --- a/_posts/news/2025-06-13-Jackson-defense.md +++ b/content/news/2025-Jackson-defense.md @@ -1,7 +1,5 @@ --- -layout: post -title: Jackson defense -date: 2025-06-13 12:00:00 -categories: news +title: Jackson defense +date: 2025-06-13 12:00:00 --- Jackson successfully defended his thesis on using tensor learning methods to integrate different data sources. Dr. Chin will be starting a postdoctoral fellowship at Pacific Northwest National Labs. diff --git a/_posts/news/2025-07-09-U-magazine.md b/content/news/2025-U-magazine.md similarity index 69% rename from _posts/news/2025-07-09-U-magazine.md rename to content/news/2025-U-magazine.md index f0c43e3a..33fbad76 100644 --- a/_posts/news/2025-07-09-U-magazine.md +++ b/content/news/2025-U-magazine.md @@ -1,7 +1,5 @@ --- -layout: post -title: U magazine feature -date: 2025-07-09 12:00:00 -categories: news +title: U magazine feature +date: 2025-07-09 12:00:00 --- -The lab's research into the immune response of ovarian cancer was [featured in U magazine](https://www.uclahealth.org/news/publication/ovarian-cancer-hits-below-belt-doctor-raising-army-stop-it). \ No newline at end of file +The lab's research into the immune response of ovarian cancer was [featured in U magazine](https://www.uclahealth.org/news/publication/ovarian-cancer-hits-below-belt-doctor-raising-army-stop-it). diff --git a/content/news/_index.md b/content/news/_index.md new file mode 100644 index 00000000..1cfaabda --- /dev/null +++ b/content/news/_index.md @@ -0,0 +1,6 @@ +--- +cascade: + build: + render: never + list: always +--- diff --git a/content/publications/examples.md b/content/publications/examples.md new file mode 100644 index 00000000..8ff97a94 --- /dev/null +++ b/content/publications/examples.md @@ -0,0 +1,19 @@ +--- +layout: page +title: Representative lab publications +url: /publications/examples.html +--- + +These are some especially representative publications of the lab's focus. + +### Computational + +These publications have a stronger focus on computational analyses and methods. + +{{< publist keyword="computational-example" >}} + +### Experimental + +These publications are focused on experimental observations. + +{{< publist keyword="experimental-example" >}} diff --git a/content/publications/index.md b/content/publications/index.md new file mode 100644 index 00000000..73d0b60d --- /dev/null +++ b/content/publications/index.md @@ -0,0 +1,3 @@ +--- +title: Publications +--- diff --git a/content/reading/index.md b/content/reading/index.md new file mode 100644 index 00000000..adf61c34 --- /dev/null +++ b/content/reading/index.md @@ -0,0 +1,3 @@ +--- +title: Essential Reading +--- diff --git a/research/index.md b/content/research/_index.md old mode 100755 new mode 100644 similarity index 88% rename from research/index.md rename to content/research/_index.md index 441815da..431cd924 --- a/research/index.md +++ b/content/research/_index.md @@ -11,11 +11,6 @@ We currently focus this integrated approach on the immune system, specifically o ## Selected publications -{% assign highlight_refs = site.data.pubs.references | where_exp: "ref", "ref.keyword contains 'highlight'" | sort: "issued" | reverse %} -
-{% for ref in highlight_refs %} -{% include pubentry.html ref=ref %} -{% endfor %} -
+{{< publist keyword="highlight" >}} [Full publication list](https://asmlab.org/publications/) diff --git a/content/research/binding.md b/content/research/binding.md new file mode 100644 index 00000000..11378d2a --- /dev/null +++ b/content/research/binding.md @@ -0,0 +1,6 @@ +--- +layout: page +title: Multivalent Binding Modeling Publications +--- + +{{< publist keyword="binding" >}} diff --git a/research/industry.md b/content/research/industry.md similarity index 60% rename from research/industry.md rename to content/research/industry.md index 5195130a..4b6f016f 100644 --- a/research/industry.md +++ b/content/research/industry.md @@ -7,14 +7,14 @@ Working with UCLA's Institute for Commercialization & Industry Collaboration, ou ### Multivalent Binding Modeling for Optimizing Therapeutic Designs - + -Our lab provides advanced multivalent binding modeling services to optimize the design of multi-specific immunotherapeutic agents. Using a flexible framework (detailed in [relevant publications](binding.html)), we accurately model complex agent-target cell interactions, quantitatively characterize receptor engagement dynamics, and predict therapeutic windows. We analyze key design parameters to understand their impact on therapeutic activity and potential toxicity. Our services range from data fitting and analysis of _in vitro_ assays to modeling immune cell interactions _in vivo_. We can deliver comprehensive reports on parameter contributions and provide custom software for analysis reproduction. Working closely with clients from startups to large pharmaceutical organizations, either via grants or work-for-hire, we provide actionable insights to accelerate drug development and improve candidate selection. +Our lab provides advanced multivalent binding modeling services to optimize the design of multi-specific immunotherapeutic agents. Using a flexible framework (detailed in [relevant publications](../binding/)), we accurately model complex agent-target cell interactions, quantitatively characterize receptor engagement dynamics, and predict therapeutic windows. We analyze key design parameters to understand their impact on therapeutic activity and potential toxicity. Our services range from data fitting and analysis of _in vitro_ assays to modeling immune cell interactions _in vivo_. We can deliver comprehensive reports on parameter contributions and provide custom software for analysis reproduction. Working closely with clients from startups to large pharmaceutical organizations, either via grants or work-for-hire, we provide actionable insights to accelerate drug development and improve candidate selection. ### Tensor Modeling and Big Data Exploration - + Our lab specializes in applying innovative tensor-based approaches to analyze complex, multidimensional biological datasets where traditional matrix methods fall short. By leveraging tensor decomposition, we help researchers extract meaningful patterns, preserving the inherent data structure and relationships often lost in simpler models. These techniques offer increased statistical power, uncover higher-order interactions, and provide interpretable dimensionality reduction, all while robustly handling the sparse, noisy, or incomplete data common in biological studies. We work collaboratively with clients, providing accessible software tools, comprehensive documentation, and expert consultation. -[Relevant Publications](tensors.html) +[Relevant Publications](../tensors/) diff --git a/research/tensors.md b/content/research/tensors.md similarity index 84% rename from research/tensors.md rename to content/research/tensors.md index 55513297..8a9a603d 100644 --- a/research/tensors.md +++ b/content/research/tensors.md @@ -5,9 +5,4 @@ title: Tensor Learning Publications Traditional data analysis methods organize data into matrix form—a two-dimensional (2D) grid of numbers wherein each column is a measurement and each row is an observation (e.g., genes by subjects). However, this approach overlooks how measurements are often systematically collected in biology. For example, measurements to understand the molecular response of cells to therapy might be collected over concentrations of drug, time, different sources of cells, and molecular features. In these cases, the data can be organized into a multidimensional (e.g., 4D) form. Generalization of statistical tools into these multidimensional/tensor forms exist, but their use has only begun to catch on in studies of biology and medicine because there is a lack of (1) knowledge about their benefits, (2) practical and useful implementations, and (3) algorithms for specific challenges that arise with biological data. By applying these techniques, developing new algorithms, and providing accessible implementations, we are [making these tools available in biomedical research](https://tensorly.org/stable/index.html). -{% assign tensor_refs = site.data.pubs.references | where_exp: "ref", "ref.keyword contains 'tensor'" | sort: "issued" | reverse %} -
-{% for ref in tensor_refs %} -{% include pubentry.html ref=ref %} -{% endfor %} -
+{{< publist keyword="tensor" >}} diff --git a/content/team/index.md b/content/team/index.md new file mode 100644 index 00000000..44c5cf12 --- /dev/null +++ b/content/team/index.md @@ -0,0 +1,3 @@ +--- +title: Team +--- diff --git a/_data/brume.yml b/data/brume.yml similarity index 100% rename from _data/brume.yml rename to data/brume.yml diff --git a/_data/links.yml b/data/links.yml similarity index 82% rename from _data/links.yml rename to data/links.yml index 3cd85a0c..3973fc2e 100755 --- a/_data/links.yml +++ b/data/links.yml @@ -7,7 +7,7 @@ - url: /research title: Research -- url: /research/industry.html +- url: /research/industry/ title: Industry - url: /contact diff --git a/_data/pubs.yaml b/data/pubs.yaml similarity index 99% rename from _data/pubs.yaml rename to data/pubs.yaml index c8399141..d60b95cc 100644 --- a/_data/pubs.yaml +++ b/data/pubs.yaml @@ -2098,7 +2098,7 @@ references: given: Forest M - family: Meyer given: Aaron S - container-title: bioRxiv \[Preprint\] + container-title: bioRxiv [Preprint] id: Creixell2023 issued: 2023 title: Dissecting signaling regulators driving AXL-mediated bypass @@ -2279,7 +2279,7 @@ references: given: Zhixin Cyrillus - family: Meyer given: Aaron S - container-title: bioRxiv \[Preprint\] + container-title: bioRxiv [Preprint] id: Hung2024 issued: 2024 keyword: tensors, missing data, censored least squares @@ -2556,7 +2556,7 @@ references: given: Elaine F - family: Meyer given: Aaron S - container-title: bioRxiv \[Preprint\] + container-title: bioRxiv [Preprint] id: Chin2025 issued: 2025-05-24 keyword: immunology, transplantation diff --git a/_data/service.yaml b/data/service.yaml similarity index 100% rename from _data/service.yaml rename to data/service.yaml diff --git a/_data/talks.yaml b/data/talks.yaml similarity index 100% rename from _data/talks.yaml rename to data/talks.yaml diff --git a/_data/team.yml b/data/team.yml similarity index 100% rename from _data/team.yml rename to data/team.yml diff --git a/_data/thesis-committees.yaml b/data/thesis-committees.yaml similarity index 100% rename from _data/thesis-committees.yaml rename to data/thesis-committees.yaml diff --git a/feed.xml b/feed.xml deleted file mode 100755 index ce8ff9c2..00000000 --- a/feed.xml +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: ~ ---- - - - - {{ site.data.brume.name }} - {{ site.url }} - - {{ site.data.brume.description }} - en-us - {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} - {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} - - {% for post in site.posts limit: 10 %} - - {{ post.title }} - {{ site.url }}{{ site.baseurl }}{{ post.url }} - {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} - {{ site.data.brume.author}} - {{ post.content | xml_escape }} - - {% endfor %} - - - diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 00000000..06912ed1 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,22 @@ +baseURL: https://asmlab.org/ +languageCode: en-us +timeZone: Etc/UTC +publishDir: _site +title: Meyer Lab + +taxonomies: + tag: tag + +outputs: + home: + - HTML + +markup: + goldmark: + renderer: + unsafe: true + +params: + siteName: Meyer Lab + author: Aaron Meyer + description: The website for the Aaron S. Meyer lab. diff --git a/404.html b/layouts/404.html old mode 100755 new mode 100644 similarity index 80% rename from 404.html rename to layouts/404.html index 122c1652..4b1bd55f --- a/404.html +++ b/layouts/404.html @@ -1,12 +1,7 @@ ---- -layout: ~ -title: Limbo ---- - - {% include head.html %} + {{ partial "head.html" . }}
diff --git a/_layouts/default.html b/layouts/_default/baseof.html old mode 100755 new mode 100644 similarity index 69% rename from _layouts/default.html rename to layouts/_default/baseof.html index 2b7d726b..762fba0a --- a/_layouts/default.html +++ b/layouts/_default/baseof.html @@ -1,24 +1,24 @@ - {% include head.html %} + {{ partial "head.html" . }} - {% include icons.html %} - + {{ partial "icons.html" . }} +
-
+
- +
- {% include navigation.html %} + {{ partial "navigation.html" . }}
- {{ content }} + {{ block "main" . }}{{ end }}