, suggesting that the researcher’s own experiences are fundamental to improving social inquiry. content.e-bookshelf.de Book Resources Digital Access:
El procesamiento de la información en el enfoque de Scribano no se reduce a la codificación automatizada. El autor enfatiza:
Scribano doesn’t just list methods; he treats them as that evolve during the research. Two big takeaways are: , suggesting that the researcher’s own experiences are
Si buscas profundizar en este enfoque metodológico, puedes explorar fragmentos digitalizados del texto a través del PDF de la Universidad Nacional de La Plata o consultar la plataforma académica de Scribd para revisar la estructura de su primera parte. Estructura General de la Obra
Cruce de diferentes fuentes de información (por ejemplo, comparar lo observado con lo dicho en las entrevistas) para garantizar la consistencia interna y la validez del estudio. 5. Reflexividad y Ética en la Investigación Social Two big takeaways are: Si buscas profundizar en
En el PDF: identificar el enfoque elegido por Scribano, el tipo de muestreo y los instrumentos empleados; evaluar la justificación metodológica y las consideraciones éticas que presenta.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. El proceso de investigación social cualitativo Reflexividad y Ética en la Investigación Social En
: El investigador debe redefinir de manera constante los pactos de trabajo y el consentimiento con los sujetos del estudio.
Now that you've completed the installation, type tmux to start the first session:
tmux
Split your pane horizontally by typing:
Ctrl+b then %
Note: Ctrl+b is the default prefix key. You can customize this in ~/.tmux.conf file.
Swhich pane by typing:
Ctrl+b then
Ctrl+b then
Detach/Exit session:
Ctrl+b then d
Attach to last session:
tmux a
To change prefix key to Ctrl+a, add the below lines to ~/.tmux.conf:
# change prefix from 'Ctrl-b' to 'Ctrl-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefixTo change prefix key to Ctrl+Space:
# change prefix from 'Ctrl-b' to 'Ctrl-Space'
unbind C-b
set-option -g prefix C-Space
bind-key C-Space send-prefixTmux config changes require reload to be applied, run tmux source-file ~/.tmux.conf from the terminal, or run source-file ~/.tmux.conf from Tmux’s command-line mode to reload.
To configure shortcut for quick reload, add the line:
bind r source-file ~/.tmux.conf\; display "Reloaded!"Now feel free to experiment with the cheat sheet in home page. If you find any missing shortcut, please let me know :D