DBER OnRamp
if (count($navigation) > 1): ?> endif; ?> if (!empty($selectedPedagogicalInterest)): ?>echo $selectedPedagogicalInterest ?> Articles in echo ucwords($selectedDiscipline); ?>
if (!empty($dberDatabase->getAllArticlesByDisciplineAndPedagogicalInterest($selectedDiscipline, $selectedPedagogicalInterest))): ?>
-
foreach ($dberDatabase->getAllArticlesByDisciplineAndPedagogicalInterest($selectedDiscipline, $selectedPedagogicalInterest) as $article): ?>
echo $article['title']; ?>
Brief summary: echo $article['why_read']; ?>
Technicality Scale: echo $article['technicality_scale']; ?>
?
Technicality score = (A+2B) / C
A = Defined terms
B = Undefined terms
C = Number of pages
See more in the glossary here.
DOI link: ' target='_blank'>Source
Length: echo $article['pages']; ?> pages
No articles for the pedagogy interest of " echo strtolower($selectedPedagogicalInterest); ?>" for " echo strtolower($selectedDiscipline); ?>" found in database
endif; ?> elseif (!empty($selectedDiscipline)): ?>echo ucwords($selectedDiscipline); ?> Articles
Choose your pedagogical interest
if (!empty($dberDatabase->getAllPedagogicalInterests($selectedDiscipline))): ?>-
foreach ($dberDatabase->getAllPedagogicalInterests($selectedDiscipline) as $pedagogicalInterest): ?>
- echo $pedagogicalInterest ?> endforeach; ?>
No pedagogical interests for " echo strtolower($selectedDiscipline); ?>" found in database
endif; ?>Supplementary Materials
Choose your discipline
if (!empty($dberDatabase->getAllDisciplines())): ?>-
foreach ($dberDatabase->getAllDisciplines() as $discipline): ?>
- echo ucwords($discipline); ?> endforeach; ?>
No disciplines found in database
endif; ?>