Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 801df5d669 | |||
| 6b6bc2cd4e | |||
| 47050252d1 | |||
| 01b4aee59b | |||
| 3f8580b19a | |||
| e1527f74a0 | |||
| 5b7da58307 | |||
| 4da72ad48e | |||
| 043b92e522 |
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" type=image/png href=assets/icono.png><title>Portal Editorial Acatlán</title><link href=css/app.f3f4f158.css rel=preload as=style><link href=css/chunk-vendors.138628b4.css rel=preload as=style><link href=js/app.9595f56f.js rel=preload as=script><link href=js/chunk-vendors.8f463115.js rel=preload as=script><link href=css/chunk-vendors.138628b4.css rel=stylesheet><link href=css/app.f3f4f158.css rel=stylesheet></head><body><noscript><strong>We're sorry but portal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.8f463115.js></script><script src=js/app.9595f56f.js></script></body></html>
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" type=image/png href=assets/icono.png><title>Portal Editorial Acatlán</title><link href=css/app.f3c1ecc3.css rel=preload as=style><link href=css/chunk-vendors.138628b4.css rel=preload as=style><link href=js/app.c4a9c942.js rel=preload as=script><link href=js/chunk-vendors.8f463115.js rel=preload as=script><link href=css/chunk-vendors.138628b4.css rel=stylesheet><link href=css/app.f3c1ecc3.css rel=stylesheet></head><body><noscript><strong>We're sorry but portal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.8f463115.js></script><script src=js/app.c4a9c942.js></script></body></html>
|
||||
Vendored
-2
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
+2
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@@ -115,8 +115,8 @@ export default {
|
||||
|
||||
isModalVisible: false,
|
||||
//PDF: "http://www.ataun.eus/bibliotecagratuita/Cl%C3%A1sicos%20en%20Espa%C3%B1ol/Nicol%C3%A1s%20Maquiavelo/El%20pr%C3%ADncipe.pdf#toolbar=0&navpanes=0&scrollbar=0&zoom=80"
|
||||
PDF:
|
||||
"https://www.imprentanacional.go.cr/editorialdigital/libros/literatura%20infantil/el_principito_edincr.pdf"
|
||||
PDF: "RUTA.pdf" //nombre del archivo de previsualizacion del libro
|
||||
// "https://www.imprentanacional.go.cr/editorialdigital/libros/literatura%20infantil/el_principito_edincr.pdf"
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
Proceso Editorial y Organismos
|
||||
</button>
|
||||
</router-link>
|
||||
<router-link to="/">
|
||||
<router-link to="/puntos">
|
||||
<button
|
||||
type="button"
|
||||
class="col-md-6 col-sm-12 btn boton-footer cuatro"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
>
|
||||
<section class="modal-body rounded" id="modalDescription">
|
||||
<iframe
|
||||
:src="pdfPre"
|
||||
:src="PDF"
|
||||
width="100%"
|
||||
height="100%"
|
||||
frameborder="0"
|
||||
@@ -21,13 +21,43 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
//import axios from "axios";
|
||||
import config from "../config/config.js";
|
||||
|
||||
export default {
|
||||
props: ["pdfPre"],
|
||||
props: ["pdfPre"], //RUTA.pdf
|
||||
name: "modal",
|
||||
methods: {
|
||||
close() {
|
||||
this.$emit("close");
|
||||
}
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
PDF: ""
|
||||
};
|
||||
},
|
||||
async created() {
|
||||
try {
|
||||
let path = `${config.api}/PDFget/${this.pdfPre}`;
|
||||
this.PDF = path;
|
||||
/*let PDF = await axios.get(`${config.api}/PDFget/${this.pdfPre}`, {
|
||||
|
||||
responseType: 'blob', //
|
||||
})
|
||||
|
||||
.then(response => {
|
||||
|
||||
this.PDF = PDF
|
||||
// this.user = response.data;
|
||||
console.log("si se pudo", response.data)
|
||||
}).catch(e => {
|
||||
console.log(e);
|
||||
})*/
|
||||
} catch (error) {
|
||||
console.log(`Ocurrio un error msj: ${error}`);
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
+11
-3
@@ -27,7 +27,7 @@
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-white" href="#" @click="presentacion()"
|
||||
>Presentacion</a
|
||||
>Presentación</a
|
||||
>
|
||||
</li>
|
||||
|
||||
@@ -82,7 +82,14 @@
|
||||
<a
|
||||
class="dropdown-item text-white"
|
||||
@click="tema('Matematicas e Ingenieria')"
|
||||
>Matematicas e Ingenieria</a
|
||||
>Matemáticas e Ingenieria</a
|
||||
>
|
||||
|
||||
<div class="dropdown-divider"></div>
|
||||
<a
|
||||
class="dropdown-item text-white"
|
||||
@click="tema('Educacion Abierta')"
|
||||
>Universidad Abierta y Educación a Distancia</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
@@ -90,7 +97,7 @@
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-white" href="#" @click="difusion()"
|
||||
>Difusion Editorial</a
|
||||
>Difusión Editorial</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -264,6 +271,7 @@ nav {
|
||||
.nav-link:hover {
|
||||
background-color: #1e3c70;
|
||||
color: white;
|
||||
border-radius: 0.2rem;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
|
||||
+3
-1
@@ -7,6 +7,7 @@ import tema from "./view/tema.vue";
|
||||
import comite from "./view/comite.vue";
|
||||
import presentacion from "./view/presentacion.vue";
|
||||
import proceso from "./view/proceso.vue";
|
||||
import puntos from "./view/puntos.vue";
|
||||
|
||||
export const routes = [
|
||||
{ path: "/", component: home, name: "form" },
|
||||
@@ -17,5 +18,6 @@ export const routes = [
|
||||
{ path: "/tema", component: tema, name: "tema" },
|
||||
{ path: "/comite", component: comite, name: "comite" },
|
||||
{ path: "/presentacion", component: presentacion, name: "presentacion" },
|
||||
{ path: "/proceso", component: proceso, name: proceso }
|
||||
{ path: "/proceso", component: proceso, name: proceso },
|
||||
{ path: "/puntos", component: puntos, name: puntos }
|
||||
];
|
||||
|
||||
+12
-1
@@ -4,7 +4,18 @@
|
||||
<Nav></Nav>
|
||||
|
||||
<div class="my-4 gente">
|
||||
<h2 class="text-center">COMITÉ EDITORIAL</h2>
|
||||
<h1 class="text-center">Comité Editorial</h1>
|
||||
<div class="row">
|
||||
<div class="col-10 mx-auto">
|
||||
<p class="text-justify">
|
||||
El Comité Editorial de la Facultad de Estudios Superiores Acatlán es
|
||||
el órgano colegiado que establece y regula los procedimientos para
|
||||
la recepción, dictamen, selección, edición, impresión, difusión,
|
||||
promoción, almacenamiento, preservación, distribución y
|
||||
comercialización de sus publicaciones. (Art. 1, PyLE).
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<p>Dr. Manuel Martínez Justo</p>
|
||||
<strong> Presidente del Comité Editorial</strong>
|
||||
|
||||
+317
-309
@@ -4,29 +4,50 @@
|
||||
<Nav />
|
||||
<div>
|
||||
<h1 class="mt-5">Política y Lineamientos Editoriales</h1>
|
||||
<div class="row ">
|
||||
<div class="row politica">
|
||||
<div class="col-10 offset-1 text-justify my-4">
|
||||
<p>
|
||||
La Política Editorial de la Facultad de Estudios Superiores Acatlán
|
||||
(FES Acatlán) tiene como marcos de referencia generales el Plan de
|
||||
Desarrollo Institucional 2015-2019 de la UNAM, el de la FES Acatlán
|
||||
2017-2021, así como las Disposiciones Generales para la Actividad
|
||||
Editorial y de Distribución de la UNAM publicadas en la Gaceta UNAM
|
||||
el 21 de abril de 2016.
|
||||
</p>
|
||||
<p>
|
||||
Esta Política Editorial busca apegarse a normas académicas
|
||||
internacionales y suscribe la pluralidad teórica y metodológica.
|
||||
Nuestra entidad multidisciplinaria busca contribuir a una mejor
|
||||
comprensión y propuestas de solución a las problemáticas actuales.
|
||||
Aprobado el 21 de junio de 2018, en la 86a sesión ordinaria del
|
||||
Comité Editorial de la Facultad de Estudios Superiores Acatlán, el
|
||||
documento “Política y lineamientos editoriales” (disponible para su
|
||||
descarga y visualización) tiene por objetivo el orientar a la
|
||||
persona interesada en publicar bajo el sello Ediciones Acatlán a
|
||||
través de los requisitos a cubrir para la evaluación académica.
|
||||
Ello, en apego a las normativas y planes de desarrollo
|
||||
institucionales vigentes enlistadas a continuación:
|
||||
</p>
|
||||
|
||||
<a href="download/Lineamientos.pdf" download="Lineamientos.pdf"
|
||||
<a
|
||||
href="../assets/files/POLITICA.pdf"
|
||||
download="PoliticaLineamientos.pdf"
|
||||
>Descargar PDF Lineamientos</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class=" row marcos">
|
||||
<div class="col-10 offset-1 mb-5">
|
||||
<!-- <h1 class="mb-3 mt-5">Marcos Normativos</h1> -->
|
||||
<a href="https://www.rector.unam.mx/doctos/PDI2019-2023.pdf">
|
||||
Plan de Desarrollo Institucional 2019-2023 de la Universidad
|
||||
Nacional Autónoma de México</a
|
||||
>
|
||||
<a href="http://www.libros.unam.mx/disposiciones.pdf"
|
||||
>Disposiciones Generales para la Actividad Editorial y de
|
||||
Distribución de la Universidad Nacional Autónoma de México
|
||||
vigentes</a
|
||||
>
|
||||
<a href="http://quazar.acatlan.unam.mx/noticias/6776/"
|
||||
>Plan de Desarrollo Institucional 2017-2021 de la Facultad de
|
||||
Estudios Superiores Acatlán</a
|
||||
>
|
||||
<!-- <p>
|
||||
Política y Lineamientos Editoriales de la Facultad de Estudios
|
||||
Superiores Acatlán (PyLE)
|
||||
</p> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row ">
|
||||
<div class="col-10 offset-1 mb-5">
|
||||
<div id="accordion">
|
||||
@@ -2372,13 +2393,13 @@
|
||||
</p>
|
||||
|
||||
<p>COMITÉ EDITORIAL</p>
|
||||
|
||||
<br />
|
||||
<p>
|
||||
DICTAMEN REALIZADO PARA LA PUBLICACIÓN DE LA OBRA:
|
||||
</p>
|
||||
|
||||
<p>“TÍTULO DE LA OBRA”</p>
|
||||
|
||||
<br /><br />
|
||||
<p>EMITIDO POR:</p>
|
||||
|
||||
<p>(GRADO ACADÉMICO)</p>
|
||||
@@ -2387,14 +2408,14 @@
|
||||
ACADÉMICA)
|
||||
</p>
|
||||
<p>(ENTIDAD DE ADSCRIPCIÓN)</p>
|
||||
|
||||
<br />
|
||||
<p>DATOS DE CONTACTO:</p>
|
||||
|
||||
<p>(TELÉFONO DE OFICINA)</p>
|
||||
<p>(TELÉFONO MÓVIL)</p>
|
||||
<p>(CORREO ELECTRÓNICO)</p>
|
||||
|
||||
<p>
|
||||
<br />
|
||||
<p class="text-justify mx-3">
|
||||
DE ACUERDO CON LO PREVISTO EN LOS LINEAMIENTOS DE
|
||||
LOS COMITÉS EDITORIALES INTERNOS DE LA FACULTAD DE
|
||||
ESTUDIOS SUPERIORES ACATLÁN APROBADOS EL XXX DE
|
||||
@@ -2749,111 +2770,131 @@
|
||||
<div class="table-responsive">
|
||||
<table class="table table-sm " border="1">
|
||||
<tr>
|
||||
<td scope="col">
|
||||
<td scope="col" class="table-primary">
|
||||
Titulo del Libro (completo y correcto)
|
||||
</td>
|
||||
|
||||
<td></td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<td class="table-primary">
|
||||
Responsable (autor,coordinador, compilador,
|
||||
etc.)
|
||||
</td>
|
||||
|
||||
<td></td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Programa/Adscripcion del autor</td>
|
||||
<td class="table-primary">
|
||||
Programa/Adscripcion del autor
|
||||
</td>
|
||||
|
||||
<td></td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<td class="table-primary">
|
||||
Fecha de acta de sesión de Comité Interno en
|
||||
la que se aprobó la obra
|
||||
</td>
|
||||
<td></td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<td class="table-primary">
|
||||
Fecha de entrega de documentación a la CSA
|
||||
(incluir no. de oficio)
|
||||
</td>
|
||||
<td></td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<td class="table-primary">
|
||||
Tipo de material entregado a la CSA
|
||||
(proporcionar ambos formatos):
|
||||
</td>
|
||||
<td>Impreso</td>
|
||||
<td>CD o DVD</td>
|
||||
<td colspan="2">Impreso</td>
|
||||
<td colspan="2">CD o DVD</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Evaluadores</td>
|
||||
<td></td>
|
||||
<td class="table-primary">Evaluadores</td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<td class="table-primary">
|
||||
Área(s) académica(s) que apoya: Licenciaturas,
|
||||
posgrados, cursos, diplomados, talleres, otros
|
||||
(especificar):
|
||||
</td>
|
||||
<td></td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Asignatura(s) que apoya:</td>
|
||||
<td></td>
|
||||
<td class="table-primary">
|
||||
Asignatura(s) que apoya:
|
||||
</td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<td class="table-primary">
|
||||
Número de personas beneficiadas con la
|
||||
publicación
|
||||
</td>
|
||||
<td></td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<td class="table-primary">
|
||||
La publicación consiste en (seleccionar una
|
||||
opción):
|
||||
</td>
|
||||
<td>Texto</td>
|
||||
<td>Texto con gráficos</td>
|
||||
<td>Número aproximado de páginas</td>
|
||||
<td class="table-primary">
|
||||
Número aproximado de páginas
|
||||
</td>
|
||||
<td>249</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Coedición</td>
|
||||
<td>N O</td>
|
||||
<td>Sí. Nombre de la entidad coeditora:</td>
|
||||
<td class="table-primary">Coedición</td>
|
||||
<td>NO</td>
|
||||
<td colspan="3">
|
||||
SI <br />
|
||||
Nombre de la entidad coeditora:
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PAPIIT Clave:</td>
|
||||
<td class="table-primary">PAPIIT Clave:</td>
|
||||
<td>PAPIME Clave:</td>
|
||||
<td>Proyecto Clave:</td>
|
||||
<td colspan="3">Proyecto Clave:</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>División que presenta la obra:</td>
|
||||
<td></td>
|
||||
<td class="table-primary">
|
||||
División que presenta la obra:
|
||||
</td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Propuesta de tiraje</td>
|
||||
<td>Estándar (150 ejemplares)</td>
|
||||
<td>
|
||||
<td class="table-primary">
|
||||
Punto de vista sobre la publicación
|
||||
</td>
|
||||
<td colspan="4"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="table-primary">
|
||||
Propuesta de tiraje
|
||||
</td>
|
||||
<td colspan="2">Estándar (150 ejemplares)</td>
|
||||
<td colspan="2">
|
||||
Otro (indicar cantidad deseada y
|
||||
justificarla):
|
||||
</td>
|
||||
@@ -2898,287 +2939,240 @@
|
||||
<h5>
|
||||
Resumen de las Ventas y Donaciones según Tiraje
|
||||
</h5>
|
||||
<table class="egt" border="1">
|
||||
<tr>
|
||||
<td>Características</td>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td colspan="10" class="text-center">
|
||||
<div class="table-responsive">
|
||||
<table class="egt table" border="1">
|
||||
<tr class="table-primary">
|
||||
<td rowspan="2">Características</td>
|
||||
<th colspan="10 d-flex justify-content-center">
|
||||
<center>
|
||||
Tiraje
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
</center>
|
||||
</th>
|
||||
</tr>
|
||||
<tr class="table-primary">
|
||||
<th>100</th>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
25 ejemplares para disposiciones legales y
|
||||
administrativas DGPyFE1
|
||||
</td>
|
||||
<th>200</th>
|
||||
<th>300</th>
|
||||
<th>400</th>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<th>500</th>
|
||||
<th>600</th>
|
||||
<th>700</th>
|
||||
<th>800</th>
|
||||
<th>900</th>
|
||||
<th>1000</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
2.5% donaciones de Administración Central UNAM
|
||||
</td>
|
||||
<tr>
|
||||
<td>
|
||||
25 ejemplares para disposiciones legales y
|
||||
administrativas DGPyFE1
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<td>25</td>
|
||||
<td>25</td>
|
||||
<td>25</td>
|
||||
<td>25</td>
|
||||
<td>25</td>
|
||||
<td>25</td>
|
||||
<td>25</td>
|
||||
<td>25</td>
|
||||
<td>25</td>
|
||||
<td>25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
5 ejemplares gratuitos para la promoción
|
||||
mercantil DGPyFE
|
||||
</td>
|
||||
<tr>
|
||||
<td>
|
||||
2.5% donaciones de Administración Central UNAM
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<td>3</td>
|
||||
<td>5</td>
|
||||
<td>8</td>
|
||||
<td>10</td>
|
||||
<td>13</td>
|
||||
<td>15</td>
|
||||
<td>18</td>
|
||||
<td>20</td>
|
||||
<td>23</td>
|
||||
<td>25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
1 ejemplar Centro de Información y Preservación
|
||||
de Publicaciones UNAM
|
||||
</td>
|
||||
<tr>
|
||||
<td>
|
||||
5 ejemplares gratuitos para la promoción
|
||||
mercantil DGPyFE
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
1 ejemplar Centro de Información y Preservación
|
||||
de Publicaciones UNAM
|
||||
</td>
|
||||
<tr>
|
||||
<td>
|
||||
1 ejemplar Centro de Información y
|
||||
Preservación de Publicaciones UNAM
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
14 ejemplares para el Comité Editorial de la FES
|
||||
Acatlán
|
||||
</td>
|
||||
<tr>
|
||||
<td>
|
||||
14 ejemplares para el Comité Editorial de la
|
||||
FES Acatlán
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<td>14</td>
|
||||
<td>14</td>
|
||||
<td>14</td>
|
||||
<td>14</td>
|
||||
<td>14</td>
|
||||
<td>14</td>
|
||||
<td>14</td>
|
||||
<td>14</td>
|
||||
<td>14</td>
|
||||
<td>14</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
5 ejemplares para el CID de la FES Acatlán
|
||||
</td>
|
||||
<tr>
|
||||
<td>
|
||||
5 ejemplares para el CID de la FES Acatlán
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
1 ejemplar para la comprobación del uso del ISBN
|
||||
</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
<td>5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
10% del total de ejemplares para regalías del
|
||||
autor
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<td>10</td>
|
||||
<td>20</td>
|
||||
<td>30</td>
|
||||
<td>40</td>
|
||||
<td>50</td>
|
||||
<td>60</td>
|
||||
<td>70</td>
|
||||
<td>80</td>
|
||||
<td>90</td>
|
||||
<td>100</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
1 ejemplar para la comprobación del uso del
|
||||
ISBN
|
||||
</td>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
2 ejemplares para realizar el registro de obra
|
||||
</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
2 ejemplares para realizar el registro de obra
|
||||
</td>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
2 ejemplares para el resguardo de la Unidad de
|
||||
Servicios Editoriales
|
||||
</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
2 ejemplares para el resguardo de la Unidad de
|
||||
Servicios Editoriales
|
||||
</td>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
1 ejemplar para el resguardo del Depto. de
|
||||
Tipografía y Diseño
|
||||
</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
1 ejemplar para el resguardo del Depto. de
|
||||
Tipografía y Diseño
|
||||
</td>
|
||||
|
||||
<tr>
|
||||
<td>Total para venta</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
|
||||
<td>
|
||||
<tr>
|
||||
<td>100</td>
|
||||
<td>200</td>
|
||||
<td>300</td>
|
||||
<td>400</td>
|
||||
<td>500</td>
|
||||
<td>600</td>
|
||||
<td>700</td>
|
||||
<td>800</td>
|
||||
<td>900</td>
|
||||
<td>1000</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<tr>
|
||||
<td>Total para venta</td>
|
||||
|
||||
<td>31</td>
|
||||
<td>119</td>
|
||||
<td>206</td>
|
||||
<td>294</td>
|
||||
<td>381</td>
|
||||
<td>469</td>
|
||||
<td>556</td>
|
||||
<td>644</td>
|
||||
<td>731</td>
|
||||
<td>819</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -3233,4 +3227,18 @@ p {
|
||||
.ims {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.marcos div p {
|
||||
text-align: left;
|
||||
}
|
||||
.marcos div a {
|
||||
text-decoration: none;
|
||||
|
||||
text-align: left;
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
.marcos div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
</style>
|
||||
|
||||
+15
-39
@@ -3,30 +3,7 @@
|
||||
<Header></Header>
|
||||
<Nav></Nav>
|
||||
<div>
|
||||
<div class=" row marcos">
|
||||
<div class="col-10 offset-1 ">
|
||||
<h1 class="mb-3 mt-5">MARCOS NORMATIVOS</h1>
|
||||
<a href="https://www.rector.unam.mx/doctos/PDI2019-2023.pdf">
|
||||
Plan de Desarrollo Institucional 2019-2023 de la Universidad
|
||||
Nacional Autónoma de México</a
|
||||
>
|
||||
<a href="http://www.libros.unam.mx/disposiciones.pdf"
|
||||
>Disposiciones Generales para la Actividad Editorial y de
|
||||
Distribución de la Universidad Nacional Autónoma de México
|
||||
vigentes</a
|
||||
>
|
||||
<a href="http://quazar.acatlan.unam.mx/noticias/6776/"
|
||||
>Plan de Desarrollo Institucional 2017-2021 de la Facultad de
|
||||
Estudios Superiores Acatlán</a
|
||||
>
|
||||
<p>
|
||||
Política y Lineamientos Editoriales de la Facultad de Estudios
|
||||
Superiores Acatlán (PyLE)
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1 class="my-4">PRESENTACIÓN</h1>
|
||||
<h1 class="my-4">Presentación</h1>
|
||||
<div class="row presentacion">
|
||||
<div class="col-10 offset-1 text-justify mb-5">
|
||||
<p>
|
||||
@@ -56,6 +33,19 @@
|
||||
en la promoción de la labor intelectual de los académicos de la
|
||||
Facultad de Estudios Superiores Acatlán.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
En ese sentido, quien navegue en esta plataforma podrá conocer el
|
||||
catálogo de publicaciones emanadas de la labor académica e
|
||||
intelectual de la planta docente de esta entidad multidisciplinaria.
|
||||
De igual manera, tendrá a su disposición los lineamientos
|
||||
editoriales y la información concerniente al proceso de publicación
|
||||
y las distintas partes institucionales involucradas. Por otra parte,
|
||||
en caso de querer adquirir alguno de los títulos que ofrece el sello
|
||||
editorial de Acatlán, están disponibles los datos de la Tienda
|
||||
Virtual Acatlán y la Librería Universitaria, para compra de libros
|
||||
en línea o de manera presencial, respectivamente.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -77,18 +67,4 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.marcos div p {
|
||||
text-align: left;
|
||||
}
|
||||
.marcos div a {
|
||||
text-decoration: none;
|
||||
|
||||
text-align: left;
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
.marcos div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
</style>
|
||||
<style scoped></style>
|
||||
|
||||
+981
-704
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,65 @@
|
||||
<template>
|
||||
<div>
|
||||
<Header></Header>
|
||||
<Nav></Nav>
|
||||
|
||||
<div>
|
||||
<h1 class="my-4">Puntos de Venta</h1>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-10 offset-1 text-justify mb-4">
|
||||
<p>
|
||||
La venta y difusión de las publicaciones de Ediciones Acatlán se
|
||||
llevan a cabo a partir de cuatro maneras:
|
||||
</p>
|
||||
|
||||
<ul class="lugares">
|
||||
<li>
|
||||
Librería Universitaria: ubicada en las instalaciones de la FES
|
||||
Acatlán, para la adquisición de publicaciones impresas, tanto de
|
||||
nuestro sello como de otras editoriales.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Tienda Virtual Acatlán: plataforma que soporta ventas en línea
|
||||
(obras impresas y electrónicas), de reciente habilitación.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Librería Ambulante: extensión de la Librería Universitaria que, de
|
||||
manera presencial, acude a los eventos institucionales con
|
||||
publicaciones de temas afines a éstos.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Libros UNAM: plataforma en línea de la Universidad Nacional
|
||||
Autónoma de México, mediante la cual se pueden adquirir todas las
|
||||
publicaciones (impresas y electrónicas) de todas las dependencias
|
||||
editoras.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer></Footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Header from "./../components/header.vue";
|
||||
import Nav from "./../esteticas/nav.vue";
|
||||
import Footer from "./../components/footer.vue";
|
||||
export default {
|
||||
components: {
|
||||
Header,
|
||||
Nav,
|
||||
Footer
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
.lugares li {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user