Brice Sommacal | 23 May 2013 17:42
Picon

Protege 3.4.8 - InfModel size is not equal running my code inside or outside Protégé

Hello, 

Here is a piece of code that I use in my plugin:

 Reasoner reasoner = ReasonerRegistry.getOWLMicroReasoner();
 reasoner = reasoner.bindSchema(ev6Model);
	    System.out.print(".");

  InfModel infmodel = ModelFactory.createInfModel(reasoner, model);
   System.out.println(model.size() +" "+infmodel.size()); 

When I execute this code in Eclipse (build path = JARs inside plugins/protege.owl folder), it works as
expected. 

But, when I integrate it in my plugin, the infmodel size is lighter than the previous one. 

Do you have any idea about what i'm doing wrong? 

Regards,

Brice
_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03

sharmi m | 23 May 2013 05:26
Picon

Re: protege-owl Digest, Vol 82, Issue 14

Dear Katja,

Thank you. I got the individual without prefix. 

Best Regards






On Wed, May 22, 2013 at 2:00 PM, <protege-owl-request <at> lists.stanford.edu> wrote:
Send protege-owl mailing list submissions to
        protege-owl <at> lists.stanford.edu

To subscribe or unsubscribe via the World Wide Web, visit
        https://mailman.stanford.edu/mailman/listinfo/protege-owl
or, via email, send a message with subject or body 'help' to
        protege-owl-request <at> lists.stanford.edu

You can reach the person managing the list at
        protege-owl-owner <at> lists.stanford.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of protege-owl digest..."


Today's Topics:

   1. Fwd: how to remove prefix from individual names? (sharmi m)
   2. Re: Fwd: how to remove prefix from individual names?
      (Katja Siegemund)


----------------------------------------------------------------------

Message: 1
Date: Wed, 22 May 2013 04:13:54 -0500
From: sharmi m <sharmi.reachme <at> gmail.com>
To: protege-owl <at> lists.stanford.edu
Subject: [protege-owl] Fwd: how to remove prefix from individual
        names?
Message-ID:
        <CAF4bUnB-LU6LOas5K08Qtaruv0BY7BRUSXBHrghwNrvWxhS++g <at> mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

---------- Forwarded message ----------
From: sharmi m <sharmi.reachme <at> gmail.com>
Date: Wed, May 22, 2013 at 12:42 AM
Subject: how to remove prefix from individual names?
To: protege-owl-request <at> lists.stanford.edu


Dear Friends,

I have loaded an Ontology and accessing its components using owl-api.

Using the SampleOntology.getIndividualsInSignature() method , I could
access all the individuals.

But it is being displayed with prefix name (full path)

*How to remove prefix and get only the individual name alone?*

kindly do suggest me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.stanford.edu/pipermail/protege-owl/attachments/20130522/231e685b/attachment-0001.html>

------------------------------

Message: 2
Date: Wed, 22 May 2013 11:25:42 +0200
From: Katja Siegemund <Katja.Siegemund <at> tu-dresden.de>
To: protege-owl <at> lists.stanford.edu
Subject: Re: [protege-owl] Fwd: how to remove prefix from individual
        names?
Message-ID: <519C8F16.3090100 <at> tu-dresden.de>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

Hi Sharmi,

you simply add .getIRI().getFragment() and you'll get the name alone.

So for a OWLNAmedIndividual i you would have i..getIRI().getFragment();

Cheers,
Katja

Am 22.05.2013 11:13, schrieb sharmi m:
>
>
> ---------- Forwarded message ----------
> From: *sharmi m* <sharmi.reachme <at> gmail.com
> <mailto:sharmi.reachme <at> gmail.com>>
> Date: Wed, May 22, 2013 at 12:42 AM
> Subject: how to remove prefix from individual names?
> To: protege-owl-request <at> lists.stanford.edu
> <mailto:protege-owl-request <at> lists.stanford.edu>
>
>
> Dear Friends,
>
> I have loaded an Ontology and accessing its components using owl-api.
>
> Using the SampleOntology.getIndividualsInSignature() method , I could
> access all the individuals.
>
> But it is being displayed with prefix name (full path)
>
> *How to remove prefix and get only the individual name alone?*
>
> kindly do suggest me
>
>
>
> _______________________________________________
> protege-owl mailing list
> protege-owl <at> lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-owl
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03


--
Dipl.-Medieninf. Katja Siegemund
Research Assistant

Technische Universit?t Dresden
Department of Computer Science

Phone +49 (0)40 572 44 55 1
Email Katja.Siegemund <at> tu-dresden.de
WWW   http://st.inf.tu-dresden.de/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.stanford.edu/pipermail/protege-owl/attachments/20130522/857d7598/attachment-0001.html>

------------------------------

_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl


End of protege-owl Digest, Vol 82, Issue 14
*******************************************

_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
Csongor Nyulas | 23 May 2013 00:24
Picon
Favicon

Re: Request for Clarification

Dear Sharmi,

I will move this thread back to the mailing list, so that others can also help you or learn from your problems.

You gave us examples of concepts that you want to model, but deciding what is the best way of modeling those concepts, depends very much on your use case (i.e. how do you plan to use your ontology), which is not clear.

My suggestion to you would be, to get more familiar with ontologies and ontology modeling. First I would read the Ontology 101 guide [1], which is a good introduction for thinking about ontology modeling in general (although it uses the older Protege Frames language, to describe the examples), and then I would also learn about the OWL language itself [2] and modeling in OWL using the Protege tool [3]

I am sorry, if this may seem a little bit too much of reading material to you, but unfortunately there is really no way to hack together a useful ontology.

Please post further emails to the mailing list.

Csongor

PS: You mentioned that you have already a domain ontology that describes the inputs. While trying to solve your own problem, it may be helpful to look at that ontology.


[1] http://www.ksl.stanford.edu/people/dlm/papers/ontology-tutorial-noy-mcguinness-abstract.html
[2] http://www.w3.org/TR/owl2-primer/
[3] http://owl.cs.manchester.ac.uk/tutorials/protegeowltutorial/


On 05/21/2013 10:39 PM, sharmi m wrote:
Dear Csongor,

Recd your reply.
Let me explain my pbm clearly.

I would like to capture the following concepts in Ontology.

getinputs
preprocessinputs
loop
do computations with inputs
loop end

generate output


Inputs are already captured as domain ontology along with relationships.

Just thinking to capture the  above problem solving steps in ontology.

If I capture as concept and call as task ontology?
or a process ontology?
people are talking widely on all these kinds of ontology?
how t
can i use protege itself to capture such concept?
how to capture the looping part?

I am new to the field.
kindly do suggest me.



 -sharmi



Message: 2

Date: Sat, 18 May 2013 22:12:14 -0700
From: 
To: protege-owl <at> lists.stanford.edu
Subject: Re: [protege-owl] task ontology
Message-ID: <51985F2E.40902 <at> stanford.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi Sharmi,

Sure you can make a task ontology, or any other ontology, in Protege!
You just need to be able to answer for yourself some questions, such as:
what are the concepts (classes) that you want to represent, what are the
properties that you want to capture about those concepts, or
relationships between those concepts (annotation, data and object
properties), and what are concrete instances of those concepts
(individuals), in case you need them represented in the ontology. Once
you have the ontology, you would also need to decide how you would use
this ontology to resolve a certain problem (e.g. within a software).

Csongor

_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
sharmi m | 22 May 2013 11:13
Picon

Fwd: how to remove prefix from individual names?



---------- Forwarded message ----------
From: sharmi m <sharmi.reachme <at> gmail.com>
Date: Wed, May 22, 2013 at 12:42 AM
Subject: how to remove prefix from individual names?
To: protege-owl-request <at> lists.stanford.edu


Dear Friends,

I have loaded an Ontology and accessing its components using owl-api.

Using the SampleOntology.getIndividualsInSignature() method , I could access all the individuals.

But it is being displayed with prefix name (full path)

How to remove prefix and get only the individual name alone?

kindly do suggest me

_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
Alexander Garcia Castro | 20 May 2013 01:13
Picon

Research and Polemics at Sepublica

We are pleased to invite you all to the Sepublica Workshop
(http://sepublica.mywikipaper.org/drupal/). We are
having a full day workshop on the 26th. Peter Murray Rust is one of
our keynote speakers; we are having news from the American
Psychological Association as well as from the Cochrane Organization,
how are they facing the transition? what is their understanding of
semantic web technology? how are they using SW technology? what is
their path to innovation? you will have the opportunity to discuss
with them at Sepublica.

For your convenience here is the list of accepted papers and polemics.
All polemics are available online at
http://event.knowledgeblog.org/event/sepublica-2013; comments are
welcome.

Sepublica , SUNDAY, MAY 26TH, 2013

9:35-10:00 Keynote, Peter Murray-Rust
10:00-10:05 Q&A

10:05-10:25 Chris Mavergames, Silver Oliver and Lorne Becker
“Systematic Reviews as an interface to the web of (trial) data: Using
PICO as an ontology for knowledge synthesis in evidence-based
healthcare research”
10:25-10:30 Q&A

10:30-11:00 Coffee break

11:00-11:20 Phillip Lord and Lindsay Marshall, “Twenty-Five Shades of
Greycite: Semantics for referencing and preservation”
11:20-11:25 Q&A

11:25-11:45 Leyla Jael García Castro, Rafael Berlanga, Dietrich
Rebholz-Schuhmann and Alexander Garcia,  “Connections across
scientific publications based on semantic annotations”
11:45-11:50 Q&A

11:50-12:10 Sara Magliacane and Paul Groth, “Repurposing Benchmark
Corpora for Reconstructing Provenance”
12:10-12:15 Q&A

12:15-12:35 Angelo Di Iorio, Andrea Giovanni Nuzzolese and Silvio
Peroni, “Towards the automatic identification of the nature of
citations”
12:35-12:40 Q&A

12:40-14 Lunch

14:00-14:30 Keynote
14:30-14-40 Q&A

14:40-15:00 Best Paper, José Manuel Gómez-Pérez, Esteban García, Jun
Zhao, Aleix Garrido and José Enrique Ruiz, “How Reliable is Your
workflow: Monitoring Decay in Scholarly Publications”
15:00-15:05 Q&A

15:30-16 Coffee break

16:00-16-30 Polemics and outrageous ideas
16:30-17:30 Round table discussion

 17:30 End

Polemics, please comment  http://event.knowledgeblog.org/event/sepublica-2013

Flash Mob Science, Open Innovation and Semantic Publishing
by Hal Warren, Bryan Dennis, and Eva Winer (American Psychological Association)

Science, Semantic Web and Execuses
by Idafen Santana Pérez, Daniel Garijo, Oscar Corcho

Future of scholarly publishing/semantic publishing
Chris Mavergames, http://www.cochrane.org/

Linked Research
Sarven Capadisli

--
Alexander Garcia
http://www.alexandergarcia.name/
http://www.usefilm.com/photographer/75943.html
http://www.linkedin.com/in/alexgarciac
_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03

Alexander Garcia Castro | 19 May 2013 23:02
Picon

Research and Polemics at Sepublica

We are pleased to invite you all to the Sepublica Workshop. We are
having a full day workshop on the 26th. Peter Murray Rust is one of
our keynote speakers; we are having news from the American
Psychological Association as well as from the Cochrane Organization,
how are they facing the transition? what is their understanding of
semantic web technology? how are they using SW technology? what is
their path to innovation? you will have the opportunity to discuss
with them at Sepublica.

For your connivance here is the list of accepted papers and polemics.
All polemics are available online at
http://event.knowledgeblog.org/event/sepublica-2013; comments are
welcome.

Sepublica , SUNDAY, MAY 26TH, 2013

9:35-10:00 Keynote, Peter Murray-Rust
10:00-10:05 Q&A

10:05-10:25 Chris Mavergames, Silver Oliver and Lorne Becker
“Systematic Reviews as an interface to the web of (trial) data: Using
PICO as an ontology for knowledge synthesis in evidence-based
healthcare research”
10:25-10:30 Q&A

10:30-11:00 Coffee break

11:00-11:20 Phillip Lord and Lindsay Marshall, “Twenty-Five Shades of
Greycite: Semantics for referencing and preservation”
11:20-11:25 Q&A

11:25-11:45 Leyla Jael García Castro, Rafael Berlanga, Dietrich
Rebholz-Schuhmann and Alexander Garcia,  “Connections across
scientific publications based on semantic annotations”
11:45-11:50 Q&A

11:50-12:10 Sara Magliacane and Paul Groth, “Repurposing Benchmark
Corpora for Reconstructing Provenance”
12:10-12:15 Q&A

12:15-12:35 Angelo Di Iorio, Andrea Giovanni Nuzzolese and Silvio
Peroni, “Towards the automatic identification of the nature of
citations”
12:35-12:40 Q&A

12:40-14 Lunch

14:00-14:30 Keynote
14:30-14-40 Q&A

14:40-15:00 Best Paper, José Manuel Gómez-Pérez, Esteban García, Jun
Zhao, Aleix Garrido and José Enrique Ruiz, “How Reliable is Your
workflow: Monitoring Decay in Scholarly Publications”
15:00-15:05 Q&A

15:30-16 Coffee break

16:00-16-30 Polemics and outrageous ideas
16:30-17:30 Round table discussion

 17:30 End

Polemics, please comment  http://event.knowledgeblog.org/event/sepublica-2013

Flash Mob Science, Open Innovation and Semantic Publishing
by Hal Warren, Bryan Dennis, and Eva Winer (American Psychological Association)

Science, Semantic Web and Execuses
by Idafen Santana Pérez, Daniel Garijo, Oscar Corcho

Future of scholarly publishing/semantic publishing
Chris Mavergames, http://www.cochrane.org/

Linked Research
Sarven Capadisli

--
Alexander Garcia
http://www.alexandergarcia.name/
http://www.usefilm.com/photographer/75943.html
http://www.linkedin.com/in/alexgarciac
_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03

Cristina Pascual | 19 May 2013 08:29
Picon

Deadline extension: ICSEA 2013 || October 27 - November 1, 2013 - Venice, Italy


INVITATION:

=================
Please consider to contribute to and/or forward to the appropriate groups the following opportunity to
submit and publish original scientific results to ICSEA 2013.

The submission deadline is June 12, 2013.

Authors of selected papers will be invited to submit extended article versions to one of the IARIA
Journals: http://www.iariajournals.org
=================

============== ICSEA 2013 | Call for Papers ===============

CALL FOR PAPERS, TUTORIALS, PANELS

ICSEA 2013, The Eighth International Conference on Software Engineering Advances

October 27 - November 1, 2013 - Venice, Italy

General page: http://www.iaria.org/conferences2013/ICSEA13.html

Call for Papers: http://www.iaria.org/conferences2013/CfPICSEA13.html

- regular papers

- short papers (work in progress)

- posters

Submission page: http://www.iaria.org/conferences2013/SubmitICSEA13.html

Submission deadline: June 12, 2013

Sponsored by IARIA, www.iaria.org
Extended versions of selected papers will be published in IARIA Journals:  http://www.iariajournals.org
Print proceedings will be available via Curran Associates, Inc.: http://www.proceedings.com/9769.html
]Articles will be archived in the free access ThinkMind Digital Library: http://www.thinkmind.org

Please note the Poster and Work in Progress options.

The topics suggested by the conference can be discussed in term of concepts, state of the art, research,
standards, implementations, running experiments, applications, and industrial case studies.
Authors are invited to submit complete unpublished papers, which are not under review in any other
conference or journal in the following, but not limited to, topic areas.

All tracks are open to both research and industry contributions, in terms of Regular papers, Posters, Work
in progress, Technical/marketing/business presentations, Demos, Tutorials, and Panels.

Before submission, please check and comply with the Editorial rules: http://www.iaria.org/editorialrules.html

ICSEA 2013 Topics (topics and submission details: see CfP on the site)

Advances in fundamentals for software development

Fundamentals in software development; Software architecture, patterns, frameworks; Software
analysis and model checking; Software architectural scalability; Requirements engineering and
design; Software design (methodologies, patterns, experiences, views, design by contract, design by
responsibilities, etc.); Software modeling (OO, non-OO, MDA, SOA, patterns, UML, etc.); Software
process and workflow; Software validation and verification; Software testing and testing tools;
Software implementation; Software project management (risk analysis, dependencies, etc.)

Advanced mechanisms for software development

Software composition; Process composition and refactoring; Co-design and codeplay; Software
dependencies; Plug&play software; Adaptive software; Context-sensitive software; Policy-driven
software design; Software rejuvenation; Feature interaction detection and resolution; Embedded
software; Parallel and distributed software

Advanced design tools for developing software

Formal specifications in software; Programming mechanisms (real-time, multi-threads, etc.);
Programming techniques (feature-oriented, aspects-oriented, generative programming,
agents-oriented, contextual-oriented, incremental, stratified, etc.); Requirement specification
languages; Programming languages; Automation of software design and implementation; Software design
with highly distributed resources (GRID); Web service based software; Scenario-based model
synthesis; Merging partial behavioral models; Partial goal/requirement satisfaction

Advanced facilities for accessing software

Information modeling; GUI related software; Computer-aided software design; Hierarchical APIs; APIs
roles in software development; Ontology support for Web Services; Rapid prototyping tools; Embedded
software quality; Thread modeling; Flexible Objects; Use cases; Visual Modeling

Software performance

Software performance modeling; Software performance engineering (UML diagrams, Process algebra,
Petri nets, etc.); Software performance requirements; Performance forecast for specific
applications; Performance testing; Web-service based software performance; Performance of
rule-based software; Methods for performance improvements; Software performance experience
reports; Program failures experiences; Error ranking via correlation; Empirical evaluation of defects

Software security, privacy, safeness

Security requirements, design, and engineering; Software safety and security; Security, privacy and
safeness in software; Software vulnerabilities; Assessing risks in software; Software for online
banking and transactions; Software trace analysis; Software uncertainties; Dynamic detection of
likely invariants; Human trust in interactive software; Memory safety; Safety software reuse; High
confidence software; Trusted computing; Next generation secure computing

Advances in software testing

Formal approaches for test specifications; Advanced testing methodologies; Static and dynamic
analysis; Strategies for testing nondeterministic systems; Testing software releases; Generating
tests suites; Evolutionary testing of embedded systems; Algorithmic testing; Exhaustive testing;
Black-box testing; Testing at the design level; Testing reactive software; Empirical evaluation

Specialized software advanced applications

Database related software; Software for disaster recovery applications; Software for mobile vehicles;
Biomedical-related software; Biometrics related software; Mission critical software; Real-time
software; E-health related software; Military software; Crisis-situation software; Software for
Bluetooth and mobile phones; Multimedia software applications

Web Accessibility

Design approaches, techniques,  and tools to support Web accessibility; Best practices for evaluation,
testing reviews and repair techniques; Accessibility across the entire system lifecycle;
Accessibility within e-organizations: good practices and experiences; Industry and research
collaboration, learning from practice, and technology transfer; Mobile Internet-Web Accessibility;
Developing user interfaces for different devices; Dealing with different interaction modalities; Web
authoring guidelines and tools; Accessibility and other core areas related to the Web user experience;
(UX): Usability, Findability, Valuability, Credibility, etc.; Innovations in assistive
technologies for the Web; Accessible graphic formats and tools for their creation; Adaptive Web
accessibility; Accessibility a
 nd information architecture; Universally accessible graphical design approaches; User Profiling;
Cognitive and behavioral psychology of end user experiences and scenarios

Open source software

Open source software (OSS) methodologies; OSS development and debugging; Security in OSS; Performance
of OSS; OSS roles and responsibilities; OSS incremental development; Division of labor and
coordination mechanisms; Distribution of decision-making; Operational boundaries; Experience
reports and lessons learned; Versioning management; Towards generalizing the OSS methodologies and
practices; Open source licensing; Industrial movement towards open source

Agile software techniques

Agile software methodologies and practices (extreme programming, scrum, feature-driven, etc.); Agile
modeling (serial in the large, iterative in the small); Agile model driven design; Agile methodologies
for embedded software; Software metrics for agile projects; Lifecycle for agile software development;
Agile user experience design; Agility via program automation; Testing into an agile environment; Agile
project planning; Agile unified process

Software deployment and maintenance

Software in small and large organizations; Deploying and maintaining open source software; Software
maintenance; Software assurance; Patching; Run-time vulnerability checking; Software
rejuvenation; Software updates; Partial or temporary feature deprecation; Multi-point software
deployment and configuration; On-line software updates

Software engineering techniques, metrics, and formalisms

Software reuse; Software quality metrics (complexity, empiric metrics, etc.); Software
re-engineering (reverse engineering); Software composition; Software integration; Consistency
checking; Real-time software development; Temporal specification; Model checking; Theorem provers;
Modular reasoning; Petri Nets; Formalisms for behavior specification; Advanced techniques for
autonomic components and systems

Business technology

Enterprise Content Managements (ECMs); Business Intelligence (BI); Enterprise Portals; Business
Process Management (BPM); Corporate Performance Management (CPM); Enterprise Data Warehouse; Web
Publishing; Cloud Computing; Virtualisation; Data Mining; Workflows; Business Rules Management
(BRM); Data Capturing

Software economics, adoption, and education

Patenting software; Software licensing; Software economics; Software engineering education;
Academic and industrial views on software adoption and education; Good-to-great in software adoption
and improvement; Software knowledge management

Improving productivity in research on software engineering

Developing frameworks to support research; Methods and tools to improving the research environment;
Supporting domain specific research needs; Teaching research skills in Computer Science; Experience
reports on well developed research processes; Experience reports on empirical approaches to software
engineering research; Approaches to supporting higher degree students in their research; Approaches
to enlarge the research / teaching nexus to improve academics productivity; Approaches to integration
between university research and industry research; Tools to support the research process

------------------------
Committee: http://www.iaria.org/conferences2013/ComICSEA13.html
================================================
_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03

sharmi m | 19 May 2013 03:37
Picon

task ontology

Dear Friends,

Is it possible to build task ontology using protege?
If not..how to make it ? what is the parser to be used?

Looking forward ur reply
_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03

Bai Wei | 16 May 2013 12:34
Picon

Use SWRL in protege

Hi all

Is there any toturial about using SWRL in protege? I can not find any excutable example that use math built-ins of SWRL in protege. Does anyone could give me some examples that use SWRL in protege? Many thanks!

Best Regards,

Wei Bai
_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
Chang Liu | 14 May 2013 17:31
Picon

CFP: CGC2013 (Cloud and Green Computing) and SCA2013 (Social Computing and its Applications)


CFP: CGC2013 (Cloud and Green Computing) and SCA2013 (Social Computing and its Applications)

Joint Call for Papers:

CGC2013 - 2013 The 3rd International Conference on Cloud and Green Computing, Sept 30th to Oct 2nd 2013, Karlsruhe, Germany.
Website: http://socialcloud.aifb.uni-karlsruhe.de/confs/CGC2013/
 
SCA2013 - 2013 The 3rd International Conference on Social Computing and Its Applications, Sept 30th to Oct 2nd 2013, Karlsruhe, Germany.
Website: http://socialcloud.aifb.uni-karlsruhe.de/confs/SCA2013/
 
 
Key dates:
Submission Deadline: June 15, 2013 (extended, firm)
Authors Notification: July 10, 2013
Final Manuscript Due: August 12, 2013
Registration Due: August 12, 2013
 
Proceedings Publication:
Proceedings will be published by IEEE CS Press (EI index).

Special issues:
CGC2013 (Cloud and Green Computing) and SCA2013 (Social Computing and its Applications): Distinguised papers will be selected for special issues in Concurrency and Computation: Practice and Experience; Journal of Network and Computer Applications, Personal and Ubiquitous Computing, or Journal of Systems and Software.

 
----------------------------------------------------------------------------------------------------
CGC2013 - 2013 The 3rd International Conference on Cloud and Green Computing
----------------------------------------------------------------------------------------------------
Topics (not limited to):

·   Fundamentals of cloud computing
·   Architectural cloud models
·   Programming cloud models
·   Provisioning/pricing cloud models
·   Volumn, Velocity and Variety of Big Data on Cloud
·   Resource scheduling and SLA for Big Data on Cloud
·   Storage and computation management of Big Data on Cloud
·   Large-scale scientific workflow in support of Big Data processing on Cloud
·   Big Data mining and analytics
·   Multiple source data processing and integration on Cloud
·   Visualisation of Big Data on Cloud
·   MapReduce for Big Data processing
·   Distributed file storage of Big Data on Cloud
·   Data storage and computation in cloud computing
·   Resource and large-scale job scheduling in cloud computing
·   Security, privacy, trust, risk in cloud computing
·   Fault tolerance and reliability in cloud computing
·   Access control to cloud computing
·   Resource virtualisation
·   Monitoring and auditing in cloud
·   Scalable and elastic cloud services
·   Social computing and impacts on the cloud
·   Innovative HCI and touch-screen models and technologies to cloud
·   Mobile commerce, handheld commerce and e-markets on cloud
·   Intelligent/agent-based cloud computing
·   Migration of business applications to cloud
·   Cloud use case studies
·   Fundamentals of green computing
·   Energy aware software, hardware and middleware
·   Energy efficient IT architecture
·   Energy efficient resource scheduling and optimisation
·   Energy efficient clustering and computing
·   Large-scale energy aware data storage and computation
·   Energy aware control, monitoring and HCI design
·   Energy efficient networking and operation
·   Energy efficient design of VLSI and micro-architecture
·   Intelligent energy management
·   Green data centers
·   Energy aware resource usage and consumption
·   Smart power grid and virtual power stations
·   Energy policy, social behaviour and government management
·   Teleworking, tele-conferences and virtual meeting
·   Low power electronics and energy recycling
·   Green computing case studies
·   Energy efficient Internet of Things
·   Energy efficient cloud architecture
·   Energy aware data storage and computation in cloud computing
·   Energy aware scheduling, monitoring, auditing in cloud
·   Case studies of green cloud computing.


Submission Guidelines

Submissions must include an abstract, keywords, the e-mail address of the corresponding author and should not exceed 8 pages for main conference, including tables and figures in IEEE CS format. The template files for LATEX or WORD can be downloaded here. All paper submissions must represent original and unpublished work. Each submission will be peer reviewed by at least three program committee members. Submission of a paper should be regarded as an undertaking that, should the paper be accepted, at least one of the authors will register for the conference and present the work. Submit your paper(s) in PDF file at the CGC2013 submission site: https://www.easychair.org/conferences/?conf=cgc2013. Authors of accepted papers, or at least one of them, are requested to register and present their work at the conference, otherwise their papers may be removed from the digital libraries of IEEE CS and EI after the conference.
 
General Chairs
    Manish Parashar, Rutgers University, USA
    Christof Weinhardt, Karlsruhe Institute of Technology, Germany

Steering Committee
    Mohammed Atiquzzaman, University of Oklahoma, USA
    Rajkumar Buyya, The University of Melbourne, Australia
    Jinjun Chen, University of Technology, Sydney, Australia (Chair)
    Jack Dongarra, University of Tennessee, USA
    Schahram Dustdar, Vienna University of Technology, Austria
    Geoffrey Fox, Indiana University, USA
    Andrzej Goscinski, Deakin University, Australia
    Hai Jin, Huazhong University of Science and Technology, China
    Anthony D. Joseph, UC Berkeley, USA
    Laurent Lefevre, INRIA, Ecole Normale Superieure de Lyon, University of Lyon, France
    Jianxun Liu, Hunan University of Science and Technology, China
    Manish Parashar, Rutgers University, USA
    Ivan Stojmenovic, University of Ottawa, Canada
    Jordi Torres, Technical University of Catalonia, Spain
    Laurence T. Yang, St Francis Xavier University, Canada (Chair)

Program Chairs
    Laurent Lefevre, INRIA, Ecole Normale Superieure de Lyon, University of Lyon, France
    Rizos Sakellariou, University of Manchester, UK
    Thomas Setzer, FZI, Germany

Tutorial Chair
    Simone Ludwig, North Dakota State University, USA

Workshop Chairs
    Kyle Chard, University of Chicago, USA
    Omer Rana, Cardiff University, UK

Publication Chair
    Jinjun Chen, University of Technology, Sydney, Australia

Publicity Chair
    Martin Chorley, Cardiff University, UK

Local Organization
    Simon Caton, Karlsruhe Institute of Technology, Germany (chair)
    Margeret Hall, Karlsruhe Institute of Technology, Germany
    Wibke Michalk, Karlsruhe Institute of Technology, Germany

 
---------------------------------------------------------------------------------------------------------------
SCA2013 - 2013 The 3rd International Conference on Social Computing and Its Applications
---------------------------------------------------------------------------------------------------------------
Topics (not limited to):
 * Fundamentals of social computing
* Modelling of social behaviour
* Social network analysis and mining
* Computational models of social simulation
* Web 2.0 and semantic web
* Innovative HCI and touch-screen models
* Modelling of social conventions and social contexts
* Social cognition and social intelligence
* Social media analytics and intelligence
* Group formation and evolution
* Security, privacy, trust, risk and cryptography in social contexts
* Social system design and architectures
* Information retrieval, data mining, artificial intelligence and agent-based technology
 * Group interaction, collaboration, representation and profiling
* Handheld/mobile social computing
* Service science and service oriented interaction design
* Cultural patterns and representation
* Emotional intelligence, opinion representation, influence process
* Mobile commerce, handheld commerce and e-markets
* Connected e-health in social networks
* Social policy and government management
* Social blog, micro-blog, public blog, internet forum
* Business social software systems
* Impact on peoples activities in complex and dynamic environments
* Collaborative filtering, mining and prediction
* Social computing applications and case studies
 
Submission Guidelines
Submissions must include an abstract, keywords, the e-mail address of the corresponding author and should not exceed 8 pages for main conference, including tables and figures in IEEE CS format. The template files for LATEX or WORD can be downloaded here. All paper submissions must represent original and unpublished work. Each submission will be peer reviewed by at least three program committee members. Submission of a paper should be regarded as an undertaking that, should the paper be accepted, at least one of the authors will register for the conference and present the work. Submit your paper(s) in PDF file at the SCA2013 submission site: https://www.easychair.org/conferences/?conf=sca2013. Authors of accepted papers, or at least one of them, are requested to register and present their work at the conference, otherwise their papers may be removed from the digital libraries of IEEE CS and EI after the conference.

General Chair
    Shaun Lawson, University of Lincoln, UK

Steering Committee
    Jinjun Chen, University of Technology, Sydney, Australia (Chair)
    Adrian David Cheok, National University of Singapore, Singapore
    Wesley Chu, University of California, USA
    Igor Hawryszkiewycz, University of Technology, Sydney, Australia
    Irwin King, The Chinese University of Hongkong, China
    Shaun Lawson, University of Lincoln, UK
    Jiming Liu, Hong Kong Baptist University, China
    Jianhua Ma, Hosei University, Japan
    Craig Standing, Edith Cowan University, Australia
    V.S. Subrahmanian, University of Maryland, USA
    Feiyue Wang, Chinese Academia of Science, China
    Laurence T. Yang, St Francis Xavier University, Canada (Chair)
    John Yen, Pennsylvania State University, USA
    Program Chairs
    Barbara Carminati, University of Insubria, Italy
    Georg Groh, Technical University Munich, Germany
    Panayiotis Zaphiris, Cyprus University of Technology, Cyprus

Tutorial Chair
    Jasminko Novak, University of Applied Sciences Stralsund / European Institute for Participatory Media, Germany

Workshop Chairs
    Kyle Chard, University of Chicago, USA
    Omer Rana, Cardiff University, UK

Publication Chair
    Jinjun Chen, University of Technology, Sydney, Australia

Publicity Chair
    Martin Chorley, Cardiff University, UK

Local Organization
    Simon Caton, Karlsruhe Institute of Technology, Germany (chair)
    Margeret Hall, Karlsruhe Institute of Technology, Germany
    Wibke Michalk, Karlsruhe Institute of Technology, Germany











_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
Cristina Pascual | 9 May 2013 09:46
Picon

Last Mile: UBICOMM 2013 || September 29 - October 3, 2013 - Porto, Portugal


INVITATION:

=================

Please consider to contribute to and/or forward to the appropriate groups the following opportunity to
submit and publish original scientific results to UBICOMM 2013.

The submission deadline is May 17, 2013.

Authors of selected papers will be invited to submit extended article versions to one of the IARIA
Journals: http://www.iariajournals.org

=================

============== UBICOMM 2013 | Call for Papers ===============

CALL FOR PAPERS, TUTORIALS, PANELS

UBICOMM 2013, The Seventh International Conference on Mobile Ubiquitous Computing, Systems, Services
and Technologies
September 29 - October 3, 2013 - Porto, Portugal

General page: http://www.iaria.org/conferences2013/UBICOMM13.html

Call for Papers: http://www.iaria.org/conferences2013/CfPUBICOMM13.html

- regular papers
- short papers (work in progress)
- posters

Submission page: http://www.iaria.org/conferences2013/SubmitUBICOMM13.html

Submission deadline: May 17, 2013

Sponsored by IARIA, www.iaria.org
Extended versions of selected papers will be published in IARIA Journals:  http://www.iariajournals.org
Print proceedings will be available via Curran Associates, Inc.: http://www.proceedings.com/9769.html
Articles will be archived in the free access ThinkMind Digital Library: http://www.thinkmind.org

Please note the Poster and Work in Progress options.

The topics suggested by the conference can be discussed in term of concepts, state of the art, research,
standards, implementations, running experiments, applications, and industrial case studies.
Authors are invited to submit complete unpublished papers, which are not under review in any other
conference or journal in the following, but not limited to, topic areas.

All tracks are open to both research and industry contributions, in terms of Regular papers, Posters, Work
in progress, Technical/marketing/business presentations, Demos, Tutorials, and Panels.

Before submission, please check and comply with the Editorial rules: http://www.iaria.org/editorialrules.html

UBICOMM 2013 Topics (topics and submission details: see CfP on the site)

Fundamentals

   Semantics of ubiquity; Ubiquitous knowledge; Knowledge discovery mechanisms; Profiling ubiquitous
environments; Ubiquitous technologies for education, learning, and training

Mobility

   Ubiquitous computing; Wearable computing; Mobile computing; Nomadic computing; Mobile commerce;
Mobile learning

Information Ubiquity

   Ubiquitous information appliances; Information retrieval and filtering; Context awareness; Control
of ubiquitous data; Data management and processing; Data replication, migration and dissemination;
Ubiquitous computing and  Internet of Things

Ubiquitous Multimedia Systems and Processing

   Multimedia content recognition, indexing and search; Mobile graphics, games and entertainment;
Ubiquitous multimedia applications and systems; Streaming mobile multimedia; Mobile media
management; Multimedia ubiquitous platforms; Multimedia Indexing and Compression; Image and Signal
Processing; Virtual reality in ubiquitous systems

Wireless Technologies

   Bluetooth; 802.11.x; 802.15.x; ZigBee; WiMax

Web Services

   Web 2.0; Semantic web; Web services; Ontology; Web Services evolution; Web Services applications

Ubiquitous networks

   Ubiquitous networks; Network management; Network performance evaluation; Networks and technology
convergence; Internet access in ubiquitous systems; Ubiquitous mesh, ad hoc and sensor networks; RFID;
Reconfigurability and personalization of ubiquitous networks

Ubiquitous devices and operative systems

   Design of devices for ubiquitous systems; Mobile devices; Wearable devices; Embedded systems;
Operative systems for ubiquitous devices; Real-time operating systems and scheduling

Ubiquitous mobile services and protocols

   Frameworks, architectures, and languages for ubiquitous services; Queries, transactions and
workflows in mobile and ubiquitous Networks; Algorithms for ubiquitous systems; SLA/QoS in ubiquitous
services; Ontology based services; Location-based services; Protocols and interaction mechanisms
for ubiquitous services; Mobile services and service convergence; Service discovery mechanisms;
Tracking in ubiquitous environments; Measurement, control, and management of ubiquitous services;
Design and development of ubiquitous services; Wireless/mobile service delivery

Ubiquitous software and security

   Ambient components; Agent technologies; Software for spontaneous interoperation; Dependability
guarantees; Security; Key Management and Authentication; Trust; Privacy; Fault-tolerance;
Multimedia Information Security

Collaborative ubiquitous systems

   Cooperative networks for ubiquitous systems; Cooperative applications for ubiquitous networks;
Handheld and wearable systems for interaction in collaborative groups and communities; Ad hoc
collaboration in ubiquitous computing environments; Awareness of collaboration and of work
environment; Inherently mobile collaborative work

Users, applications, and business models

   Mobile user interfaces; Ubiquitous user-generated content (weblogs, wikis, etc.); Mobile and
ubiquitous computing support for collaborative learning; User modeling and personalization;
Context- and location-aware applications; Toolkits, testbeds, development environments; Tools and
techniques for designing, implementing, & evaluating ubiquitous systems; Constructing, deploying
and prototyping of ubiquitous applications; Evaluation of user models for ubiquitous environments;
On-line analytical techniques; Human-computer interaction in ubiquitous computing environments;
Ubiquitous e-Development (business, science, health, etc.); Case Studies; Emerging
industrial/business/scientific ubiquitous scenarios; Ambient intelligence; Social issues and
implications of ubiquitous system

----------------------
Committee: http://www.iaria.org/conferences2013/ComUBICOMM13.html
================================================ 
_______________________________________________
protege-owl mailing list
protege-owl <at> lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-owl

Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03


Gmane