Hello.
Well, if you have just a few sections, you could use multiple repeater web parts on your page and set their Visible property dynamically, according to current document path or a name. So, if the current alias path contains “Education” word, one repeater will be shown and other will be hidden.
Or, you could have one repeater only and use a Where condition property with
wildcard URL. Of course, you would need to extend your document type by another column to store section name, given document should be displayed for.
Best Regards,
Radek Macalik