Teaching as Community Property

So I was not able to access this book in an accessible format (only print version available) but I wanted to know what it is in. I asked Gemini if it can provide a summary: so it did. For anyone how was able to read the book how accurate do you think the representation of this is?

It also offered to develop an infographic1:

Infographic: Shulman’s Teaching as Community Property https://cdn.tailwindcss.com https://cdn.jsdelivr.net/npm/chart.js body { font-family: ‘Inter’, sans-serif; background-color: #e6f2ff; } .chart-container { position: relative; width: 100%; max-width: 500px; margin-left: auto; margin-right: auto; height: 300px; max-height: 400px; } @media (min-width: 768px) { .chart-container { height: 350px; } } .flow-arrow { font-size: 2rem; line-height: 1; color: #0066ff; } .venn-circle { border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 600; color: white; padding: 1rem; }

Teaching as Community Property

Visualizing the Core Arguments of Lee S. Shulman

1. The Challenge: Pedagogical Solitude

🚪

The Closed Door

Lee Shulman identified “pedagogical solitude” as a primary obstacle in higher education. Unlike research, which is public and peer-reviewed, teaching often remains a private act, performed in isolation behind the classroom door.

This isolation hinders professional growth, prevents the sharing of effective practices, and contributes to teaching being undervalued within the academic community.

2. The Vision: From Private Act to Community Property

Shulman’s central thesis is a call to transform teaching into “community property” by making it visible, debatable, and valued. This involves a cultural shift from private practice to a shared, scholarly endeavor.

Private Act

Isolated teaching, unexamined practices.

→

Scholarly Exchange

Sharing artifacts, peer review, and pedagogical colloquia.

→

Community Property

A collective, valued, and improvable craft.

3. The Foundation: Pedagogical Content Knowledge (PCK)

PCK is Shulman’s cornerstone concept—the “missing paradigm” in teaching. It’s not just knowing *what* to teach (content) or *how* to teach (pedagogy), but the unique, expert knowledge of how to make specific subjects understandable to specific learners.

This includes using the best analogies, examples, and representations, and anticipating common student misconceptions. It is the defining knowledge base of the teaching profession.

Content Knowledge
Pedagogical Knowledge
PCK

4. The Framework: Seven Knowledge Bases of Teaching

Shulman argued that effective teaching is a complex intellectual activity built upon seven distinct, integrated knowledge bases. An expert teacher draws upon all these areas to make informed decisions.

This framework demonstrates that teaching is a profession with a deep, specialized body of knowledge, far beyond simple intuition or personality.

5. The Mechanism: Scholarship of Teaching & Learning (SoTL)

SoTL is the process by which teaching becomes “community property.” It treats teaching as a subject for scholarly inquiry, fostering a cycle of continuous improvement and professional dialogue.

Investigate

Systematically study teaching practices and student learning.

→

Document

Create artifacts that capture the complexity of teaching.

→

Disseminate

Share findings with peers for review and discussion.

→

Improve

Apply insights to enhance pedagogical practice.

6. The Impact: Elevating the Profession

Shulman’s ultimate goal is the professionalization of teaching. This requires a cultural shift in academia to rethink institutional rewards and value teaching as highly as research.

By making teaching a public, scholarly, and communal activity, we can foster excellence, adapt to diverse learners, and give the profession the respect and rigor it deserves.

An infographic based on “Teaching as Community Property: Essays on Higher Education” by Lee S. Shulman.

function wrapLabel(str, max_width) { if (str.length max_width) { lines.push(current_line); current_line = word; } else { current_line = (current_line + ‘ ‘ + word).trim(); } } if (current_line) { lines.push(current_line); } return lines; } const tooltipTitleCallback = (tooltipItems) => { const item = tooltipItems[0]; let label = item.chart.data.labels[item.dataIndex]; if (Array.isArray(label)) { return label.join(‘ ‘); } return label; }; const brilliantBlues = { deep: ‘#0044cc’, bright: ‘#0066ff’, light: ‘#3399ff’, pale: ‘#99ccff’, bg: ‘#e6f2ff’ }; const knowledgeBasesLabels = [ ‘Content Knowledge’, ‘General Pedagogical Knowledge’, ‘Curriculum Knowledge’, ‘Pedagogical Content Knowledge (PCK)’, ‘Knowledge of Learners’, ‘Knowledge of Contexts’, ‘Knowledge of Educational Ends’ ].map(label => wrapLabel(label, 16)); const knowledgeBasesCtx = document.getElementById(‘knowledgeBasesChart’).getContext(‘2d’); new Chart(knowledgeBasesCtx, { type: ‘radar’, data: { labels: knowledgeBasesLabels, datasets: [{ label: ‘Importance for Expert Teaching’, data: [5, 4, 4, 5, 5, 3, 4], backgroundColor: ‘rgba(0, 102, 255, 0.2)’, borderColor: brilliantBlues.bright, pointBackgroundColor: brilliantBlues.bright, pointBorderColor: ‘#fff’, pointHoverBackgroundColor: ‘#fff’, pointHoverBorderColor: brilliantBlues.bright }] }, options: { responsive: true, maintainAspectRatio: false, scales: { r: { angleLines: { color: brilliantBlues.pale }, grid: { color: brilliantBlues.pale }, pointLabels: { font: { size: 12 }, color: brilliantBlues.deep }, ticks: { color: brilliantBlues.bright, backdropColor: ‘rgba(255, 255, 255, 0.75)’, stepSize: 1 }, suggestedMin: 0, suggestedMax: 5 } }, plugins: { legend: { display: false }, tooltip: { callbacks: { title: tooltipTitleCallback } } } } }); const valueCtx = document.getElementById(‘valueChart’).getContext(‘2d’); new Chart(valueCtx, { type: ‘bar’, data: { labels: [‘Traditional Culture’, ‘Shulman\’s Vision’], datasets: [ { label: ‘Value of Research’, data: [100, 100], backgroundColor: brilliantBlues.light, borderColor: brilliantBlues.light, borderWidth: 1 }, { label: ‘Value of Teaching’, data: [40, 100], backgroundColor: brilliantBlues.bright, borderColor: brilliantBlues.bright, borderWidth: 1 } ] }, options: { responsive: true, maintainAspectRatio: false, scales: { y: { beginAtZero: true, ticks: { display: false } } }, plugins: { legend: { position: ‘top’, }, tooltip: { callbacks: { title: tooltipTitleCallback } }, title: { display: true, text: ‘Institutional Value Comparison’, color: brilliantBlues.deep, font: { size: 16 } } } } });
  1. I am always torn between using AI (because there is nothing ethical about using AI) and the positive aspects particularly in regard to accessibility. ↩︎

Comments

Leave a Reply

Discover more from Dr Nathalie Tasler

Subscribe now to keep reading and get access to the full archive.

Continue reading