CIDE (2009) Marcoux : Différence entre versions

De CIDE
imported>Abdelhakim Aidene
imported>Abdelhakim Aidene
Ligne 216 : Ligne 216 :
 
==References==
 
==References==
  
[1] Marcoux, Yves. “A natural-language approach to modeling:  Why is some XML so difficult to write?” Proceedings of Extreme Markup Languages 2006.
+
{{CIDE biblio
[2] Marcoux, Yves; Rizkallah, Élias. “Exploring  intertextual semantics: a reflection on attributes and optionality.” Proceedings of Extreme Markup Languages 2007.
+
  |id=1
[3] Marcoux, Yves; Rizkallah, Élias. “Experience with the use  of
+
  |texte= Marcoux, Yves. “A natural-language approach to modeling:  Why is some XML so difficult to write?” Proceedings of Extreme Markup Languages 2006.
 +
}}
 +
 
 +
 
 +
{{CIDE biblio
 +
  |id=2
 +
  |texte= Marcoux, Yves; Rizkallah, Élias. “Exploring  intertextual semantics: a reflection on attributes and optionality.” Proceedings of Extreme Markup Languages 2007.
 +
 
 +
}}
 +
{{CIDE biblio
 +
  |id=3
 +
  |texte= Marcoux, Yves; Rizkallah, Élias. “Experience with the use  of
 
peritexts to support modeler-author communication in a structured- document system.” Proceedings of SIGDOC  2007.
 
peritexts to support modeler-author communication in a structured- document system.” Proceedings of SIGDOC  2007.
[4] Marcoux, Yves; Rizkallah, Élias. “Intertextual semantics:  a
+
 
 +
}}
 +
{{CIDE biblio
 +
  |id=4
 +
  |texte= Marcoux, Yves; Rizkallah, Élias. “Intertextual semantics:  a
 
semantics for information design.” Journal of the American Society for Information Science & Technology, Perspectives issue on design. September 2009, in Press.
 
semantics for information design.” Journal of the American Society for Information Science & Technology, Perspectives issue on design. September 2009, in Press.
[5] Smedslund, J. Dialogues about a new psychology.  Chagrin Falls, Ohio: Taos Institute. 2004.
+
 
[6] Sperberg-McQueen, C. M., Huitfeldt, C., & Renear,  A. “Meaning and interpretation of markup.” Markup Languages: Theory  and
+
}}
 +
{{CIDE biblio
 +
  |id=5
 +
  |texte= Smedslund, J. Dialogues about a new psychology.  Chagrin Falls, Ohio: Taos Institute. 2004.
 +
 
 +
}}
 +
{{CIDE biblio
 +
  |id=6
 +
  |texte= Sperberg-McQueen, C. M., Huitfeldt, C., & Renear,  A. “Meaning and interpretation of markup.” Markup Languages: Theory  and
 
Practice 2, 3 (2000), 215–234.
 
Practice 2, 3 (2000), 215–234.
[7] Sperberg-McQueen, C. M., Dubin, D., Huitfeldt, C., &  Renear, A. “Drawing inferences on the basis of markup.” In Proceedings  of
+
 
Extreme Markup Languages 2002 (Montreal, Canada, August  2002),
+
}}
 +
{{CIDE biblio
 +
  |id=7
 +
  |texte= Sperberg-McQueen, C. M., Dubin, D., Huitfeldt, C., &  Renear, A. “Drawing inferences on the basis of markup.” In Proceedings  of Extreme Markup Languages 2002 (Montreal, Canada, August  2002),
 
B. T. Usdin and S. R. Newcomb,  Eds.
 
B. T. Usdin and S. R. Newcomb,  Eds.
[8] Sperberg-McQueen, C. M. & Miller, E. “On mapping  from
+
 
 +
}}
 +
{{CIDE biblio
 +
  |id=8
 +
  |texte= Sperberg-McQueen, C. M. & Miller, E. “On mapping  from
 +
 
 
colloquial XML to RDF using XSLT.” Proceedings of Extreme Markup Languages 2004.
 
colloquial XML to RDF using XSLT.” Proceedings of Extreme Markup Languages 2004.
[9] Wierzbicka, A. Semantics, culture, and cognition :  universal human concepts in culture-specific configurations. Oxford University Press. 1992.
 
[10] Wittgenstein, L. Philosophical investigations. Oxford:  Blackwell.
 
1953.
 
  
 +
}}
 +
{{CIDE biblio
 +
  |id=9
 +
  |texte= Wierzbicka, A. Semantics, culture, and cognition :  universal human concepts in culture-specific configurations. Oxford University Press. 1992.
 +
 +
}}
 +
{{CIDE biblio
 +
  |id=10
 +
  |texte= Wittgenstein, L. Philosophical investigations. Oxford:  Blackwell.
 +
 +
}}
  
  

Version du 5 juillet 2016 à 12:03

Intertextual semantics generation for structured documents:a complete implementation in XSLT


 
 

 
titre
Intertextual semantics generation for structured documents:a complete implementation in XSLT
auteurs
Yves Marcoux.
Affiliations
GRDS, EBSI, Université de Montréal.
In
CIDE.12 (Montréal), 2009
En PDF 
CIDE (2009) Marcoux.pdf.pdf
Mots-clés 
Sémantique intertextuelle, documents structurés, langages de balisage, XML, XSLT, descriptions formelles de jeux de balises.
Keywords
Intertextual semantics, structured documents, markup languages, XML, XSLT, formal tag-set descriptions.
Résumé
La sémantique intertextuelle (SI) [1] [4] attribue aux documents balisés un sens en langue naturelle. Alors que les sémantiques formelles visent une représentation du sens des documents pour la machine, la SI vise l’humain. Dans la forme actuelle de l’approche, la SI d’un modèle (DTD, schéma) est donnée par deux péritextes associés à chaque élément: un texte-avant et un texte- après. La SI d’un document est la concaténation des péritextes et des contenus d’élément dans l’ordre du document. Nous présentons une implantation complète, en XSLT 1.0, de la génération de SI. L’implantation traite les attributs tel que décrit dans [2], et les hyperliens et éléments locaux tel que décrit dans [1]. Elle indente aussi l’extrant pour une meilleure lisibilité tel que suggéré dans [3] et gère les exceptions que sont les éléments et attributs inconnus.


… davantage au sujet de « CIDE (2009) Marcoux »
Intertextual semantics generation for structured documents:a complete implementation in XSLT +