@INPROCEEDINGS{
(...)
TITLE = "ION Framework - A Simulation Environment for Worlds with Virtual Agent",
(...)
}
The result was:
(...) Ion framework - A simulation environment for worlds with virtual agents (...)
The solution was to add brackets to the field as shown below:
@INPROCEEDINGS{
(...)
TITLE = "{ION Framework - A Simulation Environment for Worlds with Virtual Agent}",
(...)
}
And it worked fine:
(...) ION framework - A simulation environment for worlds with virtual agents (...)