Data Sharing, Distribution and Updating Using Social
Coding Community Github and LATEX Packages in Graduate Research
Presented at
Integration of the Education and Science: Challenges of the Modern World
Kazakh-Russian International University
Aktobe, Kazakhstan
Polina Lemenkova
pauline dot lemenkova at gmail dot com
May 13, 2015
Table of Contents
Outline
1. Introduction
GitHub. What Does is Mean?
GitHub: Shared Creativity
GitHub: Creative Sharing
2. Advantages of Web-Service GitHub
LATEX: Advantages over Traditional Text Editors
3. How to Create Personal Repository ?
Step 1: Key Generation
Step 2: User Registration
Step 3: Generating Project
Step 4: Maintaining Project Push and Update
4. Typesetting Thesis in LATEX
5. Why Using GitHub ?
Functionality of GitHub
Advantages of GitHub in Academia
System of Control and Revision
Maintained Privacy
Online Feature of GitHub: Data-Sharing
6. A Case Study of Using GitHub
Project Interface in the Github Environment
Example of Research Progress
Adding New Data to the Project
Access to the Project
7. Popularization
8. Conclusion
9. Discussion
10. Résumé
11. Thanks
12. Bibliography
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 2 31
Introduction GitHub. What Does is Mean?
Some Facts
• Octocat (Octopus + Cat) is a symbol of
GitHub. It symbolizes sharing a project.
• GitHub is available for free which is useful
for students and researchers
• Slogan of GitHub: ’Social Coding’, i.e. ’let’s
code it together’.
• It refers to the programming, but in this
presentation I show using GitHub for MSc
thesis
• GitHub - a web-service for hosting (i.e.
serving and maintenance) of IT-projects
online, as well as their development by
multiple authors (incl. graduate projects
development).
• GitHub is initially aimed at version control
system Git (used in programming)
• GitHub is written in the programming
language "Erlang" and "Ruby", a framework
Ruby on Rails
• GitHub was created by GitHub, Inc, USA.
The first private repository was established
in 2008.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 3 31
Introduction GitHub: Shared Creativity
GitHub: Shared Creativity
GitHub allows viewing and editing texts: make edits, change current versions in collective access;
work together on the current version of the project; add new colleagues for collective work
(convenient, for example, when a group of students write a common fieldwork report). GitHub
maintains colored syntax highlighting: added parts of code/text are colored green, deleted parts of
code/text – red. Example: below (fragment of my MSc thesis code).
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 4 31
Introduction GitHub: Creative Sharing
GitHub: Creative Sharing
• Github allows adding various data types:
code, graphics, etc.
• Github allows control latest changes,
discuss and discuss work with students,
post any comments directly into the text,
add online comments
• Github allows registered users to add
current version changes to the repository of
the current project.
• Github keeps all update versions in the
current projects online
• Github gives the opportunity for data sharing
• Github enables coworking
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 5 31
Advantages of Web-Service GitHub
Advantages of Web-Service GitHub
• Online repositories
• Possibilities for co-authorship
• Creating PhD/MSc/BSc theses
• Presenting research works
• Writing and updating articles
• Archive of scientific works
• Sharing with colleagues
• Notification of current updates
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 6 31
Advantages of Web-Service GitHub LATEX : Advantages over Traditional Text Editors
LATEX : Advantages over Traditional Text Editors
There are a number of drawbacks when using traditional programs for writing theses (e.g., MS
Word). These difficulties are essential when writing a thesis:
• Continuous numbering of the test and illustrations breaks when changing or adding new ones
in the middle of the text (which must be corrected manually)
• In case of MS Word, student has to double-check all references to literary sources again,
which complicates the work and leads to mechanical difficulties and lengthy monotonous
corrections.
• LATEX has a built-in flexible system of bibliographic cross-referencing in the list of references,
which enables making automatic linking to the bib sources, as well as updating links.
• LATEX has a built-in BibTeX package that enables compiling bibliography in active mode and
leaves hyper refs a d live links toreferences, i.e. Instantly editable if necessary.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 7 31
How to Create Personal Repository ? Step 1: Key Generation
Step 1: Key Generation
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 8 31
How to Create Personal Repository ? Step 2: User Registration
Step 2: User Registration
git config - global user.email ’youexample.com’
git config - global user.name ’Your Name’ set up
user’s account default identity
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 9 31
How to Create Personal Repository ? Step 3: Generating Project
Step 3: Generating Project
Key Commands and Tools: ’git init’ - initiation project from scratch. ’git add
files’ - selecting all files for the project. (texts,
tables, graphs, maps, figures).
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 10 31
How to Create Personal Repository ? Step 4: Maintaining Project Push and Update
Project Push and Update
• git commit -a -m ’name of update’
• e.g.: git commit -a -m ’added tables No 14,
15, 17’
• ’git diff’ - a key command of GitHub,
• ’git diff’ - detects and recognizes all updates
in the text
• ’git diff’ highlights them green/red,
respectively
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 11 31
Typesetting Thesis in LATEX
Typesetting Thesis in LATEX
Example of structuring text in a thesis with the help of mark up language used to highlight text
when writing codes with a high level of nesting, allows you to quickly navigate the work:
paragraphs, highlighting text, indentation, multi-level markings, making tabs, hierarchical
structuring (chapters, sections, sub-sections, paragraphs), multi-level indents from the red line.
This allows to quickly read and navigate within the text.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 12 31
Why Using GitHub ? Functionality of GitHub
Syntax Coloring
• Important feature of Github: built-in color
management for updated code
• All recent updates are syntactically
highlighted green in the command line
• Added text, lines and whole fragments and
paragraphs of paragraphs are colored green
• On the contrary, selected sections of text
deleted from the last session are colored
red.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 13 31
Why Using GitHub ? Advantages of GitHub in Academia
Advantages of GitHub in Academia
Time Monitoring
Using GitHub facilitates monitoring research progress and to assess the work done recently, to
timely response to the comments and corrections of colleagues.
Retrospective Editing
Retrospective and comparative editing of texts in the Github environment allows to return to the
old, previous version of the work, saved a while ago, to cancel updates.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 14 31
Why Using GitHub ? System of Control and Revision
System of Control and Revision
All versions and changes of the thesis are recorded and available in the system. Thus, using
GitHub revision control system and text code management, the project was regularly updated.
Hence, supervisors can regularly monitor the project.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 15 31
Why Using GitHub ? Maintained Privacy
Unpublished Works
Both public and private repositories are maintained: the colleague/co-author/supervisors may
receive private links to the current version of research and have access to the work.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 16 31
Why Using GitHub ? Online Feature of GitHub: Data-Sharing
Online Feature of GitHub: Data-Sharing
Github’s use of the standard command line
interface in programming
• Adding current version changes to the
repository of the current project.
• Supports both a public repository and a
closed one in limited access (private).
• Keeping closed unpublished works, with
restricted access to coworkers.
• Successfully defended dissertations,
master’s projects and theses can be posted
in open access.
• Access is configured for both the general
public and the university archive.
• Data can be stored there for an unlimited
time.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 17 31
A Case Study of Using GitHub
A Case Study of Using GitHub
A case study of using GitHub: my MSc thesis.
• MSc Thesis “Seagrass Mapping and Monitoring
Along the Coasts of Crete, Greece”, defended in
Netherlands, University of Twente, Faculty of GIS
and Earth Observation, 2011.
• Written using text editor LATEX using GitHub
• Original source: on my GitHub webpage.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 18 31
A Case Study of Using GitHub Project Interface in the Github Environment
Project Interface in the Github Environment
Opportunities
GitHub: excellent opportunities in academia for supervisors, students, lecturers, researchers.
Monitoring
The use of LATEX and Github provided timely access for the project’s supervisors to monitor
research progress
Examples
Updating Unlike traditional MS Word, combination of LATEX and Github allowed supervisors to
check current progress on-line as updates, comments and corrections made.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 19 31
A Case Study of Using GitHub Example of Research Progress
Example of Research Progress
New text is highlighted in green, deleted
paragraphs are highlighted in red.
Current research progress can be easily
monitored and specific project updates
highlighted and commented
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 20 31
A Case Study of Using GitHub Adding New Data to the Project
Adding New Data to the Project
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 21 31
A Case Study of Using GitHub Access to the Project
Access to the Project
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 22 31
Popularization
Actuality of Using GitHub
Audience
Despite obvious advantages and prospects of the GitHub service, the majority of its users are
programmers and IT specialists. Using GitHub in academia is still limited.
Popularization in Academia
There is an need to popularize and demonstrate the GitHub service and environment in the
student and academic environment: in research centers, universities, institutes.
Examples
Geologists: Getting acquainted with GitHub would be of especial advantage for faculties of natural
and Earth sciences, since they often have common fieldwork data and projects.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 23 31
Conclusion
Conclusion
Current problem with GitHub and LATEX is their non-popularity in academia caused by following
reasons.
Student Works
Some students are not informed about the LATEX or GitHub and do not know how to use them. The
functionality of these tools, multifunctional environments should be popularized.
Difficulty of Learning Curve
GitHub and LATEX are sometimes regard ed as difficult programs. The basics of using LATEX and
GitHub should be initially studied for some time, but it is rewarding. Further advantages of using
TEX and GitHub are obvious and worth the efforts and time to master them.
Examples
Advantages: Joint combination of using LATEX and GitHub facilitates writing, typesetting and
managing versions upgrades while working on a project.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 24 31
Discussion
Discussion
Opportunities
Traditional for IT industry and programmers, GitHub offers great opportunities for effective
collaboration such as ’student-supervisor’ or ’group of students’ or ’group of colleagues’. Unlike
traditional programs, the use of innovative technologies of text editors, such as LATEX and data
archiving such as GitHub allows supervisor to monitor student’s research progress.
Advantages
A great advantage of GitHub consists in its color syntax and maintaining history of updates
versions. The presentation demonstrated conceptual principles of the Github and LATEX.
Possibilities
The possibilities for collaborative data sharing, research progress updating and creative works are
illustrated. Current work is a technical illustration of using IT in education.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 25 31
Résumé
Résumé
Résumé
This work aimed to give an example of the effective use of the GitHub web service specifically in
an academic environment. The case study was given to a MSc thesis that was written completely
using LATEX and GitHub. The presentation illustrated how specifically one can apply new
technologies and innovative approaches in the educational environment.
Highlights
Technical issues of running project, creating repositories, making updates, adding new files to the
system are demonstrated with a series of screenshot illustrations of the process. Important
conceptual features and advantages of using Github and LATEX in the academic environment are
listed and discussed.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 26 31
Thanks
Thanks
Thank you for attention !
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 27 31
Bibliography
Bibliography I
1 S. Gauger, G. Kuhn, K. Gohl, T. Feigl, P. Lemenkova, and C. Hillenbrand, “Swath-bathymetric mapping”, The expedition ANTARKTIS-XXIII/4 of the Res.
Vessel ’Polarstern’ in 2006. Berichte zur Polar- und Meeresforschung // Rep. on Polar and Marine Res. 557, edited by K. Gohl, 38–45, ISSN: 1618-3193
(2007), https://www.coldregions.org/vufind/Record/288392, In English Ant. Acc. No.: 85104. CRREL Acc. No.: 63000887; illus., incl. sketch
maps.
2 K. Gohl, G. Eagles, G. B. Udintsev, R. D. Larter, G. Uenzelmann-Neben, H. W. Schenke, P. Lemenkova, J. Grobys, N. Parsiegla, P. Schlueter, T. Deen,
G. Kuhn, and C. D. Hillenbrand, “Tectonic and Sedimentary Processes of the West Antarctic Margin of the Amundsen Sea Embayment and Pine Island
Bay”, in 2nd Open Science Conference 29th SCAR on ’Antarctica in the Earth System’ (), https://www.scar.org/events/.
3 K. Gohl, G. Uenzelmann-Neben, G. Eagles, A. Fahl, T. Feigl, J. Grobys, J. Just, V. Leinweber, N. Lensch, C. Mayr, N. Parsiegla, N. Rackebrandt,
P. Schloter, S. Suckro, K. Zimmermann, S. Gauger, H. Bohlmann, G. L. Netzeband, and P. Lemenkova, Crustal and Sedimentary Structures and
Geodynamic Evolution of the West Antarctic Continental Margin and Pine Island Bay, (Bremerhaven, Germany, 2006),
https://epic.Alfred%20Wegener%20Institute.de/29852/1/PE_75.pdf.
4 M. Klauˇco, B. Gregorová, U. Stankov, V. Markovi´c, and P. Lemenkova, “Landscape metrics as indicator for ecological significance: assessment of Sitno
Natura 2000 sites, Slovakia”, in Ecology and environmental protection, Proceedings of International Conference (2014), pp. 85–90,
http://elib.bsu.by/handle/123456789/103362.
5 M. Klauˇco, B. Gregorová, U. Stankov, V. Markovi´c, and P. Lemenkova, “Determination of ecological significance based on geostatistical assessment: a
case study from the Slovak Natura 2000 protected area”, Central European Journal of Geosciences 5, 28–42, ISSN: 1896-1517 (2013),
https://www.degruyter.com/view/j/geo.2013.5.issue-1/s13533-012-0120-0/s13533-012-0120-0.xml?format=INT.
6 G. Kuhn, C. Hass, M. Kober, M. Petitat, T. Feigl, C. D. Hillenbrand, S. Kruger, M. Forwick, S. Gauger, and P. Lemenkova, The response of quaternary
climatic cycles in the South-East Pacific: development of the opal belt and dynamics behavior of the West Antarctic ice sheet, (Bremerhaven, Germany,
2006), https://epic.Alfred%20Wegener%20Institute.de/29852/1/PE_75.pdf.
7 P. Lemenkova, “Satellite image based mapping of wetland tundra landscapes using ilwis gis”, Russian, in Actual problems of the state and management of
water resources, Proceedings of the International Conference, edited by A. V. Kusakin and T. N. Efimova (2015), pp. 110–113, ISBN: 978-5-9903856-9-6,
https://elibrary.ru/item.asp?id=24613025.
8 P. Lemenkova, “Mapping agricultural lands by means of GIS for monitoring use of natural resources”, Russian, in Actual problems of the conservation and
development of biological resources, Proceedings of the International Conference, edited by I. M. Donnik, B. A. Voronin, I. P. Zorina, and N. V. Roshchina
(2015), pp. 226–229, ISBN: 978-5-87203-374-5.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 28 31
Bibliography
Bibliography II
9 P. Lemenkova, “Spatial Analysis for Environmental Mapping of Šumava National Park”, in 6th annual pgs conference, Conference Abstracts (2015), p. 53,
https://www.natur.cuni.cz/fakulta/zivotni-prostredi/aktuality/prilohy-a-obrazky/konference/pgs-koference-2015-
program.
10P. Lemenkova, “Processing Remote Sensing Data Using Erdas Imagine for Mapping Aegean Sea Region, Turkey”, in Informatics, Problems, methodology,
technologies, Proceedings of 15th International Conference, Vol. 3 (2015), pp. 11–15, ISBN: 5-9273-0681-0,
https://elibrary.ru/item.asp?id=26663916.
11P. Lemenkova, “Google Earth web service as a support for GIS mapping in geospatial research at universities”, Russian and English, in Web-technologies
in the educational space, Problems, approaches, perspectives, Proceedings of the International Conference, edited by S. V. Aryutkina and S. V. Napalkov
(Mar. 2015), pp. 460–464, ISBN: 978-5-9906469-1-9, https://elibrary.ru/item.asp?id=23426340.
12P. Lemenkova, “Satellite Image Based Mapping of Wetland Tundra Landscapes Using ILWIS GIS”, in Actual problems of the state and management of
water resources (Mar. 19, 2015).
13P. Lemenkova, “Risks of Cryogenic Landslide Hazards and Their Impact on Ecosystems in Cold Environments”, in The effects of irrigation and drainage on
rural and urban landscapes, Book of Abstracts, 1st International Symposium (2014), p. 27, https://www.irrigation-Management.eu/.
14P. Lemenkova, “Detection of Vegetation Coverage in Urban Agglomeration of Brussels by NDVI Indicator Using eCognition Software and Remote Sensing
Measurements”, in Gis and remote sensing, Gis day, Proceedings of the 3rd International Conference, edited by H. Manandyan (2014), pp. 112–119.
15P. Lemenkova, “Cost-Effective Raster Image Processing for Geoecological Analysis using ISOCLUST Classifier: a Case Study of Estonian Landscapes”, in
Modern problems of geoecology and landscapes studies, Proceedings of the 5th International Conference, edited by A. N. Vitchenko, G. I. Martsinkevich,
B. P. Vlasov, N. V. Gagina, and V. M. Yatsukhno (2014), pp. 74–76, ISBN: 978-985-476-629-4,
https://www.elib.bsu.by/bitstream/123456789/103641/1/geoconf80.pdf.
16P. Lemenkova, “Rural Sustainability and Management of Natural Resources in Tian Shan Region, Central Asia”, in International conference ’celebrating
pastoral life’, Heritage and economic develop. Proceedings International Conference, edited by F. Papageorgiou (2014), pp. 81–89, ISBN:
978-960-6676-22-2.
17P. Lemenkova, “Opportunities for Classes of Geography in the High School: the Use of ’CORINE’ Project Data, Satellite Images and IDRISI GIS for
Geovisualization”, in Perspectives for the development of higher education, Proceedings of 7th International Conference, edited by V. Pestis, A. A. Duduk,
A. V. Sviridov, and S. I. Yurgel (2014), pp. 284–286, ISBN: 978-985-537-042-1,
https://www.ggau.by/downloads/prints/Sbornik_72014_konferencii_perspektivy_razvitija_vysshej_shkoly.pdf.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 29 31
Bibliography
Bibliography III
18P. Lemenkova, “Monitoring changes in agricultural landscapes of Central Europe, Hungary: application of ILWIS GIS for image processing”, in
Geoinformatics: theoretical and applied aspects, Proceedings of 12th International Conference (2013).
19P. Lemenkova, “Geospatial Technology for Land Cover Analysis”, Middle East and Africa (MEA) Geospatial Digest (2013),
https://www.geospatialworld.net/article/geospatial-technology-for-land-cover-analysis/, e-magazine (periodical).
20P. Lemenkova, “Impacts of Climate Change on Landscapes in Central Europe, Hungary”, in Current Problems of Ecology, Ecological monitoring and
management of natural protection, Proceedings of 8th International Conference, Vol. 2 (2012), pp. 134–136,
https://elib.grsu.by/katalog/173327-393652.pdf.
21P. Lemenkova, “Water Supply and Usage in Central Asia, Tian Shan Basin”, in Civil eng., architecture & environmental protection, Phidac-2012,
Proceedings of the 4th International Symposium for Doctoral studies in the Fields of Civil Engineering, Architecture & Environmental Protection, edited by
Z. Grdic and G. Toplicic-Curcic (Sept. 2012), pp. 331–338, ISBN: 978-86-88601-05-4.
22P. Lemenkova, “Seagrass Mapping and Monitoring Along the Coasts of Crete, Greece”, M.Sc. Thesis (University of Twente, Faculty of Earth Observation
and Geoinformation (ITC), Enschede, Netherands, Mar. 8, 2011), 158 pp., https://thesiscommons.org/p4h9v.
23P. Lemenkova, “Using ArcGIS in Teaching Geosciences”, Russian, B.Sc. Thesis (Lomonosov Moscow State University, Faculty of Educational Studies,
Moscow, Russia, June 5, 2007), 58 pp., https://thesiscommons.org/nmjgz.
24P. Lemenkova, “Geoecological Mapping of the Barents and Pechora Seas”, Russian, B.Sc. Thesis (Lomonosov Moscow State University, Faculty of
Geography, Deparmnet of Cartography and Geoinformatics, Moscow, Russia, May 18, 2004), 78 pp., https://thesiscommons.org/bvwcr.
25P. Lemenkova, Ecological and Geographical Mapping of the Baltic Sea Region in the Gulf of Finland, Russian, Moscow, Russia: Lomonosov Moscow State
University, Mar. 30, 2002, https://zenodo.org/record/2574447, Term Paper.
26P. Lemenkova and I. Elek, “Clustering Algorithm in ILWIS GIS for Classification of Landsat TM Scenes: a Case Study of Mecsek Hills Region, Hungary”, in
Geosciences and environment, Near-surface geophysics, Proceedings 3rd International Conference, edited by S. Komatina-Petrovic (2012).
27P. Lemenkova, B. Forbes, and T. Kumpula, “Mapping Land Cover Changes Using Landsat TM: A Case Study of Yamal Ecosystems, Arctic Russia”, in
Geoinformatics: theoretical and applied aspects, Proceedings of the 11th International Conference (2012),
https://elibrary.ru/item.asp?id=24527736.
28H. W. Schenke and P. Lemenkova, “Zur Frage der Meeresboden-Kartographie: Die Nutzung von AutoTrace Digitizer für die Vektorisierung der
Bathymetrischen Daten in der Petschora-See”, German, Hydrographische Nachrichten 25, 16–21, ISSN: 0934-7747 (2008).
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 30 31
Bibliography
Bibliography IV
29I. Suetova, L. Ushakova, and P. Lemenkova, “Geoecological Mapping of the Barents Sea Using GIS”, in Digital cartography & gis for sustainable
development of territories, Proceedings of the International Cartographic Conference (2005), https://icaci.org/icc2005/.
30I. Suetova, L. Ushakova, and P. Lemenkova, “Geoinformation mapping of the Barents and Pechora Seas”, Geography and Natural Resources 4, edited by
V. A. Snytko, 138–142, ISSN: 1875-3728 (2005), http://www.izdatgeo.ru/journal.php?action=output&id=3&lang_num=2&id_dop=68.
Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 31 31

More Related Content

PDF
Web-service GitHub and text editor LATEX as e ective tools of revision and co...
PPTX
PPTX
Git tutorial
PDF
Project Providers : Using a release server from LabVIEW
PPTX
Contributing to the AtoM documentation
PPT
PPTX
database.pptx
PDF
What Is GitHub.pdf in united state of amarica
Web-service GitHub and text editor LATEX as e ective tools of revision and co...
Git tutorial
Project Providers : Using a release server from LabVIEW
Contributing to the AtoM documentation
database.pptx
What Is GitHub.pdf in united state of amarica

Similar to Data Sharing, Distribution and Updating Using Social Coding Community Github and LaTeX Packages in Graduate Research (20)

PDF
Buy GitHub Account- 100% Secure Guarantee
PDF
Top 1 Sites To Buy Github Accounts In 2025
PDF
Buy GitHub Account with 5% discount now In 2025
PDF
GitHub Workflows for Technical Communication
PPTX
A prentation on github
PPTX
Github
DOCX
How to quickly buy GitHub accounts Midi mapping.2025.docx
PDF
Questions and Answers git and github.pdf
PPTX
Introductio to Git and GitHub Session 2 by gdg on campus kab
PDF
[2015/2016] Collaborative software development with Git
PDF
August OpenNTF Webinar - Git and GitHub Explained
PPTX
GitHub Event.pptx
PPTX
Migrating To GitHub
PPTX
Github 101 An Adventurer's Guide To Open Source
PDF
Git_Git_Lab_1664715263.pdf
PPTX
Git,Github,How to host using Github
PPTX
Hacktoberfest 2020 - Open source for beginners
PPTX
Get Git with It! A Developer's Workshop.pptx
PPTX
PyQtGraph evening
PDF
Best 7 Easy Ways To Buy GitHub Accounts in Proven Project.pdf
Buy GitHub Account- 100% Secure Guarantee
Top 1 Sites To Buy Github Accounts In 2025
Buy GitHub Account with 5% discount now In 2025
GitHub Workflows for Technical Communication
A prentation on github
Github
How to quickly buy GitHub accounts Midi mapping.2025.docx
Questions and Answers git and github.pdf
Introductio to Git and GitHub Session 2 by gdg on campus kab
[2015/2016] Collaborative software development with Git
August OpenNTF Webinar - Git and GitHub Explained
GitHub Event.pptx
Migrating To GitHub
Github 101 An Adventurer's Guide To Open Source
Git_Git_Lab_1664715263.pdf
Git,Github,How to host using Github
Hacktoberfest 2020 - Open source for beginners
Get Git with It! A Developer's Workshop.pptx
PyQtGraph evening
Best 7 Easy Ways To Buy GitHub Accounts in Proven Project.pdf
Ad

More from Universität Salzburg (20)

PDF
Biblioteca Salaborsa: Bologna, Italia. 231 Corso italiano semestrale Livello:...
PDF
Economic assessment of landslide risk for the Waidhofen a.d. Ybbs region, Alp...
PDF
Flood Hazard and Natural Risk Assessment: A Case Study of Bangladesh
PDF
Exploitation of historical analog seismological records by image processing a...
PDF
Portfolio in Cartography and Remote Sensing
PDF
Vectorising analog seismograms by techniques of machine learning for automate...
PDF
Studium oder Ausbildung? Die Auswahl der Jugendlichen heute in Deutschland
PDF
Tourisme en Belgique: Tourism in Belgium
PDF
Mapping landscapes of Africa using remote sensing data: detecting spatio-temp...
PDF
Accurate and rapid big spatial data processing by scripting cartographic algo...
PDF
Presentation lemenkova
PDF
Risks of Cryogenic Landslide Hazards and Their Impact on Ecosystems in Cold E...
PDF
Bringing Geospatial Analysis to the Social Studies: an Assessment of the City...
PDF
Detection of Vegetation Coverage in Urban Agglomeration of Brussels by NDVI I...
PDF
Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)
PDF
Interpretation of Landscape Values, Typology and Quality Using Methods of Spa...
PDF
Mapping Land Cover Changes Using Landsat TM: a Case Study of Yamal Ecosystems...
PDF
Economic assessment of landslide risk for the Waidhofen a.d. Ybbs region, Alp...
PDF
Quality assessment of data from CHRIS/PROBA
PDF
Conservation Area Designation in the Andes
Biblioteca Salaborsa: Bologna, Italia. 231 Corso italiano semestrale Livello:...
Economic assessment of landslide risk for the Waidhofen a.d. Ybbs region, Alp...
Flood Hazard and Natural Risk Assessment: A Case Study of Bangladesh
Exploitation of historical analog seismological records by image processing a...
Portfolio in Cartography and Remote Sensing
Vectorising analog seismograms by techniques of machine learning for automate...
Studium oder Ausbildung? Die Auswahl der Jugendlichen heute in Deutschland
Tourisme en Belgique: Tourism in Belgium
Mapping landscapes of Africa using remote sensing data: detecting spatio-temp...
Accurate and rapid big spatial data processing by scripting cartographic algo...
Presentation lemenkova
Risks of Cryogenic Landslide Hazards and Their Impact on Ecosystems in Cold E...
Bringing Geospatial Analysis to the Social Studies: an Assessment of the City...
Detection of Vegetation Coverage in Urban Agglomeration of Brussels by NDVI I...
Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)
Interpretation of Landscape Values, Typology and Quality Using Methods of Spa...
Mapping Land Cover Changes Using Landsat TM: a Case Study of Yamal Ecosystems...
Economic assessment of landslide risk for the Waidhofen a.d. Ybbs region, Alp...
Quality assessment of data from CHRIS/PROBA
Conservation Area Designation in the Andes
Ad

Recently uploaded (20)

PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PDF
Empowerment Technology for Senior High School Guide
PPTX
Introduction to pro and eukaryotes and differences.pptx
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
Uderstanding digital marketing and marketing stratergie for engaging the digi...
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
My India Quiz Book_20210205121199924.pdf
PDF
Trump Administration's workforce development strategy
PDF
advance database management system book.pdf
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PPTX
Computer Architecture Input Output Memory.pptx
AI-driven educational solutions for real-life interventions in the Philippine...
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Unit 4 Computer Architecture Multicore Processor.pptx
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
Empowerment Technology for Senior High School Guide
Introduction to pro and eukaryotes and differences.pptx
What if we spent less time fighting change, and more time building what’s rig...
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Cambridge-Practice-Tests-for-IELTS-12.docx
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Uderstanding digital marketing and marketing stratergie for engaging the digi...
FORM 1 BIOLOGY MIND MAPS and their schemes
LDMMIA Reiki Yoga Finals Review Spring Summer
My India Quiz Book_20210205121199924.pdf
Trump Administration's workforce development strategy
advance database management system book.pdf
Virtual and Augmented Reality in Current Scenario
Practical Manual AGRO-233 Principles and Practices of Natural Farming
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Computer Architecture Input Output Memory.pptx

Data Sharing, Distribution and Updating Using Social Coding Community Github and LaTeX Packages in Graduate Research

  • 1. Data Sharing, Distribution and Updating Using Social Coding Community Github and LATEX Packages in Graduate Research Presented at Integration of the Education and Science: Challenges of the Modern World Kazakh-Russian International University Aktobe, Kazakhstan Polina Lemenkova pauline dot lemenkova at gmail dot com May 13, 2015
  • 2. Table of Contents Outline 1. Introduction GitHub. What Does is Mean? GitHub: Shared Creativity GitHub: Creative Sharing 2. Advantages of Web-Service GitHub LATEX: Advantages over Traditional Text Editors 3. How to Create Personal Repository ? Step 1: Key Generation Step 2: User Registration Step 3: Generating Project Step 4: Maintaining Project Push and Update 4. Typesetting Thesis in LATEX 5. Why Using GitHub ? Functionality of GitHub Advantages of GitHub in Academia System of Control and Revision Maintained Privacy Online Feature of GitHub: Data-Sharing 6. A Case Study of Using GitHub Project Interface in the Github Environment Example of Research Progress Adding New Data to the Project Access to the Project 7. Popularization 8. Conclusion 9. Discussion 10. Résumé 11. Thanks 12. Bibliography Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 2 31
  • 3. Introduction GitHub. What Does is Mean? Some Facts • Octocat (Octopus + Cat) is a symbol of GitHub. It symbolizes sharing a project. • GitHub is available for free which is useful for students and researchers • Slogan of GitHub: ’Social Coding’, i.e. ’let’s code it together’. • It refers to the programming, but in this presentation I show using GitHub for MSc thesis • GitHub - a web-service for hosting (i.e. serving and maintenance) of IT-projects online, as well as their development by multiple authors (incl. graduate projects development). • GitHub is initially aimed at version control system Git (used in programming) • GitHub is written in the programming language "Erlang" and "Ruby", a framework Ruby on Rails • GitHub was created by GitHub, Inc, USA. The first private repository was established in 2008. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 3 31
  • 4. Introduction GitHub: Shared Creativity GitHub: Shared Creativity GitHub allows viewing and editing texts: make edits, change current versions in collective access; work together on the current version of the project; add new colleagues for collective work (convenient, for example, when a group of students write a common fieldwork report). GitHub maintains colored syntax highlighting: added parts of code/text are colored green, deleted parts of code/text – red. Example: below (fragment of my MSc thesis code). Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 4 31
  • 5. Introduction GitHub: Creative Sharing GitHub: Creative Sharing • Github allows adding various data types: code, graphics, etc. • Github allows control latest changes, discuss and discuss work with students, post any comments directly into the text, add online comments • Github allows registered users to add current version changes to the repository of the current project. • Github keeps all update versions in the current projects online • Github gives the opportunity for data sharing • Github enables coworking Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 5 31
  • 6. Advantages of Web-Service GitHub Advantages of Web-Service GitHub • Online repositories • Possibilities for co-authorship • Creating PhD/MSc/BSc theses • Presenting research works • Writing and updating articles • Archive of scientific works • Sharing with colleagues • Notification of current updates Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 6 31
  • 7. Advantages of Web-Service GitHub LATEX : Advantages over Traditional Text Editors LATEX : Advantages over Traditional Text Editors There are a number of drawbacks when using traditional programs for writing theses (e.g., MS Word). These difficulties are essential when writing a thesis: • Continuous numbering of the test and illustrations breaks when changing or adding new ones in the middle of the text (which must be corrected manually) • In case of MS Word, student has to double-check all references to literary sources again, which complicates the work and leads to mechanical difficulties and lengthy monotonous corrections. • LATEX has a built-in flexible system of bibliographic cross-referencing in the list of references, which enables making automatic linking to the bib sources, as well as updating links. • LATEX has a built-in BibTeX package that enables compiling bibliography in active mode and leaves hyper refs a d live links toreferences, i.e. Instantly editable if necessary. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 7 31
  • 8. How to Create Personal Repository ? Step 1: Key Generation Step 1: Key Generation Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 8 31
  • 9. How to Create Personal Repository ? Step 2: User Registration Step 2: User Registration git config - global user.email ’youexample.com’ git config - global user.name ’Your Name’ set up user’s account default identity Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 9 31
  • 10. How to Create Personal Repository ? Step 3: Generating Project Step 3: Generating Project Key Commands and Tools: ’git init’ - initiation project from scratch. ’git add files’ - selecting all files for the project. (texts, tables, graphs, maps, figures). Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 10 31
  • 11. How to Create Personal Repository ? Step 4: Maintaining Project Push and Update Project Push and Update • git commit -a -m ’name of update’ • e.g.: git commit -a -m ’added tables No 14, 15, 17’ • ’git diff’ - a key command of GitHub, • ’git diff’ - detects and recognizes all updates in the text • ’git diff’ highlights them green/red, respectively Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 11 31
  • 12. Typesetting Thesis in LATEX Typesetting Thesis in LATEX Example of structuring text in a thesis with the help of mark up language used to highlight text when writing codes with a high level of nesting, allows you to quickly navigate the work: paragraphs, highlighting text, indentation, multi-level markings, making tabs, hierarchical structuring (chapters, sections, sub-sections, paragraphs), multi-level indents from the red line. This allows to quickly read and navigate within the text. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 12 31
  • 13. Why Using GitHub ? Functionality of GitHub Syntax Coloring • Important feature of Github: built-in color management for updated code • All recent updates are syntactically highlighted green in the command line • Added text, lines and whole fragments and paragraphs of paragraphs are colored green • On the contrary, selected sections of text deleted from the last session are colored red. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 13 31
  • 14. Why Using GitHub ? Advantages of GitHub in Academia Advantages of GitHub in Academia Time Monitoring Using GitHub facilitates monitoring research progress and to assess the work done recently, to timely response to the comments and corrections of colleagues. Retrospective Editing Retrospective and comparative editing of texts in the Github environment allows to return to the old, previous version of the work, saved a while ago, to cancel updates. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 14 31
  • 15. Why Using GitHub ? System of Control and Revision System of Control and Revision All versions and changes of the thesis are recorded and available in the system. Thus, using GitHub revision control system and text code management, the project was regularly updated. Hence, supervisors can regularly monitor the project. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 15 31
  • 16. Why Using GitHub ? Maintained Privacy Unpublished Works Both public and private repositories are maintained: the colleague/co-author/supervisors may receive private links to the current version of research and have access to the work. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 16 31
  • 17. Why Using GitHub ? Online Feature of GitHub: Data-Sharing Online Feature of GitHub: Data-Sharing Github’s use of the standard command line interface in programming • Adding current version changes to the repository of the current project. • Supports both a public repository and a closed one in limited access (private). • Keeping closed unpublished works, with restricted access to coworkers. • Successfully defended dissertations, master’s projects and theses can be posted in open access. • Access is configured for both the general public and the university archive. • Data can be stored there for an unlimited time. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 17 31
  • 18. A Case Study of Using GitHub A Case Study of Using GitHub A case study of using GitHub: my MSc thesis. • MSc Thesis “Seagrass Mapping and Monitoring Along the Coasts of Crete, Greece”, defended in Netherlands, University of Twente, Faculty of GIS and Earth Observation, 2011. • Written using text editor LATEX using GitHub • Original source: on my GitHub webpage. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 18 31
  • 19. A Case Study of Using GitHub Project Interface in the Github Environment Project Interface in the Github Environment Opportunities GitHub: excellent opportunities in academia for supervisors, students, lecturers, researchers. Monitoring The use of LATEX and Github provided timely access for the project’s supervisors to monitor research progress Examples Updating Unlike traditional MS Word, combination of LATEX and Github allowed supervisors to check current progress on-line as updates, comments and corrections made. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 19 31
  • 20. A Case Study of Using GitHub Example of Research Progress Example of Research Progress New text is highlighted in green, deleted paragraphs are highlighted in red. Current research progress can be easily monitored and specific project updates highlighted and commented Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 20 31
  • 21. A Case Study of Using GitHub Adding New Data to the Project Adding New Data to the Project Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 21 31
  • 22. A Case Study of Using GitHub Access to the Project Access to the Project Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 22 31
  • 23. Popularization Actuality of Using GitHub Audience Despite obvious advantages and prospects of the GitHub service, the majority of its users are programmers and IT specialists. Using GitHub in academia is still limited. Popularization in Academia There is an need to popularize and demonstrate the GitHub service and environment in the student and academic environment: in research centers, universities, institutes. Examples Geologists: Getting acquainted with GitHub would be of especial advantage for faculties of natural and Earth sciences, since they often have common fieldwork data and projects. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 23 31
  • 24. Conclusion Conclusion Current problem with GitHub and LATEX is their non-popularity in academia caused by following reasons. Student Works Some students are not informed about the LATEX or GitHub and do not know how to use them. The functionality of these tools, multifunctional environments should be popularized. Difficulty of Learning Curve GitHub and LATEX are sometimes regard ed as difficult programs. The basics of using LATEX and GitHub should be initially studied for some time, but it is rewarding. Further advantages of using TEX and GitHub are obvious and worth the efforts and time to master them. Examples Advantages: Joint combination of using LATEX and GitHub facilitates writing, typesetting and managing versions upgrades while working on a project. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 24 31
  • 25. Discussion Discussion Opportunities Traditional for IT industry and programmers, GitHub offers great opportunities for effective collaboration such as ’student-supervisor’ or ’group of students’ or ’group of colleagues’. Unlike traditional programs, the use of innovative technologies of text editors, such as LATEX and data archiving such as GitHub allows supervisor to monitor student’s research progress. Advantages A great advantage of GitHub consists in its color syntax and maintaining history of updates versions. The presentation demonstrated conceptual principles of the Github and LATEX. Possibilities The possibilities for collaborative data sharing, research progress updating and creative works are illustrated. Current work is a technical illustration of using IT in education. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 25 31
  • 26. Résumé Résumé Résumé This work aimed to give an example of the effective use of the GitHub web service specifically in an academic environment. The case study was given to a MSc thesis that was written completely using LATEX and GitHub. The presentation illustrated how specifically one can apply new technologies and innovative approaches in the educational environment. Highlights Technical issues of running project, creating repositories, making updates, adding new files to the system are demonstrated with a series of screenshot illustrations of the process. Important conceptual features and advantages of using Github and LATEX in the academic environment are listed and discussed. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 26 31
  • 27. Thanks Thanks Thank you for attention ! Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 27 31
  • 28. Bibliography Bibliography I 1 S. Gauger, G. Kuhn, K. Gohl, T. Feigl, P. Lemenkova, and C. Hillenbrand, “Swath-bathymetric mapping”, The expedition ANTARKTIS-XXIII/4 of the Res. Vessel ’Polarstern’ in 2006. Berichte zur Polar- und Meeresforschung // Rep. on Polar and Marine Res. 557, edited by K. Gohl, 38–45, ISSN: 1618-3193 (2007), https://www.coldregions.org/vufind/Record/288392, In English Ant. Acc. No.: 85104. CRREL Acc. No.: 63000887; illus., incl. sketch maps. 2 K. Gohl, G. Eagles, G. B. Udintsev, R. D. Larter, G. Uenzelmann-Neben, H. W. Schenke, P. Lemenkova, J. Grobys, N. Parsiegla, P. Schlueter, T. Deen, G. Kuhn, and C. D. Hillenbrand, “Tectonic and Sedimentary Processes of the West Antarctic Margin of the Amundsen Sea Embayment and Pine Island Bay”, in 2nd Open Science Conference 29th SCAR on ’Antarctica in the Earth System’ (), https://www.scar.org/events/. 3 K. Gohl, G. Uenzelmann-Neben, G. Eagles, A. Fahl, T. Feigl, J. Grobys, J. Just, V. Leinweber, N. Lensch, C. Mayr, N. Parsiegla, N. Rackebrandt, P. Schloter, S. Suckro, K. Zimmermann, S. Gauger, H. Bohlmann, G. L. Netzeband, and P. Lemenkova, Crustal and Sedimentary Structures and Geodynamic Evolution of the West Antarctic Continental Margin and Pine Island Bay, (Bremerhaven, Germany, 2006), https://epic.Alfred%20Wegener%20Institute.de/29852/1/PE_75.pdf. 4 M. Klauˇco, B. Gregorová, U. Stankov, V. Markovi´c, and P. Lemenkova, “Landscape metrics as indicator for ecological significance: assessment of Sitno Natura 2000 sites, Slovakia”, in Ecology and environmental protection, Proceedings of International Conference (2014), pp. 85–90, http://elib.bsu.by/handle/123456789/103362. 5 M. Klauˇco, B. Gregorová, U. Stankov, V. Markovi´c, and P. Lemenkova, “Determination of ecological significance based on geostatistical assessment: a case study from the Slovak Natura 2000 protected area”, Central European Journal of Geosciences 5, 28–42, ISSN: 1896-1517 (2013), https://www.degruyter.com/view/j/geo.2013.5.issue-1/s13533-012-0120-0/s13533-012-0120-0.xml?format=INT. 6 G. Kuhn, C. Hass, M. Kober, M. Petitat, T. Feigl, C. D. Hillenbrand, S. Kruger, M. Forwick, S. Gauger, and P. Lemenkova, The response of quaternary climatic cycles in the South-East Pacific: development of the opal belt and dynamics behavior of the West Antarctic ice sheet, (Bremerhaven, Germany, 2006), https://epic.Alfred%20Wegener%20Institute.de/29852/1/PE_75.pdf. 7 P. Lemenkova, “Satellite image based mapping of wetland tundra landscapes using ilwis gis”, Russian, in Actual problems of the state and management of water resources, Proceedings of the International Conference, edited by A. V. Kusakin and T. N. Efimova (2015), pp. 110–113, ISBN: 978-5-9903856-9-6, https://elibrary.ru/item.asp?id=24613025. 8 P. Lemenkova, “Mapping agricultural lands by means of GIS for monitoring use of natural resources”, Russian, in Actual problems of the conservation and development of biological resources, Proceedings of the International Conference, edited by I. M. Donnik, B. A. Voronin, I. P. Zorina, and N. V. Roshchina (2015), pp. 226–229, ISBN: 978-5-87203-374-5. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 28 31
  • 29. Bibliography Bibliography II 9 P. Lemenkova, “Spatial Analysis for Environmental Mapping of Šumava National Park”, in 6th annual pgs conference, Conference Abstracts (2015), p. 53, https://www.natur.cuni.cz/fakulta/zivotni-prostredi/aktuality/prilohy-a-obrazky/konference/pgs-koference-2015- program. 10P. Lemenkova, “Processing Remote Sensing Data Using Erdas Imagine for Mapping Aegean Sea Region, Turkey”, in Informatics, Problems, methodology, technologies, Proceedings of 15th International Conference, Vol. 3 (2015), pp. 11–15, ISBN: 5-9273-0681-0, https://elibrary.ru/item.asp?id=26663916. 11P. Lemenkova, “Google Earth web service as a support for GIS mapping in geospatial research at universities”, Russian and English, in Web-technologies in the educational space, Problems, approaches, perspectives, Proceedings of the International Conference, edited by S. V. Aryutkina and S. V. Napalkov (Mar. 2015), pp. 460–464, ISBN: 978-5-9906469-1-9, https://elibrary.ru/item.asp?id=23426340. 12P. Lemenkova, “Satellite Image Based Mapping of Wetland Tundra Landscapes Using ILWIS GIS”, in Actual problems of the state and management of water resources (Mar. 19, 2015). 13P. Lemenkova, “Risks of Cryogenic Landslide Hazards and Their Impact on Ecosystems in Cold Environments”, in The effects of irrigation and drainage on rural and urban landscapes, Book of Abstracts, 1st International Symposium (2014), p. 27, https://www.irrigation-Management.eu/. 14P. Lemenkova, “Detection of Vegetation Coverage in Urban Agglomeration of Brussels by NDVI Indicator Using eCognition Software and Remote Sensing Measurements”, in Gis and remote sensing, Gis day, Proceedings of the 3rd International Conference, edited by H. Manandyan (2014), pp. 112–119. 15P. Lemenkova, “Cost-Effective Raster Image Processing for Geoecological Analysis using ISOCLUST Classifier: a Case Study of Estonian Landscapes”, in Modern problems of geoecology and landscapes studies, Proceedings of the 5th International Conference, edited by A. N. Vitchenko, G. I. Martsinkevich, B. P. Vlasov, N. V. Gagina, and V. M. Yatsukhno (2014), pp. 74–76, ISBN: 978-985-476-629-4, https://www.elib.bsu.by/bitstream/123456789/103641/1/geoconf80.pdf. 16P. Lemenkova, “Rural Sustainability and Management of Natural Resources in Tian Shan Region, Central Asia”, in International conference ’celebrating pastoral life’, Heritage and economic develop. Proceedings International Conference, edited by F. Papageorgiou (2014), pp. 81–89, ISBN: 978-960-6676-22-2. 17P. Lemenkova, “Opportunities for Classes of Geography in the High School: the Use of ’CORINE’ Project Data, Satellite Images and IDRISI GIS for Geovisualization”, in Perspectives for the development of higher education, Proceedings of 7th International Conference, edited by V. Pestis, A. A. Duduk, A. V. Sviridov, and S. I. Yurgel (2014), pp. 284–286, ISBN: 978-985-537-042-1, https://www.ggau.by/downloads/prints/Sbornik_72014_konferencii_perspektivy_razvitija_vysshej_shkoly.pdf. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 29 31
  • 30. Bibliography Bibliography III 18P. Lemenkova, “Monitoring changes in agricultural landscapes of Central Europe, Hungary: application of ILWIS GIS for image processing”, in Geoinformatics: theoretical and applied aspects, Proceedings of 12th International Conference (2013). 19P. Lemenkova, “Geospatial Technology for Land Cover Analysis”, Middle East and Africa (MEA) Geospatial Digest (2013), https://www.geospatialworld.net/article/geospatial-technology-for-land-cover-analysis/, e-magazine (periodical). 20P. Lemenkova, “Impacts of Climate Change on Landscapes in Central Europe, Hungary”, in Current Problems of Ecology, Ecological monitoring and management of natural protection, Proceedings of 8th International Conference, Vol. 2 (2012), pp. 134–136, https://elib.grsu.by/katalog/173327-393652.pdf. 21P. Lemenkova, “Water Supply and Usage in Central Asia, Tian Shan Basin”, in Civil eng., architecture & environmental protection, Phidac-2012, Proceedings of the 4th International Symposium for Doctoral studies in the Fields of Civil Engineering, Architecture & Environmental Protection, edited by Z. Grdic and G. Toplicic-Curcic (Sept. 2012), pp. 331–338, ISBN: 978-86-88601-05-4. 22P. Lemenkova, “Seagrass Mapping and Monitoring Along the Coasts of Crete, Greece”, M.Sc. Thesis (University of Twente, Faculty of Earth Observation and Geoinformation (ITC), Enschede, Netherands, Mar. 8, 2011), 158 pp., https://thesiscommons.org/p4h9v. 23P. Lemenkova, “Using ArcGIS in Teaching Geosciences”, Russian, B.Sc. Thesis (Lomonosov Moscow State University, Faculty of Educational Studies, Moscow, Russia, June 5, 2007), 58 pp., https://thesiscommons.org/nmjgz. 24P. Lemenkova, “Geoecological Mapping of the Barents and Pechora Seas”, Russian, B.Sc. Thesis (Lomonosov Moscow State University, Faculty of Geography, Deparmnet of Cartography and Geoinformatics, Moscow, Russia, May 18, 2004), 78 pp., https://thesiscommons.org/bvwcr. 25P. Lemenkova, Ecological and Geographical Mapping of the Baltic Sea Region in the Gulf of Finland, Russian, Moscow, Russia: Lomonosov Moscow State University, Mar. 30, 2002, https://zenodo.org/record/2574447, Term Paper. 26P. Lemenkova and I. Elek, “Clustering Algorithm in ILWIS GIS for Classification of Landsat TM Scenes: a Case Study of Mecsek Hills Region, Hungary”, in Geosciences and environment, Near-surface geophysics, Proceedings 3rd International Conference, edited by S. Komatina-Petrovic (2012). 27P. Lemenkova, B. Forbes, and T. Kumpula, “Mapping Land Cover Changes Using Landsat TM: A Case Study of Yamal Ecosystems, Arctic Russia”, in Geoinformatics: theoretical and applied aspects, Proceedings of the 11th International Conference (2012), https://elibrary.ru/item.asp?id=24527736. 28H. W. Schenke and P. Lemenkova, “Zur Frage der Meeresboden-Kartographie: Die Nutzung von AutoTrace Digitizer für die Vektorisierung der Bathymetrischen Daten in der Petschora-See”, German, Hydrographische Nachrichten 25, 16–21, ISSN: 0934-7747 (2008). Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 30 31
  • 31. Bibliography Bibliography IV 29I. Suetova, L. Ushakova, and P. Lemenkova, “Geoecological Mapping of the Barents Sea Using GIS”, in Digital cartography & gis for sustainable development of territories, Proceedings of the International Cartographic Conference (2005), https://icaci.org/icc2005/. 30I. Suetova, L. Ushakova, and P. Lemenkova, “Geoinformation mapping of the Barents and Pechora Seas”, Geography and Natural Resources 4, edited by V. A. Snytko, 138–142, ISSN: 1875-3728 (2005), http://www.izdatgeo.ru/journal.php?action=output&id=3&lang_num=2&id_dop=68. Polina Lemenkova Data Sharing, Distribution and Updating Using ... Github and LATEX May 13, 2015 31 31