Skip to content

Instantly share code, notes, and snippets.

View Titogelo's full-sized avatar
🎯
Focusing

Angel Suarez Fernandez Titogelo

🎯
Focusing
View GitHub Profile
@POST
@Path("/authenticate")
public boolean authenticate(@HeaderParam("Authorization") String atoken,
@DefaultValue("application/json") @HeaderParam("Content-Type") String contentType,
@DefaultValue("application/json") @HeaderParam("Accept") String accept,
String account) throws IOException {
final AtomicBoolean authenticated = new AtomicBoolean(false);
@Titogelo
Titogelo / json
Last active March 26, 2017 10:12
Inquiry example template
[{
"inquiry": "Inquiry template A",
"author": "Barbara Y. White; John R. Frederiksen",
"paper_url": "http://thinkertools.org/Pages/paper.html",
"purpose": "metacognitive facilitation",
"description": "The process of inquiry follows the Inquiry Cycle, shown in Figure 1, which is presented to students as a basis for organizing their explorations into the physics of force and motion. Inquiry begins with finding research questions, that is, finding situations or phenomena students do not yet understand which become new areas for investigation. Students then use their intuitions (which are often incorrect) to make conjectures about what might happen in such situations. These predictions provide them with a focus as they design experiments that allow them to observe phenomena and test their conjectures. Students then use their findings as a basis for constructing formal laws and models. By applying their models to new situations, students test the range of applicability of their models and, in so doing, identi
@Titogelo
Titogelo / gist:9126df96802c0db80b2743eee80583fa
Created March 26, 2017 10:05
Example of inquiry structure template
[{
"inquiry": "Inquiry template A",
"author": "Barbara Y. White; John R. Frederiksen",
"paper_url": "http://thinkertools.org/Pages/paper.html",
"description": "The process of inquiry follows the Inquiry Cycle, shown in Figure 1, which is presented to students as a basis for organizing their explorations into the physics of force and motion. Inquiry begins with finding research questions, that is, finding situations or phenomena students do not yet understand which become new areas for investigation. Students then use their intuitions (which are often incorrect) to make conjectures about what might happen in such situations. These predictions provide them with a focus as they design experiments that allow them to observe phenomena and test their conjectures. Students then use their findings as a basis for constructing formal laws and models. By applying their models to new situations, students test the range of applicability of their models and, in so doing, identify new research questions for further inqu