component

TuxNewsCollection

Institutional news-index pattern. Each item: thumbnail + date eyebrow + headline + dek + read-more link. Two layouts: stacked (vertical list, thumb left) for /news landing pages, and grid (card grid, thumb above) for "recent news" sections on a hub. Dates render as <time> with ISO datetime attributes.

canonical

Stacked · /news index

  • Research

    Twelve-county roadway study reaches 36-month follow-up window

    Compliance gains held steady; three of twelve sites also showed measurable reductions in late-night crashes — a secondary outcome the team is investigating.

    Read more
  • Press release

    412-mile freight corridor enters second phase of instrumentation

    MovementLab announces the next deployment window for continuous-instrumentation sensors across the Texas Triangle freight network.

    Read more
  • Event

    2026 Transportation Symposium · early-bird registration opens

    Three-day program at the Rellis Conference Center, May 14–16. Two keynotes, four workshops, and a poster session for graduate students.

    Read more
  • Research

    Equity-weighted outcome measures published in Transportation Policy

    Park & Okonkwo's framework for equity-weighted DOT performance metrics validated against three years of Texas Triangle data.

    Read more
<TuxNewsCollection :items="items" layout="stacked" />

grid · 3-up

Hub-page "recent news"

Pass layout="grid" + :columns="3". Right for landing surfaces where news is one section among many — focus areas, factoids, testimonials.

  • Research

    Twelve-county roadway study reaches 36-month follow-up window

    Compliance gains held steady; three of twelve sites also showed measurable reductions in late-night crashes — a secondary outcome the team is investigating.

    Read more
  • Press release

    412-mile freight corridor enters second phase of instrumentation

    MovementLab announces the next deployment window for continuous-instrumentation sensors across the Texas Triangle freight network.

    Read more
  • Event

    2026 Transportation Symposium · early-bird registration opens

    Three-day program at the Rellis Conference Center, May 14–16. Two keynotes, four workshops, and a poster session for graduate students.

    Read more
  • Research

    Equity-weighted outcome measures published in Transportation Policy

    Park & Okonkwo's framework for equity-weighted DOT performance metrics validated against three years of Texas Triangle data.

    Read more

grid · 2-up

Featured pair

Two-column variant for "featured stories" sections — wider cards, more reading room for the dek.

  • Research

    Twelve-county roadway study reaches 36-month follow-up window

    Compliance gains held steady; three of twelve sites also showed measurable reductions in late-night crashes — a secondary outcome the team is investigating.

    Read more
  • Press release

    412-mile freight corridor enters second phase of instrumentation

    MovementLab announces the next deployment window for continuous-instrumentation sensors across the Texas Triangle freight network.

    Read more

props

Props + item shape

  • items — array. Required.
  • Each item — { date, dateLabel?, title, category?, dek?, to?, href?, image?, alt?, tone? }.
  • date — ISO date for the datetime attribute. dateLabel overrides the rendered text.
  • category — eyebrow above title. Common values: "Research", "Event", "Press release".
  • image — thumbnail URL. If omitted, renders a tone-keyed gradient placeholder.
  • tone"maroon" | "gold" | "charcoal" for the placeholder. Cycles automatically.
  • layout"stacked" | "grid". Defaults to "stacked".
  • columns2 | 3. Grid layout only. Defaults to 3.
  • readMore — link label. Defaults to "Read more".