play icon for videos

Native Layout Preview — Scholarship (Internal Test)

Internal preview of the new native prose layout with the right-rail widget. Safe to delete.

US
By Unmesh Sheth
·
6
min read
<!DOCTYPE html><html><head><meta charset='utf-8'><style>*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Arial,sans-serif;background:#F1ECE2;padding:18px;color:#1A1915}.kick{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#76716A;font-weight:600;margin-bottom:10px}.tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.tab{border:1px solid #D8D2C4;background:#FAF9F5;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;color:#3D3A33}.tab.on{background:#1A1915;color:#FAF9F5;border-color:#1A1915}.card{background:#FAF9F5;border:1px solid #E3DFD3;border-radius:12px;padding:16px}.st{font-size:11px;color:#C96442;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.t{font-family:Georgia,serif;font-size:18px;margin-bottom:8px}.d{font-size:13px;line-height:1.55;color:#3D3A33}.bar{display:flex;gap:4px;margin-top:14px}.seg{height:4px;flex:1;border-radius:2px;background:#D8D2C4}.seg.on{background:#C96442}</style></head><body><div class='kick'>Scholarship lifecycle · one applicant record</div><div class='tabs' id='tabs'></div><div class='card'><div class='st' id='st'></div><div class='t' id='t'></div><div class='d' id='d'></div><div class='bar' id='bar'></div></div><script>var S=[{n:'Apply',t:'Capture the application',d:'Every applicant submits the same five documents on one persistent ID — form, essay, transcript, financial statement, recommendations. 487 in the queue by Friday.'},{n:'Score',t:'Score against the rubric',d:'The rubric runs overnight on five dimensions. Every score links back to the essay passage and letter sentence that earned it.'},{n:'Review',t:'Verify, not read raw',d:'Reviewers verify pre-scored applications instead of reading 500 raw files. Every dimension stays traceable to its evidence.'},{n:'Compare',t:'Stress-test the shortlist',d:'Top 30 surface on composite; 42 edge cases route to committee. Filter by need band, region, or first-gen status before letters go out.'},{n:'Track',t:'Follow the recipient',d:'The same ID follows the recipient at 6, 12, and 18 months. Outliers and missing checkpoints surface against the cohort baseline.'}];var i=0;function r(){var tb=document.getElementById('tabs');tb.innerHTML='';S.forEach(function(s,j){var b=document.createElement('div');b.className='tab'+(j==i?' on':'');b.textContent=(j+1)+' · '+s.n;b.onclick=function(){i=j;r()};tb.appendChild(b)});document.getElementById('st').textContent='Stage '+(i+1)+' of 5';document.getElementById('t').textContent=S[i].t;document.getElementById('d').textContent=S[i].d;var bar=document.getElementById('bar');bar.innerHTML='';S.forEach(function(s,j){var g=document.createElement('div');g.className='seg'+(j<=i?' on':'');bar.appendChild(g)});}r();setInterval(function(){i=(i+1)%S.length;r()},5000);</script></body></html>

In short: This is an internal preview of the new native use-case layout: a 740px reading column, template-styled headings, and the interactive widget in the sticky right rail. Nothing links here; delete or unpublish when review is done.

What is scholarship management software?

Scholarship management software is a platform that runs the full scholarship cycle on one record — applicant intake, document and recommendation collection, reviewer workflows and scoring, the award decision, and disbursement — so a scholarship office, foundation, or sponsor manages the whole program without spreadsheets.

Five stages, one applicant record

1 · Apply

White-label applicant forms, document upload, and recommendation requests — with one persistent applicant ID and a student self-service portal, not a stack of PDFs.

2 · Rubric & matching

Your eligibility rules, matching criteria, and scoring rubric encoded once — so every applicant is evaluated against the same standard.

3 · Review & score

Bulk assignment to review committees, conflict-of-interest rules, and scoring — with AI reading each essay on arrival so reviewers start from a structured summary with a citation trail.

4 · Award & disburse

Award decisions, notifications, and acceptance on the same record — handing off cleanly to your disbursement system and SIS.

5 · Outcome & donor report

Follow the recipient at 6, 12, and 18 months on the same persistent ID and produce the donor impact report as one query.

Frequently asked questions

Why does this page exist?

It is the safe live preview of the native layout and right-rail widget mechanism — review it, leave feedback, and it gets deleted.