IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Bibliographies - Index - Glossaires Discussion :

Bibliographie en latex


Sujet :

Bibliographies - Index - Glossaires

  1. #1
    Membre à l'essai
    Femme Profil pro
    tunisie
    Inscrit en
    Novembre 2016
    Messages
    19
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : Tunisie

    Informations professionnelles :
    Activité : tunisie
    Secteur : Enseignement

    Informations forums :
    Inscription : Novembre 2016
    Messages : 19
    Points : 18
    Points
    18
    Par défaut Bibliographie en latex
    Bonjour à tous,
    J'ai créer ma fichier Bibtex qui contient tout les références que je les utilisent, mais lors de l'exécution de ma fichier.tex dans la partie Bibliographie certains références n’apparaît pas en plus les références cités dans le documents tex sont mal cités (ont de fausses numérotation).
    Merci de me guider.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    @misc{R1,
    title = {The TPC-H benchmark.},
    note = {www.tpc.org/tpch.}
    }
     
    @misc{R2,
    title = {Implementation du TPC-H dans MySQL.},
    note = { https://sites.google.com/site/halitsch88 /Implementation-TPC-H-schema-into-MySQL-DBMS.}
    }
     
     
    @misc{R3,
    title = {Salesforce.},
    note = {https://www.salesforce.com/.}
    }
     
    @misc{R4,
    title = {Salesforce1 Platform.},
    note = {https://www.salesforce.com/products/platform/overview/.}
    }
     
     
    @misc{R5,
    title = {Google Apps Engine.},
    note = {https://cloud.google.com/.}
    }
     
    @misc{R6,
    title = {Amazon EC2 Pricing.},
    note = {http ://aws.amazon.com/ec2/pricing/.}
    }
     
    @misc{R7,
    title = {Type d'instance Amazon EC2.},
    note = {https://aws.amazon.com/fr/ec2/instance-types/.}
    }
     
     
    @misc{R8,
    title = {Service Web Amazon EC2.},
    note = {https://aws.amazon.com/fr/ec2/.}
    }
     
    @misc{R9,
    title = {Service Web Amazon S3.},
    note = {https://aws.amazon.com/fr/s3/.}
    }
     
     
    @misc{R10,
    title = {Service Web Amazon EBS.},
    note = {https://aws.amazon.com/fr/ebs/.}
    }
     
     
     
     
    @inproceedings{baril2003selection,
      title={Selection of materialized views: A cost-based approach},
      author={Baril, Xavier and Bellahsene, Zohra},
      booktitle={International Conference on Advanced Information Systems Engineering},
      pages={665--680},
      year={2003},
      organization={Springer}
    }
     
     
     
    @inproceedings{derakhshan2006simulated,
      title={Simulated Annealing for Materialized View Selection in Data Warehousing Environment.},
      author={Derakhshan, Roozbeh and Dehne, Frank KHA and Korn, Othmar and Stantic, Bela},
      booktitle={Databases and applications},
      pages={89--94},
      year={2006}
    }
     
     
     
    @inproceedings{derakhshan2008parallel,
      title={Parallel simulated annealing for materialized view selection in data warehousing environments},
      author={Derakhshan, Roozbeh and Stantic, Bela and Korn, Othmar and Dehne, Frank},
      booktitle={International Conference on Algorithms and Architectures for Parallel Processing},
      pages={121--132},
      year={2008},
      organization={Springer}
    }
     
     
    @inproceedings{gupta1997selection,
      title={Selection of views to materialize in a data warehouse},
      author={Gupta, Himanshu},
      booktitle={International Conference on Database Theory},
      pages={98--112},
      year={1997},
      organization={Springer}
    }
     
     
    @inproceedings{roy2000efficient,
      title={Efficient and extensible algorithms for multi query optimization},
      author={Roy, Prasan and Seshadri, Srinivasan and Sudarshan, S and Bhobe, Siddhesh},
      booktitle={ACM SIGMOD Record},
      volume={29},
      number={2},
      pages={249--260},
      year={2000},
      organization={ACM}
    }
     
     
     
    @inproceedings{mami2011modeling,
      title={Modeling view selection as a constraint satisfaction problem},
      author={Mami, Imene and Coletta, Remi and Bellahsene, Zohra},
      booktitle={International Conference on Database and Expert Systems Applications},
      pages={396--410},
      year={2011},
      organization={Springer}
    }
     
     
    @article{horng2003applying,
      title={Applying evolutionary algorithms to materialized view selection in a data warehouse},
      author={Horng, J-T and Chang, Y-J and Liu, B-J},
      journal={Soft Computing},
      volume={7},
      number={8},
      pages={574--581},
      year={2003},
      publisher={Springer}
    }
     
     
    @inproceedings{yang1997algorithms,
      title={Algorithms for materialized view design in data warehousing environment},
      author={Yang, Jian and Karlapalem, Kamalakar and Li, Qing},
      booktitle={VLDB},
      volume={97},
      pages={25--29},
      year={1997}
    }
     
     
    @article{zhang2001evolutionary,
      title={An evolutionary approach to materialized views selection in a data warehouse environment},
      author={Zhang, Chuan and Yao, Xin and Yang, Jian},
      journal={IEEE Transactions on Systems, Man, and Cybernetics, Part C (Applications and Reviews)},
      volume={31},
      number={3},
      pages={282--294},
      year={2001},
      publisher={IEEE}
    }
     
     
    @inproceedings{harinarayan1996implementing,
      title={Implementing data cubes efficiently},
      author={Harinarayan, Venky and Rajaraman, Anand and Ullman, Jeffrey D},
      booktitle={Acm Sigmod Record},
      volume={25},
      number={2},
      pages={205--216},
      year={1996},
      organization={ACM}
    }
     
     
     
     
    @article{kalnis2002view,
      title={View selection using randomized search},
      author={Kalnis, Panos and Mamoulis, Nikos and Papadias, Dimitris},
      journal={Data \& Knowledge Engineering},
      volume={42},
      number={1},
      pages={89--111},
      year={2002},
      publisher={Elsevier}
    }
     
     
    @article{yu2003materialized,
      title={Materialized view selection as constrained evolutionary optimization},
      author={Yu, Jeffrey Xu and Yao, Xin and Choi, Chi-Hon and Gou, Gang},
      journal={IEEE Transactions on Systems, Man, and Cybernetics, Part C (Applications and Reviews)},
      volume={33},
      number={4},
      pages={458--467},
      year={2003},
      publisher={IEEE}
    }
     
     
    @inproceedings{ye2005extended,
      title={Extended derivation cube based view materialization selection in distributed data warehouse},
      author={Ye, Wei and Gu, Ning and Yang, Genxing and Liu, Zhenyu},
      booktitle={International Conference on Web-Age Information Management},
      pages={245--256},
      year={2005},
      organization={Springer}
    }
     
     
    @inproceedings{bauer2003solving,
      title={On solving the view selection problem in distributed data warehouse architectures},
      author={Bauer, Andreas and Lehner, Wolfgang},
      booktitle={null},
      pages={43},
      year={2003},
      organization={IEEE}
    }
     
     
    @article{theodoratos2001view,
      title={View selection for designing the global data warehouse},
      author={Theodoratos, Dimitri and Ligoudistianos, Spyros and Sellis, Timos},
      journal={Data \& Knowledge Engineering},
      volume={39},
      number={3},
      pages={219--240},
      year={2001},
      publisher={Elsevier}
    }
     
     
    @article{goasdoue2011view,
      title={View selection in semantic web databases},
      author={Goasdou{\'e}, Fran{\c{c}}ois and Karanasos, Konstantinos and Leblay, Julien and Manolescu, Ioana},
      journal={Proceedings of the VLDB Endowment},
      volume={5},
      number={2},
      pages={97--108},
      year={2011},
      publisher={VLDB Endowment}
    }
     
     
    @inproceedings{agrawal2000automated,
      title={Automated selection of materialized views and indexes in SQL databases},
      author={Agrawal, Sanjay and Chaudhuri, Surajit and Narasayya, Vivek R},
      booktitle={VLDB},
      volume={2000},
      pages={496--505},
      year={2000}
    }
     
     
     
    @inproceedings{chaves2009towards,
      title={Towards materialized view selection for distributed databases},
      author={Chaves, Leonardo Weiss F and Buchmann, Erik and Hueske, Fabian and B{\"o}hm, Klemens},
      booktitle={Proceedings of the 12th International Conference on Extending Database Technology: Advances in Database Technology},
      pages={1088--1099},
      year={2009},
      organization={ACM}
    }
     
     
     
     
     
    @article{chirkova2002formal,
      title={A formal perspective on the view selection problem},
      author={Chirkova, Rada and Halevy, Alon Y and Suciu, Dan},
      journal={The VLDB Journal—The International Journal on Very Large Data Bases},
      volume={11},
      number={3},
      pages={216--237},
      year={2002},
      publisher={Springer-Verlag New York, Inc.}
    }
     
     
     
    @inproceedings{hanusse2009algorithmes,
      title={Algorithmes pour la s{\'e}lection de vues {\`a} mat{\'e}rialiser avec garantie de performance.},
      author={Hanusse, Nicolas and Maabout, Sofian and Tofan, Radu},
      booktitle={EDA},
      pages={107--122},
      year={2009}
    }
     
     
     
    @article{aouiche2009data,
      title={Data mining-based materialized view and index selection in data warehouses},
      author={Aouiche, Kamel and Darmont, J{\'e}r{\^o}me},
      journal={Journal of Intelligent Information Systems},
      volume={33},
      number={1},
      pages={65--93},
      year={2009},
      publisher={Springer}
    }
     
     
    @inproceedings{perriot2013modeles,
      title={Mod{\`e}les de co{\^u}t pour la s{\'e}lection de vues mat{\'e}rialis{\'e}es dans le nuage, application aux services Amazon EC2 et S3},
      author={Perriot, Romain and Pfeiffer, J{\'e}r{\'e}my and d'Orazio, Laurent and Bachelet, Bruno and Bimonte, Sandro and Darmont, J{\'e}r{\^o}me},
      booktitle={9{\`e}mes journ{\'e}es francophones sur les Entrep{\^o}ts de Donn{\'e}es et l'Analyse en ligne (EDA 2013)},
      pages={53--68},
      year={2013},
      organization={Hermann}
    }
     
     
     
    @article{mami2012survey,
      title={A survey of view selection methods},
      author={Mami, Imene and Bellahsene, Zohra},
      journal={ACM SIGMOD Record},
      volume={41},
      number={1},
      pages={20--29},
      year={2012},
      publisher={ACM}
    }
     
     
     
    @inproceedings{mami2012view,
      title={View selection under multiple resource constraints in a distributed context},
      author={Mami, Imene and Bellahsene, Zohra and Coletta, Remi},
      booktitle={International Conference on Database and Expert Systems Applications},
      pages={281--296},
      year={2012},
      organization={Springer}
    }
     
     
    @article{karde2010selection,
      title={Selection of materialized views using query optimization in database management: An efficient methodology},
      author={Karde, P and Thakare, V},
      journal={International Journal of Management Systems},
      volume={2},
      pages={116--130},
      year={2010}
    }
     
     
    @article{gupta2005selection,
      title={Selection of views to materialize in a data warehouse},
      author={Gupta, Himanshu and Mumick, Inderpal Singh},
      journal={IEEE Transactions on Knowledge and Data Engineering},
      volume={17},
      number={1},
      pages={24--43},
      year={2005},
      publisher={IEEE}
    }
     
    @phdthesis{mami2012declarative,
      title={A Declarative Approach to Modeling and Solving the View Selection Problem},
      author={Mami, Imene},
      year={2012},
      school={Universit{\'e} Montpellier II-Sciences et Techniques du Languedoc}
    }

    Nom : biblio.png
Affichages : 706
Taille : 49,0 Ko

  2. #2
    Invité
    Invité(e)
    Par défaut
    Bonjour,

    Seules les références cités apparaissent dans la bibliographie. Pour le second problème, peut-on avoir un ECM ?

  3. #3
    Membre à l'essai
    Femme Profil pro
    tunisie
    Inscrit en
    Novembre 2016
    Messages
    19
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : Tunisie

    Informations professionnelles :
    Activité : tunisie
    Secteur : Enseignement

    Informations forums :
    Inscription : Novembre 2016
    Messages : 19
    Points : 18
    Points
    18
    Par défaut
    Bonsoir,

    Si je met \nocite{*} elle pris en considération les références non cités.

Discussions similaires

  1. Bibliographie en Latex
    Par blili dans le forum Bibliographies - Index - Glossaires
    Réponses: 3
    Dernier message: 29/05/2012, 13h41
  2. Bibliographie en Latex (problème avec le fichier bbl)
    Par DebutantC dans le forum Bibliographies - Index - Glossaires
    Réponses: 1
    Dernier message: 31/08/2011, 10h50
  3. style de bibliographie en latex
    Par Christinita dans le forum Bibliographies - Index - Glossaires
    Réponses: 6
    Dernier message: 16/09/2010, 19h16
  4. bibliographie url latex
    Par ma3toura dans le forum Bibliographies - Index - Glossaires
    Réponses: 1
    Dernier message: 03/06/2010, 08h44
  5. Bibliographie sous Latex - TexShop
    Par Pharmacos dans le forum Bibliographies - Index - Glossaires
    Réponses: 2
    Dernier message: 04/08/2008, 14h22

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo