Generating a Course Taxonomy
Overview
This workflow has three parts:
- The generation of a 10-12 element taxonomy
- Updating the dependencies csv file to include the primary taxonomy as a new column of data
- Generating a legend in HTML for the learning graph viewer
Generating the Taxonomy
Prompt
Now lets focus again on the enumerated-concepts.md file we have generated for a course. Your task is to organize these concepts into a small taxonomy of approximately a dozen classifiers. You will generate a list of the classifier labels.
Here are some suggestions.
The first category is "Foundational Concepts". These are concepts that are introduced at the start of the course and are considered prerequisites.
A second category is "Concept Definitions" where we introduce new terms. A last category is "Miscellaneous". Your task is to create the rest of the classifiers and give each classifier a label and definition. Each category should include concepts that share similar characteristics, functions, or applications. Attempt to evenly divide the 150 concepts into a balanced taxonomy.
Suggest 10 categories for the taxonomy and assign each concept to one or more categories. Add an 11th category called "Miscellaneous". Ensure that the categories cover a range of concept types, including abstract ideas, practical applications, common misunderstandings, and real-world examples. Avoid redundancy and ensure that each category is distinct.
Updating the Dependency Graph CSV File
Prompt
Please update the dependencies.csv file to add a new column. The new column name is TaxonomyID. For each concept, find the primary taxonomy that the concept fits into. Only assign a single taxonomy to each concept.
Here is the format for the new CSV file I want you to generate:
- ConceptID (copied direct from the dependencies.csv file)
- ConceptLabel (copied direct from the dependencies.csv file)
- Dependencies (copied direct from the dependencies.csv file)
- TaxononyID - this is the new column you will generate.
Generating the Learning Graph Legend
Prompt
Please summarize the taxonomy into a numbered list with just the taxonomy label as the item in the list in raw markdown format.
In this updated CSV file, each concept is assigned to a single TaxonomyID based on its primary category from our taxonomy:
Here's a simplified numbered list containing just the taxonomy labels:
- Foundational Concepts
- AI Evolution and History
- AI Architectures and Technologies
- AI Capabilities and Applications
- Content Generation and Creativity
- Knowledge Management and Organization
- Educational Transformation
- Organizational Strategy and Implementation
- Performance Evaluation and Benchmarking
- Ethical and Regulatory Considerations
- Future Trends and Projections
- Implementation and Management Practices
Prompt
Please convert the list into an HTML table with the following format. Do not put any style elements ih the table other than background color and font color on the second column:
Foundational Concepts | Red |
AI Evolution and History | Orange | AI Architectures and Technologies | Orange |