CSCL Computer Supported Collaborative Learning

De Wiki de Ilan Chamovitz - Informatica, Administracao, Eng. Producao, Educacao, Tecnologia da Informacao

(Diferença entre revisões)
(Schedule)
(Schedule)
Linha 9: Linha 9:
! style="border-style: solid; border-width: 1px"| End
! style="border-style: solid; border-width: 1px"| End
|-
|-
-
| style="border-style: solid; border-width: 1px"| Act 1
+
| style="border-style: solid; border-width: 1px"| xxxxxxxxxxxxxxxxxxxxxxxxxxxx
| style="border-style: solid; border-width: 1px"| St  1
| style="border-style: solid; border-width: 1px"| St  1
| style="border-style: solid; border-width: 1px"| St  1
| style="border-style: solid; border-width: 1px"| St  1
Linha 20: Linha 20:
| style="border-style: solid; border-width: 1px"| St  3
| style="border-style: solid; border-width: 1px"| St  3
| style="border-style: solid; border-width: 1px"| St  3
| style="border-style: solid; border-width: 1px"| St  3
 +
|-
 +
| style="border-style: solid; border-width: 1px"| Act 1
 +
| style="border-style: solid; border-width: 1px"| St  1
 +
| style="border-style: solid; border-width: 1px"| St  1
 +
|-
 +
| style="border-style: solid; border-width: 1px"| Act 2
 +
| style="border-style: solid; border-width: 1px"| St  2
 +
| style="border-style: solid; border-width: 1px"| St  2
 +
|-
|}
|}

Edição de 10h58min de 20 de Agosto de 2012


Tabela de conteúdo

Schedule

Activity Start End
xxxxxxxxxxxxxxxxxxxxxxxxxxxx St 1 St 1
Act 2 St 2 St 2
Act 3 St 3 St 3
Act 1 St 1 St 1
Act 2 St 2 St 2

Computer Supported Collaborative Learning

 Evolution - changes at this page - http://api.adm.br/wiki1/index.php?title=Especial:Mudan%C3%A7as_recentes&hideminor=1&days=120&limit=700

Content analysis schemes to analyze transcripts of online asynchronous discussion groups: A review

http://ugent.academia.edu/BramDeWever/Papers/578822/Content_analysis_schemes_to_analyze_transcripts_of_online_asynchronous_discussion_groups_A_review


Analyzing Peer Interactions in Computer-Supported Collaborative Learning: Model, Method and Tool

http://www.springerlink.com/content/87v4p2328n188600/


An analysis of peer interaction patterns as discoursed by on-line small group problem-solving activity

http://www.cl.ncu.edu.tw/papers/LiuCC/An%20analysis%20of%20peer%20interaction%20patterns%20as%20discoursed.pdf


Toward a Semantic Forum for Active Collaborative Learning

http://www.ifets.info/journals/12_4/7.pdf

Visualizing Social Networks

http://www.cmu.edu/joss/content/articles/volume1/Freeman.html


ONTOLOGY http://en.wikipedia.org/wiki/Ontology

KNOWLEDGE REPRESENTATION http://files.bookboon.com/ai/Knowledge-Representation.html


Layout of Graph Visualizations Ulrik Brandes http://www.google.co.uk/url?sa=t&rct=j&q=layout%20of%20graph%20visualizations&source=web&cd=1&ved=0CFcQFjAA&url=http%3A%2F%2Fciteseerx.ist.psu.edu%2Fviewdoc%2Fdownload%3Fdoi%3D10.1.1.89.6266%26rep%3Drep1%26type%3Dpdf&ei=qZ7-T9fiOamg0QXl6vm-Bw&usg=AFQjCNExyuyoLO2CncMocLCY7m98rkF9iQ



INFORMATION RETRIEVAL

Introduction to Information Retrieval By Christopher D. Manning, Prabhakar Raghavan & Hinrich Schütze http://nlp.stanford.edu/IR-book/html/htmledition/irbook.html

Tese Edberto Ferneda

http://www.google.co.uk/url?sa=t&rct=j&q=recuperacao%20da%20informacao%20espaco%20vetorial&source=web&cd=6&ved=0CGUQFjAF&url=http%3A%2F%2Fwww.teses.usp.br%2Fteses%2Fdisponiveis%2F27%2F27143%2Ftde-15032004-130230%2Fpublico%2FTese.pdf&ei=Mrf6T9uoKsmo8QPR_-G-Bw&usg=AFQjCNG0CJp_yV8WJf_KhoeaHBMm_happw


Modelo Espaço Vetorial http://www.inf.ufes.br/~mberger/Disciplinas/2011_2/EDII/Slides/Aula2.pdf

Term Vector Theory and Keyword Weights Dr. E. Garcia http://www.miislita.com/term-vector/term-vector-3.html

The Problem - Illustration (concerning TinyXML as a possible solution)

Source: http://www.grinninglizard.com/tinyxmldocs/index.html
_
XML File
_
Imagem:Xml1.jpg
.
.
DOM Structure
_
Imagem:Xml2.jpg


The real XML Files - Sample

Imagem:Msg94.JPG Imagem:Msg95.JPG Imagem:Msg452.jpg






XML PARSER


http://www.bluedinosaurs.com/code/blog/wordpress/2012/01/tutorial-using-tinyxml-part-1/

http://lars.ruoff.free.fr/xmlcpp/

http://crocidb.com/blog/2008/01/tinyxml-parte-1/

http://crocidb.com/blog/2008/01/tinyxml-parte-2/

http://ticpp.googlecode.com/svn/docs/ticpp.html


http://www.xml.com/pub/a/1999/11/cplus/


http://stackoverflow.com/questions/8622121/what-c-write-function-should-i-use?lq=1

XML

http://www.w3schools.com/xml/xml_dtd.asp

Test online from XML to XSLT

XML Validator - http://www.w3schools.com/xml/xml_validator.asp

http://www.w3schools.com/xml/tryxslt.asp?xmlfile=simple&xsltfile=simple

XML - XSLT (table)

http://www.w3schools.com/xsl/xsl_transformation.asp

FILTER

http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=cdcatalog_filter

ORDER

http://www.w3schools.com/xsl/xsl_sort.asp

CONDITION FOR RECORDS

http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=cdcatalog_choose



XML - DOM Imagem:Dom01.png

Fonte: Loiane Groner - http://www.loiane.com/2009/04/manipulando-arquivos-xml-em-java-com-a-api-dom-parte-i/



TinyXML Examples

http://software.ellerton.net/tinyxml.html

http://code.google.com/p/quimeraengine/wiki/POCXMLtinyxml

http://code.google.com/p/quimeraengine/source/browse/wiki/POCXMLtinyxml.wiki?r=910

http://code.google.com/p/proypruebadavid/source/browse/trunk/tarea3/tarea3/game/level/Level.cpp?r=44


http://subversion.assembla.com/svn/sinoticos/Codigo/Sinoticos/elementExtNode.cpp

http://dis.4chan.org/read/prog/1198294963

SPSS PASW Modeler 14 - XML

Trainning...

PASW® Text Analytics 14 User’s Guide http://info.cba.ksu.edu/chilton/TextAnalyticsUsersGuide.pdf

Imagem:Paw13 small.jpg


XML real TAGS


@value

branch-from

class

content

header

msg

no

on

posted-by

S_abstract

S_data_data-abstract

S_data_data-db

S_data_data-method_abstract

S_data_data-method_statistics

S_data_S_data_data-db

S_data_values_abstract

S_data_values_numeric

S_data_values_string

S_data-analysis_abstract

S_data-analysis_classification_abstract

S_data-analysis_classification_apply-classifier

S_data-analysis_classification_build-classifier

S_data-analysis_classification_build-classifier_choose-data-source

S_data-analysis_classification_build-classifier_choose-data-target

S_data-analysis_classification_build-classifier_define-model

S_data-analysis_classification_build-classifier_exclude-data

S_data-analysis_generalisation

S_data-analysis_relevance-analysis

S_evaluation_accuracy

S_evaluation_queries

S_evaluation_report

S_evaluation_task

S_evaluation_workflow

S_preprocessing

S_preprocessing_find-missing-data

S_schema_abstract

S_schema_schem-age

S_schema_schem-capitalg

S_schema_schem-educ

S_schema_schem-flnwgt

S_schema_schem-hourpw

S_schema_schem-marital

S_schema_schem-nativc

S_schema_schem-occup

S_schema_schem-race

S_schema_schem-relation

S_schema_schem-sex

S_schema_schem-workc

subject

Stream 5

XML Sample

Imagem:Msg94.JPG

The Stream 5 model

Imagem:Stream5.jpg

Output - The Excel spreadsheet

Imagem:Excelstream5.jpg

NETWORK MODELING Netlogo

http://ccl.northwestern.edu/netlogo/models/community/WSN

http://turtlezero.com/models/view.php?model=network-build-modify

http://files.bookboon.com/ai/Being-Kevin-Bacon.html

http://ccl.northwestern.edu/netlogo/models/community/AdoptLearnOnLine


International Network for Social Network http://www.insna.org/software/index.html

Social Science Research Network http://www.ssrn.com/



Force Based Visualizations for Instructor Support

http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=01508726

Layout of Graph Visualizations

http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.89.6266&rep=rep1&type=pdf

Ferramentas pessoais